Skip to content

Instantly share code, notes, and snippets.

Created February 28, 2011 20:04
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/847932 to your computer and use it in GitHub Desktop.
Save anonymous/847932 to your computer and use it in GitHub Desktop.
ip route list:
10.245.1.224/28 dev GRE10 proto kernel scope link src 10.245.1.225
<my_pub_net>/24 dev eth0 proto kernel scope link src <my_pub_ip>
default via <my_pub_gw> dev eth0 metric 100
route:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.245.1.224 * 255.255.255.240 U 0 0 0 GRE10
<my_pub_net> * 255.255.255.0 U 0 0 0 eth0
default <my_pub_gw> 0.0.0.0 UG 100 0 0 eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment