I have docker working fine within my lxc (which is using macvlan) and has an external static ip address. Everything coming INTO docker seems to work fine, but docker containers get NO dns. The LXC itself seems to get dns working fine, its just the “docker” containers that don’t seem to have it. They get the appropriate 1.1.1.1 server, but NO packets seem to return.
What kinds of things do I need to do? Since I am using MACVLAN all ‘incus’ firewall rules don’t apply.
Thomas