Windows路由表配置:双网卡同时上内外网
2021-03-26 08:26
标签:print 5.0 默认 双网卡 tps highlight 设置 route 路由 管理员模式CMD 路由表解释 删除默认设置 外网路由,全走无线,192.168.0.1为无线网关 内网路由,全走有线,192.168.12.1为有线网关 Windows路由表配置:双网卡同时上内外网 标签:print 5.0 默认 双网卡 tps highlight 设置 route 路由 原文地址:https://www.cnblogs.com/mrma/p/9386434.htmlroute print -4
route delete 0.0.0.0
route add 0.0.0.0 mask 0.0.0.0 192.168.0.1 –p
route add 192.168.0.0 mask 255.255.0.0 192.168.12.1 –p
转自:https://zhuanlan.zhihu.com/p/22266906
文章标题:Windows路由表配置:双网卡同时上内外网
文章链接:http://soscw.com/index.php/essay/68098.html