I’m having a user project (user-901) in which I have profiles, networks and containers.
The containers in question are network-connected via an incus-bridge (incusbr-901
) and in their own network, having access to the host and outer network (possibly the internet) via NAT.
Now I want the containers to also receive and process mDNS traffic which the host is receiving on its physical network interface (let’s say wifi0
).
I already tried to reflect/forward mDNS traffic from my host’s interface (wifi0
), which receives the mDNS traffic and incusbr-901
, but that apparently doesn’t cut it.
I do not need, actually I do not want it at all, mDNS traffic originating from within containers to get forwarded/reflected out of their NAT’ed network to the host, but only want outer mDNS traffic to be accessible by the containers.