您的位置:首页 > 大数据 > 人工智能

paip.DISCUZ道具开发指南-attilax总结-

2012-07-13 00:45 148 查看
在DOS下更改IP、子网掩码、网关、DNS、WINS
2007年07月02日 星期一 01:16
有了这个我相信你会方便许多
Netsh Interface ip Set Address Name="本地连接" source=static addr=192.168.0.121 mask=255.255.255.0
Netsh Interface ip Set Address Name="本地连接" gateway=192.168.0.1 gwmetric=1
Netsh Interface ip Set Dns Name="本地连接" source=static addr=61.139.2.69 register=PRIMARY
Netsh Interface ip Add Dns Name="本地连接" add=202.96.134.133 Index=2
Netsh Interface ip Set Wins Name="本地连接" source=static addr=none
本文出自 51CTO.COM技术博客
在DOS下更改IP、子网掩码、网关、DNS、WINS

有了这个我相信你会方便许多
Netsh Interface ip Set Address Name="本地连接" source=static addr=192.168.0.121 mask=255.255.255.0
Netsh Interface ip Set Address Name="本地连接" gateway=192.168.0.1 gwmetric=1
Netsh Interface ip Set Dns Name="本地连接" source=static addr=61.139.2.69 register=PRIMARY
Netsh Interface ip Add Dns Name="本地连接" add=202.96.134.133 Index=2
Netsh Interface ip Set Wins Name="本地连接" source=static addr=none
有了这个我相信你会方便许多
Netsh Interface ip Set Address Name="本地连接" source=static addr=192.168.0.121 mask=255.255.255.0
Netsh Interface ip Set Address Name="本地连接" gateway=192.168.0.1 gwmetric=1
Netsh Interface ip Set Dns Name="本地连接" source=static addr=61.139.2.69 register=PRIMARY
Netsh Interface ip Add Dns Name="本地连接" add=202.96.134.133 Index=2
Netsh Interface ip Set Wins Name="本地连接" source=static addr=none
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: