Skip to content

Instantly share code, notes, and snippets.

@combusean
Last active August 29, 2015 14:03
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 combusean/32350a1041a6e5ad000f to your computer and use it in GitHub Desktop.
Save combusean/32350a1041a6e5ad000f to your computer and use it in GitHub Desktop.
[root@ip-172-16-20-13 ~]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
169.254.255.1 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
172.16.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
172.17.0.0 169.254.255.1 255.255.0.0 UG 0 0 0 tun0
0.0.0.0 172.16.20.1 0.0.0.0 UG 0 0 0 eth0
[root@ip-172-17-20-47 ~]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
169.254.255.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
172.17.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
172.16.0.0 169.254.255.2 255.255.0.0 UG 0 0 0 tun0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 172.17.20.1 0.0.0.0 UG 0 0 0 eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment