Advertisement
Guest User

Untitled

a guest
Jan 10th, 2011
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. jocrawfo@work-laptop:~$ ifconfig
  2. eth0 Link encap:Ethernet HWaddr 00:23:7d:e7:19:ad
  3. inet6 addr: fe80::223:7dff:fee7:19ad/64 Scope:Link
  4. UP BROADCAST MULTICAST MTU:1500 Metric:1
  5. RX packets:2243 errors:0 dropped:0 overruns:0 frame:0
  6. TX packets:1665 errors:0 dropped:0 overruns:0 carrier:0
  7. collisions:0 txqueuelen:1000
  8. RX bytes:1506741 (1.5 MB) TX bytes:261241 (261.2 KB)
  9. Interrupt:22 Memory:db300000-db320000
  10.  
  11. lo Link encap:Local Loopback
  12. inet addr:127.0.0.1 Mask:255.0.0.0
  13. inet6 addr: ::1/128 Scope:Host
  14. UP LOOPBACK RUNNING MTU:16436 Metric:1
  15. RX packets:12 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:0
  18. RX bytes:2784 (2.7 KB) TX bytes:2784 (2.7 KB)
  19.  
  20. tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  21. inet addr:10.241.59.131 P-t-P:10.241.59.131 Mask:255.255.255.0
  22. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1412 Metric:1
  23. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  24. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  25. collisions:0 txqueuelen:500
  26. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  27.  
  28. wlan0 Link encap:Ethernet HWaddr 00:21:6a:07:24:02
  29. inet addr:10.1.8.41 Bcast:10.1.8.255 Mask:255.255.255.0
  30. inet6 addr: fe80::221:6aff:fe07:2402/64 Scope:Link
  31. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  32. RX packets:229 errors:0 dropped:0 overruns:0 frame:0
  33. TX packets:294 errors:0 dropped:0 overruns:0 carrier:0
  34. collisions:0 txqueuelen:1000
  35. RX bytes:35509 (35.5 KB) TX bytes:51118 (51.1 KB)
  36.  
  37. jocrawfo@work-laptop:~$ sudo route
  38. Kernel IP routing table
  39. Destination Gateway Genmask Flags Metric Ref Use Iface
  40.  
  41. 192.100.104.13 10.1.8.1 255.255.255.255 UGH 0 0 0 wlan0
  42. 10.1.8.0 * 255.255.255.0 U 2 0 0 wlan0
  43. 10.241.59.0 * 255.255.255.0 U 0 0 0 tun0
  44. 10.241.58.0 * 255.255.254.0 U 0 0 0 tun0
  45. link-local * 255.255.0.0 U 1000 0 0 wlan0
  46. default 10.1.8.1 0.0.0.0 UG 0 0 0 wlan0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement