Re: [lxc-devel] lxc-stop/start drops other lxc network connections

2012-09-15 Thread Dusty Hall
Guido, Thanks for the info and link. It appears that is the issue. I had problems manually setting the br0 hw address so I incremented it and added it to the lxc configuration. IE: br0 -> 02:35:0c:76:ad:cd lxc0.conf: lxc.network.hwaddr = 02:35:0c:76:ae:00 Thanks, On Mon, Sep 10, 2012 at

Re: [lxc-devel] lxc-stop/start drops other lxc network connections

2012-09-10 Thread Jäkel , Guido
Dear Dusty, might be the well-known issue concerning the MAC of a bridge and the attached interfaces (here: veth's): If the MAC of the bridge isn't lower than the MAC of all of it's attached devices, the "outer world" will see a MAC change on plumbing this interface (see e.g. http://sourceforg

Re: [lxc-devel] lxc-stop/start drops other lxc network connections

2012-09-09 Thread Eric W. Biederman
Dusty Hall writes: > Is there any reason why I'm seeing other lxc's drop their network > connections when I stop or start another lxc? I'm running a bridging > network with static ip's on lxc's, see below. This is happening on > both Ubuntu pkgs: 0.7.4-0ubuntu7.3 & 0.7.5-3ubuntu59. Any advice

[lxc-devel] lxc-stop/start drops other lxc network connections

2012-09-08 Thread Dusty Hall
Is there any reason why I'm seeing other lxc's drop their network connections when I stop or start another lxc? I'm running a bridging network with static ip's on lxc's, see below. This is happening on both Ubuntu pkgs: 0.7.4-0ubuntu7.3 & 0.7.5-3ubuntu59. Any advice would be greatly appreciated