<div dir="ltr"><div>Hi,<br></div><div>   When I try to configure two containers which need to be on the same vlan <br></div><div>lxc-start complains as expected. I believe this is an expected error.<br></div><div>Is there any way to link multiple containers without using softbridge+veth pair <br></div><div>by using network.type vlan? or what is the best practice in this type of topology?<br><br></div><div>thanks.<br><br><br></div><div>ERROR<br>======<br>lxc-start 1434354562.308 ERROR    lxc_conf - conf.c:instantiate_vlan:3120 - failed to create vlan interface 'vlan4050' on 'eth7' : File exists<br>      lxc-start 1434354562.308 ERROR    lxc_conf - conf.c:lxc_create_network:3261 - failed to create netdev<br>      lxc-start 1434354562.308 ERROR    lxc_start - start.c:lxc_spawn:826 - failed to create the network<br><br><br></div><div><br></div>#CONTAINER1<br><div># Network configuration<br>lxc.network.type = vlan<br>lxc.network.flags = up<br>lxc.network.link = eth7<br><a href="http://lxc.network.vlan.id">lxc.network.vlan.id</a> = 4050<br><a href="http://lxc.network.name">lxc.network.name</a> = eth0<br>lxc.network.ipv4 = <a href="http://10.100.100.12/24">10.100.100.12/24</a><br>lxc.network.ipv4.gateway = 10.100.100.2<br><br><br></div><div>#CONTAINER1<br></div><div># Network configuration<br>lxc.network.type = vlan<br>lxc.network.flags = up<br>lxc.network.link = eth7<br><a href="http://lxc.network.vlan.id">lxc.network.vlan.id</a> = 4050<br><a href="http://lxc.network.name">lxc.network.name</a> = vlan4050<br>lxc.network.ipv4 = <a href="http://10.100.100.11/24">10.100.100.11/24</a><br>lxc.network.ipv4.gateway = 10.100.100.2<br><br><br>root@vhost3:~# lsb_release -a<br>No LSB modules are available.<br>Distributor ID: Ubuntu<br>Description:    Ubuntu 14.04.2 LTS<br>Release:        14.04<br>Codename:       trusty<br></div></div>