Windows system command-line mode setting IP, routing, DNS

Source: Internet
Author: User

Win+r

Cmd

Route-f #首先清本机路由

Netsh #准备设置

Interface #进入接口模式

IP #进入ipv4设置

Add address "Local Area Connection 2" 172.16.168.44 255.255.0.0 gateway 172.16.168.2 gwmetric 1 #指定设备并对其设置ip, routing

Add DNS "Local Area Connection 2" 8.8.4.4 index=1 #指定设备并对其设置首选dns

Add DNS "Local Area Connection 2" 202.106.46.151 index=2 #指定设备并对其设置备用dns


In Netsh, return to the previous level as input:

The whole company can omit gateway and gwmetric, so write

netsh interface ip add address "Local Area Connection 2" 172.16.168.44 255.255.0.0 172.16.168.2 1

corresponding to "command, interface, IP protocol, add address, interface name, IP, mask, gateway, PATH spending metric value"

DNS settings can also be joined together into a netsh interface ip add DNS "Local Area Connection 2" 8.8.4.4 index=1

Note the quotation marks around "Local Area Connection 2" are half-width


The default route can also be set using the route add 0.0.0.0 mask 0.0.0.0 172.16.168.2 if XXX. where xxx is the device number shown in a Device interface table that you see after you route print, such as 0x2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.