Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ubnt@ubnt:~$ ip route
  2. default via 178.75.144.1 dev eth1 proto zebra
  3. 127.0.0.0/8 dev lo proto kernel scope link src 127.0.0.1
  4. 178.75.144.0/21 dev eth1 proto kernel scope link src 178.75.151.180
  5. 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.1
  6. ubnt@ubnt:~$ ip -6 route
  7. 2002:b24b:97b4::/64 via :: dev tun0 proto kernel metric 256
  8. 2002:b24b:97b4:1337::/64 dev eth0 proto kernel metric 256
  9. fe80::b24b:97b4 dev tun0 proto kernel metric 256
  10. fe80::/64 dev eth0 proto kernel metric 256
  11. fe80::/64 dev eth1 proto kernel metric 256
  12. fe80::/64 via :: dev tun0 proto kernel metric 256
  13. default dev tun0 proto zebra metric 1024
  14. ubnt@ubnt:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement