Skip to content

Instantly share code, notes, and snippets.

@gounthar
Created August 30, 2018 16:39
Show Gist options
  • Save gounthar/ceb2680f38e613289f4e55b9e8c4f819 to your computer and use it in GitHub Desktop.
Save gounthar/ceb2680f38e613289f4e55b9e8c4f819 to your computer and use it in GitHub Desktop.
$ ifconfig
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:d1:d2:ae:aa txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.XX.XX.XX netmask 255.255.248.0 broadcast 10.XX.XX.255
inet6 fe80::683c:c567:8f43:7756 prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:46:89:9e txqueuelen 1000 (Ethernet)
RX packets 4783 bytes 369973 (361.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 85 bytes 11944 (11.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 4950 bytes 400998 (391.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4950 bytes 400998 (391.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b8:27:eb:13:dc:cb txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment