上一篇文章中我们向大家介绍了利用移动硬盘来安装Vista系统的方法,相信大家肯定都有所了解了吧!接下来我们要继续给大家介绍一下
Windows系统下自动切换IP的脚本,下面大家就跟着我们txwb
网吧联盟的
网吧系统栏目一起去看看吧!
1. 切换成自动获取IP的脚本如下:
@echo off
netsh interface ip set address name="local" source=dhcp
netsh interface ip set dns name="local" source=dhcp
2. 切换成固定IP的:
@echo off
netsh interface ip set address local static 192.168.0.84 255.255.255.0 192.168.0.254
netsh interface ip set dns local 192.168.0.254
netsh interface ip add dns local 202.106.196.115 index=2
netsh interface ip add dns local 202.106.0.20 index=3
这里的"local"就是大家的本地网卡名称,也可能是 "本地连接",需要自己替换下。如果是2个固定IP间的来回切换的话,那么就把第2个脚本自己改改吧!
通常在dns设置中,第一个是set,表示设置,后面两个则是添加,大家自己替换成当地的dns server就可以了。
Windows系统下自动切换IP的脚本我们就介绍到这里了,大家如果还有什么想知道的地方可以去本站的
网吧系统栏目去查找,如果找不到相关内容,可以留言一起讨论,当然如果大家有什么好的资料也可以和我们一起分享哦!