Created
September 14, 2017 18:31
-
-
Save hsaputra/29d517623596cf306b9e79889cdc2c2f to your computer and use it in GitHub Desktop.
ifconfig machine
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
hsaputra@hsaputra-desktop:/etc/resolvconf/resolv.conf.d$ ifconfig | |
docker0 Link encap:Ethernet HWaddr 02:42:24:8b:fb:2a | |
inet addr:172.18.0.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) | |
eno1 Link encap:Ethernet HWaddr d0:17:c2:ad:2c:8f | |
inet addr:172.17.162.240 Bcast:172.17.163.255 Mask:255.255.252.0 | |
inet6 addr: fe80::d217:c2ff:fead:2c8f/64 Scope:Link | |
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
RX packets:53221 errors:690 dropped:0 overruns:0 frame:345 | |
TX packets:7910 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1000 | |
RX bytes:13545241 (13.5 MB) TX bytes:1708715 (1.7 MB) | |
Interrupt:20 Memory:fb200000-fb220000 | |
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:687 errors:0 dropped:0 overruns:0 frame:0 | |
TX packets:687 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1 | |
RX bytes:117645 (117.6 KB) TX bytes:117645 (117.6 KB) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment