Hi!
When you create a managed network (as you did with lxc network created lxd0
), you get a DHCP server from LXD (not a system DHCP server).
If you have some other DHCP server on your host, it may conflict with the one by LXD.
So, show us the output of
lxc network list
lxc network show lxd0
-
sudo lsof -i :53
(on the host)