fufei 发表于 2013-8-5 11:10:18

Dos下修改IP命令

win2K/xp及以上系统在开始运行中输入:cmd 在命令提示符下输入以下命令:
netsh interface ip set address name=”本地连接” source=static addr=10.211.3.162 mask=255.255.255.0 gateway=10.211.3.254 gwmetric=1
netsh interface ip set dns name=”本地连接” source=static addr=202.106.0.20
netsh interface ip add dns name=”本地连接” addr=202.106.196.115 index=2
(注:以上网络连接名称为本地连接)
页: [1]
查看完整版本: Dos下修改IP命令