Created
September 14, 2014 08:13
-
-
Save Gurpartap/5d67e88a6fb88f13283f 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
core@master ~ $ ifconfig | |
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 | |
inet 10.100.83.1 netmask 255.255.255.0 broadcast 0.0.0.0 | |
ether 56:84:7a:fe:97:99 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 | |
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255 | |
inet6 fe80::a00:27ff:fedc:c108 prefixlen 64 scopeid 0x20<link> | |
ether 08:00:27:dc:c1:08 txqueuelen 1000 (Ethernet) | |
RX packets 42915 bytes 47706440 (45.4 MiB) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 9521 bytes 1028103 (1004.0 KiB) | |
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
enp0s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
inet 172.17.8.100 netmask 255.255.255.0 broadcast 172.17.8.255 | |
inet6 fe80::a00:27ff:fef8:4582 prefixlen 64 scopeid 0x20<link> | |
ether 08:00:27:f8:45:82 txqueuelen 1000 (Ethernet) | |
RX packets 255890 bytes 34978126 (33.3 MiB) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 262782 bytes 44921680 (42.8 MiB) | |
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 0 (Local Loopback) | |
RX packets 7519 bytes 501373 (489.6 KiB) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 7519 bytes 501373 (489.6 KiB) | |
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
rudder0: flags=81<UP,POINTOPOINT,RUNNING> mtu 1472 | |
inet 10.100.83.0 netmask 255.255.0.0 destination 10.100.83.0 | |
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 500 (UNSPEC) | |
RX packets 36 bytes 2016 (1.9 KiB) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 36 bytes 10944 (10.6 KiB) | |
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