Disable firewall on a network device
lxd lxc ufwFirewall ufw block functional of LXD container. It needs to disable on the virtual network.
udo ufw allow in on lxdbr0
sudo ufw route allow in on lxdbr0
sudo ufw route allow out on lxdbr0
Reference:
https://documentation.ubuntu.com/lxd/en/latest/howto/network_bridge_firewalld/
Written on October 14, 2023