Skip to content

Instantly share code, notes, and snippets.

@gthank
Created October 8, 2014 17:48
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 gthank/4fe7c918b7445fd89454 to your computer and use it in GitHub Desktop.
Save gthank/4fe7c918b7445fd89454 to your computer and use it in GitHub Desktop.
$ ip route show table all
default via 172.18.1.1 dev eth0
172.18.1.0/24 dev eth0 proto kernel scope link src 172.18.1.154
broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1
broadcast 172.18.1.0 dev eth0 table local proto kernel scope link src 172.18.1.154
local 172.18.1.154 dev eth0 table local proto kernel scope host src 172.18.1.154
broadcast 172.18.1.255 dev eth0 table local proto kernel scope link src 172.18.1.154
unreachable default dev lo table unspec proto kernel metric 4294967295 error -101
fe80::/64 dev eth0 proto kernel metric 256
unreachable default dev lo table unspec proto kernel metric 4294967295 error -101
local ::1 dev lo table local proto none metric 0
local fe80::813:adff:fe76:717d dev lo table local proto none metric 0
ff00::/8 dev eth0 table local metric 256
unreachable default dev lo table unspec proto kernel metric 4294967295 error -101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment