<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">Hi<br><br>My LXD has the following network configuration:<br><br>root@qumind:~# egrep -v '(^#|^$)' /etc/default/lxd-bridge <br>USE_LXD_BRIDGE="true"<br>LXD_BRIDGE="lxdbr0"<br>UPDATE_PROFILE="true"<br>LXD_CONFILE=""<br>LXD_DOMAIN="lxd"<br>LXD_IPV4_ADDR="10.0.8.1"<br>LXD_IPV4_NETMASK="255.255.255.0"<br>LXD_IPV4_NETWORK="10.0.8.0/24"<br>LXD_IPV4_DHCP_RANGE="10.0.8.2,10.0.8.254"<br>LXD_IPV4_DHCP_MAX="253"<br>LXD_IPV4_NAT="true"<br>LXD_IPV6_ADDR=""<br>LXD_IPV6_MASK=""<br>LXD_IPV6_NETWORK=""<br>LXD_IPV6_NAT="false"<br>LXD_IPV6_PROXY="false"<br><br>And the network works fine at first. However, after some time outbound connections fail, while inbound connections continue working.<br>It affects all LXD containers.<br><br>And it is not enough to just run <br><br>root@qumind:~# service lxd-bridge stop<br>Job for lxd-bridge.service canceled.<br>root@qumind:~# service lxd restart<br><br>while the containers are running. The behaviour stays the same.<br><br>I have to stop the containers first, then restart the LXD bridge and start the containers again.<br>Only then the outbound connections work again - until I have to restart it all again.<br><br>What could be the culprit?<br><br>Thanks<br><br>PS:<br>To stop all running containers I am using <br>for i in $(lxc list | grep RUNNING | awk -F'|' '{print $2}' | tr -d [:blank:]); do lxc stop $i; done<br>I think it would be convenient to be able to just say <br>lxc stop all<br><span></span><div></div></font>