I was finally able to fix this with ebtables as described here:
http://www.spinics.net/lists/vlan/msg00607.html
"ebtables -t broute -A BROUTING -p 802_1Q -i eth3.211 -j DROP" on both nodes
On Wed, Apr 17, 2013 at 1:03 PM, Valery Ciareszka
wrote:
Hi all,
>
> I have the following problem:
> en
Hi Sébastien,
physical switch is ok - 211 vlan is declared there, I can see packets from
node2.eth3.211.1234 on node1.eth3.211
and if i pull eth3.211 out of cloudbrguest, everything is working, so the
problem is not on the switch but somewhere in linux vlan/bridge internals.
@all:
Did anybody tr
Hi Valery,
I had the same issue, in the past, and the problem was that I forgot to declare
the vlan on the physical switch.
So when a VM was created on the same hypervisor that the vrouter, it worked
fine, but not when the hypervisor was different.
Make sure that you created all the vlan, that y