Advertisement
Guest User

for Darwin

a guest
May 9th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. jon@jon-ubuntu:~$ ifconfig
  2. eth0 Link encap:Ethernet HWaddr f0:4d:a2:47:44:f8
  3. UP BROADCAST MULTICAST MTU:1500 Metric:1
  4. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  5. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  6. collisions:0 txqueuelen:1000
  7. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  8. Interrupt:46 Base address:0xe000
  9.  
  10. eth1 Link encap:Ethernet HWaddr 00:1f:e1:c6:c0:da
  11. inet6 addr: fe80::21f:e1ff:fec6:c0da/64 Scope:Link
  12. UP BROADCAST MULTICAST MTU:1500 Metric:1
  13. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  14. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  15. collisions:0 txqueuelen:1000
  16. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  17. Interrupt:16
  18.  
  19. eth2 Link encap:Ethernet HWaddr 70:f1:a1:ff:d4:91
  20. inet addr:192.168.2.36 Bcast:192.168.2.255 Mask:255.255.255.0
  21. inet6 addr: fe80::72f1:a1ff:feff:d491/64 Scope:Link
  22. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  23. RX packets:1624 errors:0 dropped:0 overruns:0 frame:104980
  24. TX packets:719 errors:6 dropped:0 overruns:0 carrier:0
  25. collisions:0 txqueuelen:1000
  26. RX bytes:129494 (129.4 KB) TX bytes:90944 (90.9 KB)
  27. Interrupt:17
  28.  
  29. lo Link encap:Local Loopback
  30. inet addr:127.0.0.1 Mask:255.0.0.0
  31. inet6 addr: ::1/128 Scope:Host
  32. UP LOOPBACK RUNNING MTU:16436 Metric:1
  33. RX packets:5828 errors:0 dropped:0 overruns:0 frame:0
  34. TX packets:5828 errors:0 dropped:0 overruns:0 carrier:0
  35. collisions:0 txqueuelen:0
  36. RX bytes:334306 (334.3 KB) TX bytes:334306 (334.3 KB)
  37.  
  38. jon@jon-ubuntu:~$ route
  39. Kernel IP routing table
  40. Destination Gateway Genmask Flags Metric Ref Use Iface
  41. default 192.168.2.1 0.0.0.0 UG 0 0 0 eth2
  42. link-local * 255.255.0.0 U 1000 0 0 eth2
  43. 192.168.2.0 * 255.255.255.0 U 2 0 0 eth2
  44. jon@jon-ubuntu:~$ traceroute google.com
  45. The program 'traceroute' can be found in the following packages:
  46. * inetutils-traceroute
  47. * traceroute
  48. Try: sudo apt-get install <selected package>
  49. jon@jon-ubuntu:~$ traceroute6 google.com
  50. traceroute: unknown host google.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement