== BRCTL == root@compute-172-31-252-201:~# brctl show bridge name bridge id STP enabled interfaces br-int 0000.9ec24073f54c no int-br0 qvo0188455b-25 tap67b22b07-21 tapefcc735e-10 br0 0000.047d7ba5b328 no eth0 phy-br0 qbr0188455b-25 0000.e21e77606d4e no qvb0188455b-25 tap0188455b-25 root@compute-172-31-252-201:~# == OVS-VSCTL == root@compute-172-31-252-201:~# ovs-vsctl show 1df3e12e-beb3-437d-9f5e-069dadb5ea27 Bridge "qbr0188455b-25" Port "qvb0188455b-25" Interface "qvb0188455b-25" Port "qbr0188455b-25" Interface "qbr0188455b-25" type: internal Port "tap0188455b-25" Interface "tap0188455b-25" Bridge "br0" Port "phy-br0" Interface "phy-br0" Port "eth0" Interface "eth0" Port "br0" Interface "br0" type: internal Bridge br-int Port "qvo0188455b-25" tag: 2 Interface "qvo0188455b-25" Port "tapefcc735e-10" tag: 2 Interface "tapefcc735e-10" type: internal Port "tap67b22b07-21" tag: 1 Interface "tap67b22b07-21" type: internal Port br-int Interface br-int type: internal Port "int-br0" Interface "int-br0" ovs_version: "1.4.0+build0" root@compute-172-31-252-201:~# == IPTABLES == root@compute-172-31-252-201:~# iptables -L -v Chain INPUT (policy ACCEPT 39248 packets, 11M bytes) pkts bytes target prot opt in out source destination 3525K 1423M quantum-openvswi-INPUT all -- any any anywhere anywhere 0 0 ACCEPT gre -- any any anywhere anywhere Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 quantum-filter-top all -- any any anywhere anywhere 0 0 quantum-openvswi-FORWARD all -- any any anywhere anywhere Chain OUTPUT (policy ACCEPT 46747 packets, 9981K bytes) pkts bytes target prot opt in out source destination 4139K 1602M quantum-filter-top all -- any any anywhere anywhere 4139K 1602M quantum-openvswi-OUTPUT all -- any any anywhere anywhere Chain quantum-filter-top (2 references) pkts bytes target prot opt in out source destination 4139K 1602M quantum-openvswi-local all -- any any anywhere anywhere Chain quantum-openvswi-FORWARD (1 references) pkts bytes target prot opt in out source destination 0 0 quantum-openvswi-sg-chain all -- any any anywhere anywhere PHYSDEV match --physdev-out tap0188455b-25 --physdev-is-bridged 0 0 quantum-openvswi-sg-chain all -- any any anywhere anywhere PHYSDEV match --physdev-in tap0188455b-25 --physdev-is-bridged Chain quantum-openvswi-INPUT (1 references) pkts bytes target prot opt in out source destination 0 0 quantum-openvswi-o0188455b-2 all -- any any anywhere anywhere PHYSDEV match --physdev-in tap0188455b-25 --physdev-is-bridged 0 0 LOG all -- any any anywhere anywhere PHYSDEV match --physdev-in tap0188455b-25 LOG level warning Chain quantum-openvswi-OUTPUT (1 references) pkts bytes target prot opt in out source destination Chain quantum-openvswi-i0188455b-2 (1 references) pkts bytes target prot opt in out source destination 0 0 DROP all -- any any anywhere anywhere state INVALID 0 0 RETURN all -- any any anywhere anywhere state RELATED,ESTABLISHED 0 0 RETURN tcp -- any any anywhere anywhere tcp dpt:ssh 0 0 RETURN udp -- any any 192.26.184.6 anywhere udp spt:bootps dpt:bootpc 0 0 quantum-openvswi-sg-fallback all -- any any anywhere anywhere Chain quantum-openvswi-local (1 references) pkts bytes target prot opt in out source destination Chain quantum-openvswi-o0188455b-2 (2 references) pkts bytes target prot opt in out source destination 0 0 DROP all -- any any anywhere anywhere MAC ! FA:16:3E:2F:0A:3F 0 0 RETURN udp -- any any anywhere anywhere udp spt:bootpc dpt:bootps 0 0 DROP all -- any any !192.26.184.5 anywhere 0 0 DROP udp -- any any anywhere anywhere udp spt:bootps dpt:bootpc 0 0 DROP all -- any any anywhere anywhere state INVALID 0 0 RETURN all -- any any anywhere anywhere state RELATED,ESTABLISHED 0 0 RETURN all -- any any anywhere anywhere 0 0 quantum-openvswi-sg-fallback all -- any any anywhere anywhere Chain quantum-openvswi-sg-chain (2 references) pkts bytes target prot opt in out source destination 0 0 quantum-openvswi-i0188455b-2 all -- any any anywhere anywhere PHYSDEV match --physdev-out tap0188455b-25 --physdev-is-bridged 0 0 quantum-openvswi-o0188455b-2 all -- any any anywhere anywhere PHYSDEV match --physdev-in tap0188455b-25 --physdev-is-bridged 0 0 ACCEPT all -- any any anywhere anywhere Chain quantum-openvswi-sg-fallback (2 references) pkts bytes target prot opt in out source destination 0 0 DROP all -- any any anywhere anywhere root@compute-172-31-252-201:~#