dos命令设置静态IP

表白:黑白圣堂血天使,天剑鬼刀阿修罗。 
讲解对象:/dos命令设置静态IP
作者:融水公子 rsgz
DOS/CMD 教程

DNS教程 http://www.rsgz.top/post/752.html

插网线的可以这么设置:

netsh interface ip set address name="本地连接" source=static addr=192.168.1.100 mask=255.255.255.0 gateway=192.168.1.1 1

连接wifi的可以这么设置
2lddxm

2lddxm
netsh interface ip set address name="WLAN" source=dhcp
ipconfig /all
netsh interface ip set address name="WLAN" source=static addr=192.168.31.10 mask=255.255.255.0 gateway=192.168.31.1 1

3f9360
netsh interface ip set address name="WLAN" source=dhcp
ipconfig /all
netsh interface ip set address name="WLAN" source=static addr=192.168.31.10 mask=255.255.255.0 gateway=192.168.31.1 1

TP-LINK_DB87
netsh interface ip set address name="WLAN" source=dhcp
ipconfig /all
netsh interface ip set address name="WLAN" source=static addr=192.168.31.10 mask=255.255.255.0 gateway=192.168.31.1 1

设置DHCP

IP地址自动获取
netsh interface ip set address name="本地连接" source=dhcp
netsh interface ip set address name="WLAN" source=dhcp

DNS 自动获取
netsh interface ip set dns name="本地连接" source=dhcp
netsh interface ip set dns name="WLAN" source=dhcp

===

公众号:小雪妃

谢谢大家的支持!可以点击我的头像,进入我的空间浏览更多文章呢。建议大家360doc[www.360doc.com]注册一个账号登录,里面真的有很多优秀的文章,欢迎大家的到来。
---

(0)

相关推荐