Hi all,<br>lxc-version says 0.7.3, kernel 2.6.38<br>My problem is that I lose network conectivity to the host when I start a guest.<br>My experience:<br><div style="margin-left: 40px;">A kvm machine running the host with a debian testing.<br>
#/etc/network/interfaces<br># The primary network interface<br># allow-hotplug eth0<br># iface eth0 inet dhcp<br><br>auto br0<br>iface br0 inet dhcp<br>    bridge_ports   eth0<br>    bridge_fd      0<br>    bridge_maxwait 0<br>
<br>I start the kvm with hostfwd and <b>connect through SSH to the host machine</b><br><br>Create the guest image with lxc-debian, squeeze suite.<br>Added this to the container config:<br>lxc.network.type  = veth<br>lxc.network.flags = up<br>
lxc.network.link  = br0<br><a href="http://lxc.network.name">lxc.network.name</a>  = veth0<br><br>I do lxc-start and the image boots, then I do <b>#dhclient veth0</b> and my ssh connection to the host hangs, it doesn't accept any other connection.<br>
If I put veth0 as dhcp in network/interfaces the connection hangs on container startup<br>If I do /etc../networking restart the ssh service resumes<br>If I do /etc../sshd restart the ssh service resumes<br>If I do tcpdump -i br0 the ssh service resumes<br>
<br>Not a kvm issue as it happens on a laptop I have over a br0->wlan0 interface<br><br></div>Am I doing anything wrong? Is this behavior expected or a bug?<br><br>Thanks<br><br>--<br>Arkaitz<br>