Using single Pihole instance across multiple VLANs

I've seen a few posts over the years about VLANs. I just went through figuring this out, and thought I'd share that. I have a Mikrotik router with a separate Ubuiqiti access point. The main WLAN connection comes out untagged, and the guest network is VLAN 10 (I know, I should have everything VLAN'd, but haven't gotten around to that). Raspbian recently changed how you configure the network, so this is the best resource I've found for setting up VLANs on the rPi:

https://www.sbprojects.net/projects/raspberrypi/vlan.php

The only other step is to make sure you go into Pihole settings (DNS tab), and tick "Listen on all interfaces". Since I have a separate subnet for the VLAN, it's easy to look in the query log to see it working.

1 Like

why not just routing the dns traffic over VLANs?
only need an ACL on router or firewall.

You mean put the Pihole in 1 place, and then route DNS to it from various subnets? Yes, that would be an option. I'm new to the Mikrotik, so this seemed easiest at the time.