Created
October 13, 2014 19:51
-
-
Save danehans/3bbfd9cdfc83148b2c62 to your computer and use it in GitHub Desktop.
Kube Mstr Networking
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
[fedora@kube-cluster-kube-master-feulivz7l4jn ~]$ ifconfig | |
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
inet 10.0.0.2 netmask 255.255.255.0 broadcast 10.0.0.255 | |
inet6 fe80::f816:3eff:fec3:ddbf prefixlen 64 scopeid 0x20<link> | |
ether fa:16:3e:c3:dd:bf txqueuelen 1000 (Ethernet) | |
RX packets 318298 bytes 27748924 (26.4 MiB) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 297903 bytes 35221025 (33.5 MiB) | |
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
kbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
inet 10.251.3.1 netmask 255.255.255.0 broadcast 10.251.3.255 | |
inet6 fe80::ccd8:f8ff:fee0:144c prefixlen 64 scopeid 0x20<link> | |
ether ce:d8:f8:e0:14:4c txqueuelen 0 (Ethernet) | |
RX packets 0 bytes 0 (0.0 B) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 8 bytes 648 (648.0 B) | |
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 757138 bytes 103828832 (99.0 MiB) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 757138 bytes 103828832 (99.0 MiB) | |
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
obr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
inet6 fe80::ccd8:f8ff:fee0:144c prefixlen 64 scopeid 0x20<link> | |
ether ce:d8:f8:e0:14:4c txqueuelen 0 (Ethernet) | |
RX packets 0 bytes 0 (0.0 B) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 3677 bytes 191668 (187.1 KiB) | |
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
[fedora@kube-cluster-kube-master-feulivz7l4jn ~]$ ping 8.8.8.8 | |
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. | |
64 bytes from 8.8.8.8: icmp_seq=1 ttl=46 time=38.2 ms | |
64 bytes from 8.8.8.8: icmp_seq=2 ttl=46 time=36.1 ms | |
[fedora@kube-cluster-kube-master-feulivz7l4jn ~]$ route -n | |
Kernel IP routing table | |
Destination Gateway Genmask Flags Metric Ref Use Iface | |
0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 eth0 | |
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 | |
10.251.3.0 0.0.0.0 255.255.255.0 U 0 0 0 kbr0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment