Windows 系统下命令设置IP与DNS命令
设置IP命令如下:
netsh interface ip set address "以太网" static 192.168.1.100 255.255.255.0 192.168.1.1
说明:
“以太网”:是你网络连接的名字,比如有的电脑上就是“本地连接”甚至还有“本地连接2”等,后面IP的参数分别是
IP地址、子网掩码、默认网关。
设置DNS命令如下:
netsh interface ip set dns "以太网" static 61.128.128.68
相关推荐
ationwork 2020-06-16
localhost0 2020-11-12
jlccwss 2020-09-11
lwplvx 2020-09-07
YzhilongY 2020-08-31
KevinXC 2020-08-12
oLeiShen 2020-08-01
dahege 2020-08-01
windzoone 2020-07-29
travelinrain 2020-07-27
hxf0 2020-07-10
oLeiShen 2020-06-25
oLeiShen 2020-06-25
dahege 2020-06-25
dahege 2020-06-22
MissFuTT 2020-06-21
kenson 2020-06-12
chwzmx 2020-06-09