一个批处理文件如何实现智能切换内外网IP地址的功能
外网IP是自动获取,批处理命令为:@echooffnetshinterfaceipsetaddressname="本地连接"source=dhcpnetshinterfa...
外网IP是自动获取,批处理命令为:
@echo off
netsh interface ip set address name = "本地连接" source = dhcp
netsh interface ip set dns name = "本地连接" source = dhcp
内网IP是指定的,批处理命令为:
@echo off
netsh interface ip set address name="本地连接" source=static addr=10.153.73.67 mask=255.255.255.0 gateway=10.153.73.254 gwmetric=1
netsh interface ip set dns name="本地连接" source=static addr=255.255.255.255 register=PRIMARY
netsh interface ip add dns name="本地连接" addr=255.255.255.255
如何把这两个批处理文件做成一个批处理文件,即如果当前是内网的话,自动切换为外网;如果当前是外网的话,自动切换为内网? 展开
@echo off
netsh interface ip set address name = "本地连接" source = dhcp
netsh interface ip set dns name = "本地连接" source = dhcp
内网IP是指定的,批处理命令为:
@echo off
netsh interface ip set address name="本地连接" source=static addr=10.153.73.67 mask=255.255.255.0 gateway=10.153.73.254 gwmetric=1
netsh interface ip set dns name="本地连接" source=static addr=255.255.255.255 register=PRIMARY
netsh interface ip add dns name="本地连接" addr=255.255.255.255
如何把这两个批处理文件做成一个批处理文件,即如果当前是内网的话,自动切换为外网;如果当前是外网的话,自动切换为内网? 展开
展开全部
@echo off
::以能否ping通内网网关作为判断
ping /n 1 10.153.73.254|findstr "TTL="&&goto out||goto in
:out
netsh interface ip set address name = "本地连接" source = dhcp
netsh interface ip set dns name = "本地连接" source = dhcp
:in
netsh interface ip set address name="本地连接" source=static addr=10.153.73.67 mask=255.255.255.0 gateway=10.153.73.254 gwmetric=1
netsh interface ip set dns name="本地连接" source=static addr=255.255.255.255 register=PRIMARY
netsh interface ip add dns name="本地连接" addr=255.255.255.255
您的采纳是我们的动力和鼓励,请及时点击【采纳回答】
更多追问追答
追答
请及时采纳回答
追问
这个批处理文件,可以正常从外网切成内网,但是不能从内网切回外网,应该怎么解决?
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,IP...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询