Created
October 2, 2015 18:29
-
-
Save legal90/cc3c441adc9b8f20d31d to your computer and use it in GitHub Desktop.
ifconfig output, related to https://github.com/hashicorp/nomad/issues/146
This file contains 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
$ ifconfig -a | |
docker0 Link encap:Ethernet HWaddr 02:42:e3:b1:01:53 | |
inet addr:172.17.42.1 Bcast:0.0.0.0 Mask:255.255.0.0 | |
UP BROADCAST MULTICAST MTU:1500 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) | |
eth0 Link encap:Ethernet HWaddr 00:1c:42:81:8c:f6 | |
inet addr:10.211.55.141 Bcast:10.211.55.255 Mask:255.255.255.0 | |
inet6 addr: fe80::21c:42ff:fe81:8cf6/64 Scope:Link | |
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
RX packets:24462 errors:0 dropped:0 overruns:0 frame:0 | |
TX packets:15109 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1000 | |
RX bytes:27506523 (27.5 MB) TX bytes:1111641 (1.1 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:65536 Metric:1 | |
RX packets:819 errors:0 dropped:0 overruns:0 frame:0 | |
TX packets:819 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:0 | |
RX bytes:112023 (112.0 KB) TX bytes:112023 (112.0 KB) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment