Dual-card add routes

Administrator Mode CMD

Routing Table explanation

route print -4

Delete the default settings

route delete 0.0.0.0

Outside routes, all go wireless, 192.168.0.1 for the wireless gateway

route add 0.0.0.0 mask 0.0.0.0 192.168.0.1 –p

Within the network, all wired to go, 192.168.12.1 wired gateway

route add 192.168.0.0 mask 255.255.0.0 192.168.12.1 –p

Guess you like

Origin www.cnblogs.com/yc-shen/p/11994723.html