Advertisement
venepas

Untitled

Sep 19th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. # ifconfig
  2. eth0 Link encap:Ethernet HWaddr 00:0f:1f:e1:ec:2e
  3. inet addr:192.168.6.49 Bcast:192.168.6.255 Mask:255.255.255.0
  4. inet6 addr: fe80::20f:1fff:fee1:ec2e/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:22340 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:11810 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:8801669 (8.8 MB) TX bytes:2434090 (2.4 MB)
  10. Interrupt:16
  11.  
  12. eth1 Link encap:Ethernet HWaddr 00:0a:5e:48:b1:72
  13. UP BROADCAST MULTICAST MTU:1500 Metric:1
  14. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  15. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  16. collisions:0 txqueuelen:1000
  17. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  18. Interrupt:18 Base address:0x2f80
  19.  
  20. lo Link encap:Local Loopback
  21. inet addr:127.0.0.1 Mask:255.0.0.0
  22. inet6 addr: ::1/128 Scope:Host
  23. UP LOOPBACK RUNNING MTU:16436 Metric:1
  24. RX packets:1450 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:1450 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:0
  27. RX bytes:169520 (169.5 KB) TX bytes:169520 (169.5 KB)
  28.  
  29.  
  30. # /etc/network/interfaces
  31. auto lo
  32. iface lo inet loopback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement