On 05/24/2012 02:50 PM, Andreas Fleckl wrote:
> hi, i try to enable
> a new public subnet
> into a well running lxc container
>
> but i cant get a hint for the right syntax
> is it possible?
>

Yes, you just need to duplicate configuration entries:

lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = br-eth0
lxc.network.name = eth0
lxc.network.mtu = 1500
lxc.network.hwaddr = 52:54:61:41:35:28
lxc.network.veth.pair = veth-container0

lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = br-eth1
lxc.network.name = eth1
lxc.network.mtu = 1500
lxc.network.hwaddr = 52:54:61:41:35:29
lxc.network.veth.pair = veth-container1


tamas

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to