Advertisement
Guest User

Untitled

a guest
May 20th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. $ netstat -rn
  2. Kernel IP routing table
  3. Destination Gateway Genmask Flags MSS Window irtt Iface
  4. 0.0.0.0 192.168.10.1 0.0.0.0 UG 0 0 0 eth0
  5. 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 wlan0
  6. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
  7. 192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  8.  
  9.  
  10. $ ifconfig
  11. eth0 Link encap:Ethernet HWaddr 00:25:22:8c:d8:64
  12. inet addr:192.168.10.1 Bcast:192.168.10.255 Mask:255.255.255.0
  13. inet6 addr: fe80::225:22ff:fe8c:d864/64 Scope:Link
  14. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  15. RX packets:887 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:3735 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:1000
  18. RX bytes:586341 (586.3 KB) TX bytes:321573 (321.5 KB)
  19. Interrupt:43 Base address:0xa000
  20.  
  21. lo Link encap:Local Loopback
  22. inet addr:127.0.0.1 Mask:255.0.0.0
  23. inet6 addr: ::1/128 Scope:Host
  24. UP LOOPBACK RUNNING MTU:16436 Metric:1
  25. RX packets:41883 errors:0 dropped:0 overruns:0 frame:0
  26. TX packets:41883 errors:0 dropped:0 overruns:0 carrier:0
  27. collisions:0 txqueuelen:0
  28. RX bytes:3903923 (3.9 MB) TX bytes:3903923 (3.9 MB)
  29.  
  30. wlan0 Link encap:Ethernet HWaddr 54:e6:fc:92:4e:ec
  31. inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
  32. inet6 addr: fe80::56e6:fcff:fe92:4eec/64 Scope:Link
  33. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  34. RX packets:814790 errors:0 dropped:0 overruns:0 frame:0
  35. TX packets:467719 errors:0 dropped:0 overruns:0 carrier:0
  36. collisions:0 txqueuelen:1000
  37. RX bytes:1133897962 (1.1 GB) TX bytes:47969522 (47.9 MB)
  38.  
  39. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement