Guest User

Untitled

a guest
Jul 27th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. opentsdb@opentsdb:~$ ifconfig -a
  2. eth1 Link encap:Ethernet HWaddr 08:00:27:15:88:27
  3. inet addr:10.221.211.174 Bcast:10.221.211.255 Mask:255.255.252.0
  4. inet6 addr: fe80::a00:27ff:fe15:8827/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:3445006 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:1460234 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:329770681 (329.7 MB) TX bytes:435730662 (435.7 MB)
  10.  
  11. eth2 Link encap:Ethernet HWaddr 08:00:27:68:ad:ff
  12. inet addr:192.168.5.157 Bcast:192.168.5.255 Mask:255.255.255.0
  13. inet6 addr: fe80::a00:27ff:fe68:adff/64 Scope:Link
  14. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  15. RX packets:3413876 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:1541726 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:1000
  18. RX bytes:1835439378 (1.8 GB) TX bytes:162187290 (162.1 MB)
  19.  
  20. eth3 Link encap:Ethernet HWaddr 08:00:27:e4:5b:03
  21. inet addr:10.40.10.191 Bcast:10.40.10.255 Mask:255.255.255.0
  22. inet6 addr: fe80::a00:27ff:fee4:5b03/64 Scope:Link
  23. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  24. RX packets:2336984 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:639378 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:1000
  27. RX bytes:1411783815 (1.4 GB) TX bytes:53596266 (53.5 MB)
  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:1794315 errors:0 dropped:0 overruns:0 frame:0
  34. TX packets:1794315 errors:0 dropped:0 overruns:0 carrier:0
  35. collisions:0 txqueuelen:0
  36. RX bytes:4575293241 (4.5 GB) TX bytes:4575293241 (4.5 GB)
  37.  
  38.  
  39.  
  40.  
  41.  
  42. opentsdb@opentsdb:~$ cat /etc/network/interfaces
  43. # This file describes the network interfaces available on your system
  44. # and how to activate them. For more information, see interfaces(5).
  45.  
  46. # The loopback network interface
  47. auto lo
  48. iface lo inet loopback
  49.  
  50. # The primary network interface
  51. auto eth0
  52. iface eth0 inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment