Re: [Lxc-users] Problem with lxc and mutliple ips

2013-10-16 Thread Andreas Laut
Thanks Tamas and Guido for your help. Dealing with stp options on the bridge wasn't a good option for us because we don't use a closed network solution and it could shutdown our provider net. (if they use stp too) We figured out that interfaces starts smoother in lxc if we set lxc.network.hwadd

Re: [Lxc-users] Problem with lxc and mutliple ips

2013-10-11 Thread Tamas Papp
On 10/11/2013 02:42 PM, Andreas Laut wrote: > Hi, > > actually can't get lxc nightly compiled with debian right now, > configure has problems with pkg-config python3-dev (package pkg-config > and python3-dev is installed) (configure line 5588) > > I tried instead lxc 0.9 from tarball and got the s

Re: [Lxc-users] Problem with lxc and mutliple ips

2013-10-11 Thread Andreas Laut
Sorry, found the mistake in my lxc config by myself, need to do further tests. Am 11.10.2013 14:42, schrieb Andreas Laut: Hi, actually can't get lxc nightly compiled with debian right now, configure has problems with pkg-config python3-dev (package pkg-config and python3-dev is installed) (c

Re: [Lxc-users] Problem with lxc and mutliple ips

2013-10-11 Thread Andreas Laut
Hi, actually can't get lxc nightly compiled with debian right now, configure has problems with pkg-config python3-dev (package pkg-config and python3-dev is installed) (configure line 5588) I tried instead lxc 0.9 from tarball and got the same problem. Our LXC Config is attached, maybe this

Re: [Lxc-users] Problem with lxc and mutliple ips

2013-10-11 Thread Jäkel , Guido
>To: Jäkel, Guido; 'lxc-users@lists.sourceforge.net' >Subject: Re: [Lxc-users] Problem with lxc and mutliple ips > >Ok, sorry. You're right. > >We are using a bridge named br0 bound to eth0 at lxc host. On the >containers we are using veth, but this problem happens

Re: [Lxc-users] Problem with lxc and mutliple ips

2013-10-11 Thread Tamas Papp
On 10/11/2013 10:40 AM, Andreas Laut wrote: > Ok, sorry. You're right. > > We are using a bridge named br0 bound to eth0 at lxc host. On the > containers we are using veth, but this problem happens also with type > macvlan. No change at all. > > We also tried using hwaddr. > We're doing further

Re: [Lxc-users] Problem with lxc and mutliple ips

2013-10-11 Thread Andreas Laut
Ok, sorry. You're right. We are using a bridge named br0 bound to eth0 at lxc host. On the containers we are using veth, but this problem happens also with type macvlan. No change at all. We also tried using hwaddr. We're doing further research in hope to show a way to reproduce this for you.