Created
October 13, 2015 14:10
-
-
Save darkgeek/d039894ac52a4f807f4d to your computer and use it in GitHub Desktop.
netstat-nr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@rpi [/root] # netstat -nr | |
| Routing tables | |
| Internet: | |
| Destination Gateway Flags Refs Use Mtu Interface | |
| 10.1.16/24 link#2 UC - - -L urtwn0 | |
| 10.1.16.11 00:11:94:d8:33:00 UHLc - - -L urtwn0 | |
| 10.1.16.21 link#2 UHLl - - -L urtwn0 | |
| 127/8 127.0.0.1 UGRS - - 33192L lo0 | |
| 127.0.0.1 127.0.0.1 UHl - - 33192L lo0 | |
| Internet6: | |
| Destination Gateway Flags Refs Use Mtu Interface | |
| ::/104 ::1 UGRS - - 33192 lo0 | |
| ::/96 ::1 UGRS - - 33192 lo0 | |
| ::1 ::1 UH - - 33192 lo0 | |
| ::127.0.0.0/104 ::1 UGRS - - 33192 lo0 | |
| ::224.0.0.0/100 ::1 UGRS - - 33192 lo0 | |
| ::255.0.0.0/104 ::1 UGRS - - 33192 lo0 | |
| ::ffff:0.0.0.0/96 ::1 UGRS - - 33192 lo0 | |
| 2001:db8::/32 ::1 UGRS - - 33192 lo0 | |
| 2002::/24 ::1 UGRS - - 33192 lo0 | |
| 2002:7f00::/24 ::1 UGRS - - 33192 lo0 | |
| 2002:e000::/20 ::1 UGRS - - 33192 lo0 | |
| 2002:ff00::/24 ::1 UGRS - - 33192 lo0 | |
| fe80::/10 ::1 UGRS - - 33192 lo0 | |
| fe80::%urtwn0/64 link#2 UC - - - urtwn0 | |
| fe80::ea4e:6ff:fe1f:fc6f e8:4e:06:1f:fc:6f UHLl - - - lo0 | |
| fe80::%lo0/64 fe80::1 U - - - lo0 | |
| fe80::1 fe80::1 UHl - - - lo0 | |
| ff01:2::/32 link#2 UC - - - urtwn0 | |
| ff01:3::/32 ::1 UC - - 33192 lo0 | |
| ff02::%urtwn0/32 link#2 UC - - - urtwn0 | |
| ff02::%lo0/32 ::1 UC - - 33192 lo0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment