LXD: IP address issue with UFW


Description

After creating container with lxd, i can't get IPv4 address with UFW enabled with "deny" as default policy for incoming connections.

Solution

sudo ufw allow in on lxdbr0
sudo ufw route allow in on lxdbr0



Comments