- ip r
- default via 172.16.69.2 dev ens3 onlink
- 172.16.69.0/24 dev ens3 proto kernel scope link src 172.16.69.115
- 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
- 172.18.0.0/16 dev docker_gwbridge proto kernel scope link src 172.18.0.1
- 172.24.4.0/24 dev br-ex proto kernel scope link src 172.24.4.1
- 192.168.100.0/24 dev br-vlan proto kernel scope link src 192.168.100.1
- 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown
- ovs-vsctl show
- 282e3a89-4368-45ae-b3fc-a8c0b24e08db
- Manager "ptcp:6640:127.0.0.1"
- is_connected: true
- Bridge br-ex
- Controller "tcp:127.0.0.1:6633"
- is_connected: true
- fail_mode: secure
- Port phy-br-ex
- Interface phy-br-ex
- type: patch
- options: {peer=int-br-ex}
- Port br-ex
- Interface br-ex
- type: internal
- Bridge br-vlan
- Controller "tcp:127.0.0.1:6633"
- is_connected: true
- fail_mode: secure
- Port phy-br-vlan
- Interface phy-br-vlan
- type: patch
- options: {peer=int-br-vlan}
- Port "ens3.100"
- Interface "ens3.100"
- Port "int1-br-vlan1"
- Interface "int1-br-vlan1"
- Port br-vlan
- Interface br-vlan
- type: internal
- Bridge br-int
- Controller "tcp:127.0.0.1:6633"
- is_connected: true
- fail_mode: secure
- Port int-br-vlan
- Interface int-br-vlan
- type: patch
- options: {peer=phy-br-vlan}
- Port "qr-4de46f75-f2"
- tag: 1
- Interface "qr-4de46f75-f2"
- type: internal
- Port "qg-6bb9e0c9-95"
- tag: 2
- Interface "qg-6bb9e0c9-95"
- type: internal
- Port "tap9170b271-2c"
- tag: 4
- Interface "tap9170b271-2c"
- type: internal
- Port "qr-008d5518-1f"
- tag: 1
- Interface "qr-008d5518-1f"
- type: internal
- Port "tapfc2a3820-16"
- tag: 3
- Interface "tapfc2a3820-16"
- type: internal
- Port br-int
- Interface br-int
- type: internal
- Port "qvoe1af220d-94"
- tag: 1
- Interface "qvoe1af220d-94"
- Port "qvobd82bdf2-b9"
- tag: 4
- Interface "qvobd82bdf2-b9"
- Port "tap4b7e6b45-29"
- tag: 1
- Interface "tap4b7e6b45-29"
- type: internal
- Port "qg-458f7a10-70"
- tag: 3
- Interface "qg-458f7a10-70"
- type: internal
- Port "qvob6ce1160-93"
- tag: 1
- Interface "qvob6ce1160-93"
- Port int-br-ex
- Interface int-br-ex
- type: patch
- options: {peer=phy-br-ex}
- Port patch-tun
- Interface patch-tun
- type: patch
- options: {peer=patch-int}
- Port "qr-f82baf55-92"
- tag: 4
- Interface "qr-f82baf55-92"
- type: internal
- Bridge br-tun
- Controller "tcp:127.0.0.1:6633"
- is_connected: true
- fail_mode: secure
- Port patch-int
- Interface patch-int
- type: patch
- options: {peer=patch-tun}
- Port br-tun
- Interface br-tun
- type: internal
- ovs_version: "2.8.0"
- ens3.100 -> br-vlan (192.168.100.1) -> int-br-vlan -> br-int -> namespace -> router(192.168.100.11)
- ping 192.168.100.11 from 192.168.100.1
- PING 192.168.100.11 (192.168.100.11) 56(84) bytes of data.
- From 192.168.100.1 icmp_seq=1 Destination Host Unreachable
- From 192.168.100.1 icmp_seq=2 Destination Host Unreachable
- From 192.168.100.1 icmp_seq=3 Destination Host Unreachable
- From 192.168.100.1 icmp_seq=4 Destination Host Unreachable
- From 192.168.100.1 icmp_seq=5 Destination Host Unreachable
- From 192.168.100.1 icmp_seq=6 Destination Host Unreachable
- From 192.168.100.1 icmp_seq=7 Destination Host Unreachable
- From 192.168.100.1 icmp_seq=8 Destination Host Unreachable
- From 192.168.100.1 icmp_seq=9 Destination Host Unreachable
- ^C
- --- 192.168.100.11 ping statistics ---
- 11 packets transmitted, 0 received, +9 errors, 100% packet loss, time 10022ms
- tcpdump -n -e -l -i ens3.100
- tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
- listening on ens3.100, link-type EN10MB (Ethernet), capture size 262144 bytes
- 14:13:40.159525 0a:97:97:84:db:47 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 192.168.100.11 tell 192.168.100.1, length 28
- 14:13:41.173037 0a:97:97:84:db:47 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 192.168.100.11 tell 192.168.100.1, length 28
- 14:13:42.171488 0a:97:97:84:db:47 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 192.168.100.11 tell 192.168.100.1, length 28
- 14:13:43.171547 0a:97:97:84:db:47 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 192.168.100.11 tell 192.168.100.1, length 28