Posted on 2008-10-16 13:53
xiaoxiaoleemin 阅读(839)
评论(0) 编辑 收藏 所属分类:
其它
本本白天在公司上网,晚上回家上网,本地连接的设置如果总是手工进行,很麻烦,可以分别写两个bat脚本,上网前分别执行以下就可自动设置。
netsh interface ip set address name = "本地连接" source= static addr=IP地址 mask=子网掩码 gateway=网关 gwmetric=1
netsh interface ip set dns name="本地连接" source=static addr=DNS
netsh interface ip add dns name = "本地连接" addr=备用DNS
蓝色部分替换为具体的地址即可。