Created
July 5, 2013 14:14
-
-
Save ulope/5934816 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
bridge name bridge id STP enabled interfaces | |
docker0 8000.fe0cf41bd090 no vethlkPXZM | |
lxcbr0 8000.000000000000 no |
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
ID IMAGE COMMAND CREATED STATUS PORTS | |
a3b8a1208580 ubuntu:12.10 bash 12 minutes ago Up 12 minutes |
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
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
inet6 ::1/128 scope host | |
valid_lft forever preferred_lft forever | |
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 | |
link/ether 50:46:5d:a3:24:78 brd ff:ff:ff:ff:ff:ff | |
inet 144.76.64.175/27 brd 144.76.64.191 scope global eth0 | |
inet6 2a01:4f8:191:73a5::2/64 scope global | |
valid_lft forever preferred_lft forever | |
inet6 fe80::5246:5dff:fea3:2478/64 scope link | |
valid_lft forever preferred_lft forever | |
3: lxcbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN | |
link/ether d2:76:e4:f1:a2:88 brd ff:ff:ff:ff:ff:ff | |
inet 10.0.3.1/24 brd 10.0.3.255 scope global lxcbr0 | |
inet6 fe80::d076:e4ff:fef1:a288/64 scope link | |
valid_lft forever preferred_lft forever | |
4: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP | |
link/ether fe:0c:f4:1b:d0:90 brd ff:ff:ff:ff:ff:ff | |
inet 172.16.42.1/24 scope global docker0 | |
inet6 fe80::1c5b:c0ff:fe2c:6433/64 scope link | |
valid_lft forever preferred_lft forever | |
6: vethlkPXZM: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master docker0 state UP qlen 1000 | |
link/ether fe:0c:f4:1b:d0:90 brd ff:ff:ff:ff:ff:ff | |
inet6 fe80::fc0c:f4ff:fe1b:d090/64 scope link | |
valid_lft forever preferred_lft forever |
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
Kernel IP routing table | |
Destination Gateway Genmask Flags Metric Ref Use Iface | |
0.0.0.0 144.76.64.161 0.0.0.0 UG 0 0 0 eth0 | |
10.0.3.0 0.0.0.0 255.255.255.0 U 0 0 0 lxcbr0 | |
144.76.64.160 144.76.64.161 255.255.255.224 UG 0 0 0 eth0 | |
144.76.64.160 0.0.0.0 255.255.255.224 U 0 0 0 eth0 | |
172.16.42.0 0.0.0.0 255.255.255.0 U 0 0 0 docker0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment