Skip to content

Instantly share code, notes, and snippets.

Created June 4, 2013 09:25
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/f763b41b6c489375b31e to your computer and use it in GitHub Desktop.
Save anonymous/f763b41b6c489375b31e to your computer and use it in GitHub Desktop.
root@beaglebone:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default fritz.box 0.0.0.0 UG 0 0 0 eth0
192.168.7.0 * 255.255.255.252 U 0 0 0 usb0
192.168.178.0 * 255.255.255.0 U 0 0 0 eth0
192.168.178.1 * 255.255.255.255 UH 0 0 0 eth0
root@beaglebone:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.178.1 0.0.0.0 UG 0 0 0 eth0
192.168.7.0 * 255.255.255.252 U 0 0 0 usb0
192.168.178.0 * 255.255.255.0 U 0 0 0 eth0
192.168.178.1 * 255.255.255.255 UH 0 0 0 eth0
root@beaglebone:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment