<div dir="ltr">Guys,<div><br></div><div>I have an "all-in-one" OpenStack Juno setup, with LinuxBridges, where I'm planning to use it with two tagged networks.</div><div><br></div><div>Like this:</div><div><br></div><div>For "Instance #1", "brctl show" returns:</div><div><br></div><div>----</div><div><div>root@openstack-1:~# brctl show</div><div>bridge name     bridge id               STP enabled     interfaces</div></div><div><br></div><div><div>brqfac384d5-cd          8000.ecf4bbd0417a       no              eth2.100</div><div>                                                                        tap47417a6d-3b</div><div>----<br></div></div><div><br></div><div>For "Instance #2", "brctl show" returns:</div><div><br></div><div>----</div><div><div>bridge name     bridge id               STP enabled     interfaces</div></div><div><br></div><div><div>brq50721b16-1c          8000.ecf4bbd0417a       no              eth2.101<br></div><div>                                                                         tap15f2960f-54</div></div><div>----</div><div><br></div><div>"Instance #1" works as expected, I can see the the packets arriving inside the Instance attached to the TAP "tap15f2960f-54".</div><div><br></div><div>Also, I can run "tcpdump -c 100 -eni tap15f2960f-54" or "tcpdump -c 100 -eni brq50721b16-1c" to see the packets.</div><div><br></div><div>BUT, my second "Instance #2" doesn't receive the packets!!</div><div><br></div><div><br></div><div># "Wire"</div><div><br></div><div>If I run "tcpdump -c 100 -eni eth2", I can see both "vlan 100" and "vlan 101" packets arriving.</div><div><br></div><div># vlan 100 - okay</div><div>If I run "tcpdump -c 100 -eni brqfac384d5-cd", as I said before, I can see the packets.</div><div><br></div><div>If I run "tcpdump -c 100 -eni tap47417a6d-3b", as I said before, I can see the packets.</div><div><br></div><div># vlan 101 - not okay</div><div>If I run "tcpdump -c 100 -eni brq50721b16-1c", I can see the packets.</div><div><br></div><div>If I run "tcpdump -c 100 -eni tap15f2960f-54", BOOM! I am unable to see the packets!!</div><div><br></div><div>--</div><div><br></div><div><br></div><div>Why the packets are being dropped between "brq50721b16-1c" and "tap15f2960f-54" ???</div><div><br></div><div>"ifconfig tap15f2960f-54" shows packets being dropped.</div><div><br></div><div>"ifconfig tap47417a6d-3b" shows 0 packets being dropped.</div><div><br></div><div><br></div><div>I already double checked everything!! Also, I tried to raise txqueue, checked ebtabled, iptables... I have no clue about whats going on here...</div><div><br></div><div>I really appreciate any help!</div><div><br></div><div>Thanks!</div><div>Thiago</div></div>