My bad, I bridged eth0.211 and eth0.103 with br0. Could I know the problems it would cause?<div><br>I love the way of creating a vlan interface and putting an ip over it. should try that<br><div class="gmail_quote">On Wed, Oct 31, 2012 at 6:18 PM, Fajar A. Nugraha <span dir="ltr"><<a href="mailto:list@fajar.net" target="_blank">list@fajar.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, Oct 31, 2012 at 7:11 PM, Kalyana sundaram <<a href="mailto:kalyanceg@gmail.com">kalyanceg@gmail.com</a>> wrote:<br>

> Thanks Fajar. Atlast I got the vlan thingy working<br>
> I added 2 vlans to eth0 (eth0.211 and eth0.103) and connected them to bridge<br>
<br>
</div>You assigned eth0 (the trunk) to the bridge, right?<br>
<br>
Just checking. Cause if you DON'T assign the trunk, but rather BOTH<br>
vlan interface (eth0.211 AND eth0.103) to the SAME bridge, bad things<br>
WILL happen :)<br>
<div class="im"><br>
> br0 and used br0 as a link to container(veth)<br>
> To reach the host I used another interface eth1<br>
<br>
</div>That's the easy way.<br>
<div class="im"><br>
> (probably assigning ip to<br>
> bridge br0 would have solved that problem)<br>
<br>
</div>If eth0 is the trunk, and you assign it on br0, you should be able to<br>
create a vlan interface (e.g. br0.100) and put ip on that vlan<br>
interface instead. Note that if you use this approach, you should NOT<br>
create a vlan interface on top of the bridge using the vlan that you<br>
pass thru to the container. That is, you must NOT create br0.211 and<br>
br0.103.<br>
<br>
There are ways around this though. For example, by creating another<br>
veth pair, assigining one to the bridge, and create vlan on the pair<br>
interface. It's somewhat a hassle, but should work.<br>
<br>
Confused? Welcome to linux bridge :D<br>
<br>
Openvswitch should be able to work around this cleanly, if you can<br>
master the interface (don't rely on linux bridge compatibility code).<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Fajar<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Kalyanasundaram<br><a href="http://blogs.eskratch.com/" target="_blank">http://blogs.eskratch.com/</a><br>
</div>