Of course, if you want total privacy, use a VPN. Of course this will not stop pesky devices like Chromecast from using 8.8.8.8, but it's on my IOT VLAN anyway, so who cares.
OMG...
Your Firefox does something strange? Why not have a look there in the first place? What kind of (mis)config of DNS do you use here? Nobody knows your setup, so nobody can really help you.
Your FW rules look all messed up to me.
I think you are confused by how the rules work. Have you read the OPNsense docs on firewall rules?
You need to have a look at that, particularly to understand rule direction, quick vs non-quick, and logging
Your LAN/VLAN rules need to be applied from the perspective of traffic coming from the relevant subnet into the relevant interface on OPNsense. So rules are applied INto the interface, and have a source of the subnet. If you want to see those rules in the logs, turn on logging for them
You are seeing the floating rule only in the logs because that is the only relevant one with logging turned on. And you are seeing the operation of that rule because two things are happening - packets are coming into OPNsense on the LAN/VLAN interfaces and being processed by the rules that apply there, then they are being NATted and are being passed out of OPNsense on the WAN interface by the floating rule that applies there
But I am still concerned about the fact that the auto-generated rules that were created trumps all the manual rules that I have. Is that not the case?
Quote from: Inxsible on March 04, 2021, 08:34:06 pmBut I am still concerned about the fact that the auto-generated rules that were created trumps all the manual rules that I have. Is that not the case?No. Again, different interfaces. And you are not taking into account quick vs non-quick rules - again, see the docs
Bit hard to tell without seeing all the relevant bits of the setup, packet traces etc (and I don’t want to see them lol). Bear in mind that what unbound is doing depends on whether it is a recursive or forwarding resolver. If recursive, it won’t just be contacting the root servers, but a whole array of nameservers out there as it recursively resolves names. So will you see requests to Google, Cloudflare etc etc