标签:style logs tps images 接口 http blog art 批处理文件
保证外网已经连接并可上网的情况下, 插上内网网线,执行以下三步:
1.查看外网ip和内网ip及跃点数
cmd命令窗口输入route print, 如下图:
2.修改外网跃点数
查看外网的Internet 协议版本4(TCP/Ipv4)>属性>高级>修改接口跃点数, 外网跃点数<内网跃点数 如下图:
可查看跃点数, 如图:
3.新建内外兼用.bat批处理文件并运行
route -p add 172.0.0.0 mask 255.0.0.0 172.16.5.129
双击执行该批处理文件就可以内外网兼用了.
感谢:https://jingyan.baidu.com/article/9989c746276229f648ecfeb7.html
标签:style logs tps images 接口 http blog art 批处理文件
原文地址:http://www.cnblogs.com/yadongliang/p/8004790.html