Re: [Lxc-users] two NICs in container

2011-06-13 Thread Charles A. Hewson
Hi all, insert; [...] lxc.network.type = veth lxc.network.flags = up lxc.nerwork.link = br1 lxc.network.ipv4 = 192.168.0.1/24 lxc.network.name = eth1 [...] for the second interface. good lick, Charles On Mon, 13 Jun 2011, Oleg Motienko wrote: Hello, Is it possible to create

Re: [Lxc-users] two NICs in container

2011-06-13 Thread Oleg Motienko
Hello, Seems to work perfectly. Thank you! On Mon, Jun 13, 2011 at 17:51, Charles A. Hewson cahew...@eskimo.com wrote: Hi all,  insert;  [...]  lxc.network.type = veth  lxc.network.flags = up  lxc.nerwork.link = br1  lxc.network.ipv4 = 192.168.0.1/24  lxc.network.name = eth1  [...]  

Re: [Lxc-users] two NICs in container

2011-06-12 Thread Oleg Motienko
Hello, Is it possible to create multihomed container (multiple bridge interfaces) if host machine have many bridges (br0,br1,br2 etc) ? Mihamina Rakotomandimby mihamina@bb... wrote 2011-06-01 05:34 : Hi all, When I create a container, I usually created it with only one NIC:   [...]  

Re: [Lxc-users] two NICs in container

2011-06-01 Thread Daniel Lezcano
On 06/01/2011 07:26 AM, Mihamina Rakotomandimby wrote: Hi all, When I create a container, I usually created it with only one NIC: [...] lxc.network.type = veth lxc.network.flags = up lxc.network.link = br0 lxc.network.ipv4 = 41.204.96.2/28 lxc.network.name = eth0

[Lxc-users] two NICs in container

2011-05-31 Thread Mihamina Rakotomandimby
Hi all, When I create a container, I usually created it with only one NIC: [...] lxc.network.type = veth lxc.network.flags = up lxc.network.link = br0 lxc.network.ipv4 = 41.204.96.2/28 lxc.network.name = eth0 [...] Now I want to create a container with 2 NICs On the host I have