标题: [网络连接] 批处理怎样将动态IP地址改成静态? [打印本页]
作者: qq544935474 时间: 2010-11-21 05:34 标题: 批处理怎样将动态IP地址改成静态?
我是想把一台自动获取IP地址的电脑改成如图这个一样的IP.能不能上网无所谓..
作者: bugs 时间: 2010-11-21 17:50
例子:
修改ip:
netsh interface ip set address "本地连接" static 192.168.1.111 255.255.255.0
修改网关:
netsh interface ip set address "本地连接" static gateway=192.168.1.1 gwmetric=1
修改dns:
netsh interface ip set dns "本地连接" static 202.103.24.68
[ 本帖最后由 bugs 于 2010-11-21 17:55 编辑 ]
作者: manhua 时间: 2010-11-22 09:32
- netsh interface ip set address name="本地连接" source=static addr=124.206.197.178 mask=255.255.254.0 gateway=124.206.197.129 gwmetric=1
-
- netsh interface ip set dns name="本地连接" source=static addr=202.106.196.115
复制代码
欢迎光临 批处理之家 (http://bathome.net./) |
Powered by Discuz! 7.2 |