Dear Community!
For IoT devices I need to be able to route mDNS broadcast traffic through VLANs.
I saw that this is only currently possible with an external server (or maybe a MetaRouter with OpenWRT, but unfortunately my router - RB4011 - doesn't support MetaRouter yet).
Not a big problem, I already have a RPi which only works as a local DNS server (Pi-hole). I thought I will install avahi-reflector on that one.
However I don't know what will be the correct configuration for it.
Right now it is plugged into one of the ether ports on the router. The port is an untagged access port, which is only visible on my private VLAN and a firewall forward rule is set to allow the guest network to access the DNS server. This works really great.
However now I don't know how I could preserve these functions and also be able to use the reflector. If I read it right, you still have to use your private VLAN (in this scenario) as untagged and set the router to route the guest vlan for the Reflector server as a tagged.
This is the right approach for this? Will it affect the DNS server? I assume it might be that in this scenario the DNS server will be also accessible through the guest VLAN (I mean the web interface of the DNS server).
Thanks for your help!