Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- opentsdb@opentsdb:~$ ifconfig -a
- eth1 Link encap:Ethernet HWaddr 08:00:27:15:88:27
- inet addr:10.221.211.174 Bcast:10.221.211.255 Mask:255.255.252.0
- inet6 addr: fe80::a00:27ff:fe15:8827/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:3445006 errors:0 dropped:0 overruns:0 frame:0
- TX packets:1460234 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:329770681 (329.7 MB) TX bytes:435730662 (435.7 MB)
- eth2 Link encap:Ethernet HWaddr 08:00:27:68:ad:ff
- inet addr:192.168.5.157 Bcast:192.168.5.255 Mask:255.255.255.0
- inet6 addr: fe80::a00:27ff:fe68:adff/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:3413876 errors:0 dropped:0 overruns:0 frame:0
- TX packets:1541726 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:1835439378 (1.8 GB) TX bytes:162187290 (162.1 MB)
- eth3 Link encap:Ethernet HWaddr 08:00:27:e4:5b:03
- inet addr:10.40.10.191 Bcast:10.40.10.255 Mask:255.255.255.0
- inet6 addr: fe80::a00:27ff:fee4:5b03/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:2336984 errors:0 dropped:0 overruns:0 frame:0
- TX packets:639378 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:1411783815 (1.4 GB) TX bytes:53596266 (53.5 MB)
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- inet6 addr: ::1/128 Scope:Host
- UP LOOPBACK RUNNING MTU:16436 Metric:1
- RX packets:1794315 errors:0 dropped:0 overruns:0 frame:0
- TX packets:1794315 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:4575293241 (4.5 GB) TX bytes:4575293241 (4.5 GB)
- opentsdb@opentsdb:~$ cat /etc/network/interfaces
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- # The loopback network interface
- auto lo
- iface lo inet loopback
- # The primary network interface
- auto eth0
- iface eth0 inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment