Created
February 24, 2014 02:12
-
-
Save karnauskas/9180778 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@s1 /]# ifconfig -a | |
| lo Link encap:Local Loopback | |
| inet addr:127.0.0.1 Mask:255.0.0.0 | |
| UP LOOPBACK RUNNING MTU:16436 Metric:1 | |
| RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | |
| TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | |
| collisions:0 txqueuelen:0 | |
| RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) | |
| venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 | |
| inet addr:127.0.0.1 P-t-P:127.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.255 | |
| UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1 | |
| RX packets:727222 errors:0 dropped:0 overruns:0 frame:0 | |
| TX packets:698365 errors:0 dropped:170676 overruns:0 carrier:0 | |
| collisions:0 txqueuelen:0 | |
| RX bytes:362492879 (345.7 MiB) TX bytes:113914918 (108.6 MiB) | |
| venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 | |
| inet addr:10.20.0.150 P-t-P:10.20.0.150 Bcast:10.20.0.150 Mask:255.255.255.255 | |
| UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1 | |
| [root@s1 /]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment