External network routing table configuration

From ESS-WIKI
Revision as of 04:27, 15 September 2021 by William6.chen (talk | contribs) (Created page with "If you cannot connet to external network, you may try below routing table configuration. <syntaxhighlight lang="bash"> route add default gw 172.22.31.127 route add default...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you cannot connet to external network, you may try below routing table configuration.



route add default gw 172.22.31.127
route add default gw 172.22.31.254
route add -net 172.0.0.0 netmask 255.0.0.0 gw 172.22.31.254 dev eth0
route add -net 207.0.0.0 netmask 255.0.0.0 gw 172.22.31.254 dev eth0