Advertisement
Guest User

Untitled

a guest
Jan 9th, 2011
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. jeeves@tessa:/etc$ ifconfig
  2. eth0 Link encap:Ethernet HWaddr 00:11:d8:9b:69:4f
  3. inet addr:192.168.1.201 Bcast:192.168.1.255 Mask:255.255.255.0
  4. inet6 addr: fe80::211:d8ff:fe9b:694f/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:890 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:492 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:84812 (84.8 KB) TX bytes:66070 (66.0 KB)
  10. Interrupt:19 Base address:0xe000
  11.  
  12. eth1 Link encap:Ethernet HWaddr 00:11:95:8b:c5:d8
  13. inet addr:192.168.1.202 Bcast:192.168.1.255 Mask:255.255.255.0
  14. inet6 addr: fe80::211:95ff:fe8b:c5d8/64 Scope:Link
  15. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  16. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:1000
  19. RX bytes:0 (0.0 B) TX bytes:344 (344.0 B)
  20. Interrupt:18
  21.  
  22. lo Link encap:Local Loopback
  23. inet addr:127.0.0.1 Mask:255.0.0.0
  24. inet6 addr: ::1/128 Scope:Host
  25. UP LOOPBACK RUNNING MTU:16436 Metric:1
  26. RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  27. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  28. collisions:0 txqueuelen:0
  29. RX bytes:480 (480.0 B) TX bytes:480 (480.0 B)
  30.  
  31. jeeves@tessa:/etc$ sudo pico /etc/network/interfaces
  32. jeeves@tessa:/etc$ sudo /etc/init.d/networking restart
  33. * Reconfiguring network interfaces... ssh stop/waiting
  34. ssh start/running, process 2046
  35. ssh stop/waiting
  36. ssh start/running, process 2100
  37. [ OK ]
  38. jeeves@tessa:/etc$ ping google.ca
  39. PING google.ca (74.125.95.106) 56(84) bytes of data.
  40. ^C
  41. --- google.ca ping statistics ---
  42. 6 packets transmitted, 0 received, 100% packet loss, time 5040ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement