Skip to content

Instantly share code, notes, and snippets.

@outofculture
Created April 15, 2011 17:45
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 outofculture/922114 to your computer and use it in GitHub Desktop.
Save outofculture/922114 to your computer and use it in GitHub Desktop.
No vpn:
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.1.0 0.0.0.0 255.255.255.0 U 2 0 0 eth1
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth1
0.0.0.0 10.0.1.1 0.0.0.0 UG 0 0 0 eth1
Yes vpn:
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
173.164.91.232 10.0.1.1 255.255.255.255 UGH 0 0 0 eth1
10.0.1.0 0.0.0.0 255.255.255.0 U 2 0 0 eth1
10.13.37.0 0.0.0.0 255.255.255.0 U 0 0 0 tap0
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth1
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 tap0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment