No internet access in LXD containers on Fedora 34 host (DNS issue? )

Thank you so much for the response! I think I was mistaken, and that the issue is firewalld (I forgot to restart after I disabled the service). Disabling firewalld and restarting fixes the issue. I’m not quite sure what the issue is though looking at the rules.

This ended up fixing the issue for me for all but ubuntu 16.04:

firewall-cmd --add-interface=lxdbr0 --zone=trusted --permanent
firewall-cmd --reload

Do you have any suggestions for resolving the issue with older clients not using systemd-networkd?

1 Like