Quote from: Bob.Dig on July 12, 2026, 06:12:07 PMQuote from: tbk49 on July 12, 2026, 06:02:30 PMand I set up query forwarding in unbound so that if the lookup is for an internal FQDN, unbound will forwards to port 53053 for DHCP server to resolve.Is that really in the docs? This part looks weird to me.
https://docs.opnsense.org/manual/unbound.html#query-forwarding
https://docs.opnsense.org/manual/dnsmasq.html
What I'm currently seeing is that my DNS query from one site is indeed forwarded to the other end (tcpdump showing the traffic on enc0), but there is no response. I've tried fiddling with the firewall rules, but maybe I'm missing something else.
This looks like my situation: https://forum.opnsense.org/index.php?topic=48004.0
If I do:
`drill -4 host1.mysite.s2.internal` from s2, I get a successful response.
`host -4 host1.mysite.s2.interenal` from s2, I get a successful response.
`drill -4 host1.mysite.s2.internal` from s1, I get "not found: 3(NXDOMAIN)".
`host -4 host1.mysite.s2.interenal` from s1, sometimes I get "network error" other times I get a successful but empty record back.
I have made sure there is a domain entry for mysite.s2.internal on s2 under Services | Dnsmasq | Domains
"