Advertisement
Guest User

Untitled

a guest
Jan 18th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. [ ~]$ ip route show table all
  2. 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.67 metric 2
  3. 192.168.42.0/24 dev usb0 proto kernel scope link src 192.168.42.216 metric 1
  4. 169.254.0.0/16 dev usb0 scope link metric 1000
  5. default dev wlan0 scope link
  6. local 192.168.1.67 dev wlan0 table local proto kernel scope host src 192.168.1.67
  7. broadcast 192.168.1.0 dev wlan0 table local proto kernel scope link src 192.168.1.67
  8. broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1
  9. broadcast 192.168.42.0 dev usb0 table local proto kernel scope link src 192.168.42.216
  10. broadcast 192.168.1.255 dev wlan0 table local proto kernel scope link src 192.168.1.67
  11. broadcast 192.168.42.255 dev usb0 table local proto kernel scope link src 192.168.42.216
  12. local 192.168.42.216 dev usb0 table local proto kernel scope host src 192.168.42.216
  13. broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1
  14. local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
  15. local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
  16. fe80::/64 dev usb0 proto kernel metric 256
  17. fe80::/64 dev wlan0 proto kernel metric 256
  18. unreachable default dev lo table unspec proto kernel metric -1 error -101 hoplimit 255
  19. local ::1 via :: dev lo table local proto none metric 0 hoplimit 0
  20. local fe80::216:eaff:fee3:f898 via :: dev lo table local proto none metric 0 hoplimit 0
  21. local fe80::2405:e2ff:fe03:45a2 via :: dev lo table local proto none metric 0 hoplimit 0
  22. ff02::fb via ff02::fb dev usb0 metric 0
  23. cache
  24. ff02::fb via ff02::fb dev wlan0 metric 0
  25. cache
  26. ff00::/8 dev usb0 table local metric 256
  27. ff00::/8 dev wlan0 table local metric 256
  28. unreachable default dev lo table unspec proto kernel metric -1 error -101 hoplimit 255
  29.  
  30.  
  31. [ ~]$ ip link
  32. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
  33. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  34. 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
  35. link/ether 00:1f:16:09:51:76 brd ff:ff:ff:ff:ff:ff
  36. 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
  37. link/ether 00:16:ea:e3:f8:98 brd ff:ff:ff:ff:ff:ff
  38. 5: vboxnet0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  39. link/ether 0a:00:27:00:00:00 brd ff:ff:ff:ff:ff:ff
  40. 6: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
  41. link/ether 26:05:e2:03:45:a2 brd ff:ff:ff:ff:ff:ff
  42.  
  43. [ ~]$ ip addr
  44. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
  45. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  46. inet 127.0.0.1/8 scope host lo
  47. inet6 ::1/128 scope host
  48. valid_lft forever preferred_lft forever
  49. 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
  50. link/ether 00:1f:16:09:51:76 brd ff:ff:ff:ff:ff:ff
  51. 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
  52. link/ether 00:16:ea:e3:f8:98 brd ff:ff:ff:ff:ff:ff
  53. inet 192.168.1.67/24 brd 192.168.1.255 scope global wlan0
  54. inet6 fe80::216:eaff:fee3:f898/64 scope link
  55. valid_lft forever preferred_lft forever
  56. 5: vboxnet0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  57. link/ether 0a:00:27:00:00:00 brd ff:ff:ff:ff:ff:ff
  58. 6: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
  59. link/ether 26:05:e2:03:45:a2 brd ff:ff:ff:ff:ff:ff
  60. inet 192.168.42.216/24 brd 192.168.42.255 scope global usb0
  61. inet6 fe80::2405:e2ff:fe03:45a2/64 scope link
  62. valid_lft forever preferred_lft forever
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement