Skip to content

Instantly share code, notes, and snippets.

Created August 20, 2014 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/74492b16f2373448639d to your computer and use it in GitHub Desktop.
Save anonymous/74492b16f2373448639d to your computer and use it in GitHub Desktop.
client ip is 172.16.40.2
gateway is 172.16.40.1 / 206.125.168.70
the gateway that I want to route default through is 206.125.168.69:
on client:
route add -net 206.125.168.68 netmask 255.255.255.252 gw 172.16.40.1 (works, can ping 206.125.168.69)
route add default gw 206.125.168.69 (doesn't work network unreachable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment