-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.7.r1] "Do not use the DNS Forwarder/Resolver as a DNS server for the firewall" seems broken #2562
Comments
|
No change intended here in any way, but I'll take a look. |
|
Cannot reproduce this at all. Insight hostnames resolve on LAN. If I enable the setting 127.0.0.1 disappears and Insight LAN host resolve fails. |
|
How many other resolvers do you have? I have 4, 2 IPv4 and 2 IPv6. |
|
I don't understand. It only injects or omits 127.0.0.1, it doesn't matter if Dnsmasq or Unbound is on port 53 or how many other servers are specified? |
|
Wrong alley, https://forum.opnsense.org/index.php?topic=9208.0 gives the correct hint. You use an interface selection for dnsmasq service? It's missing localhost now. |
|
Actually, spot on with unnecessary private code being executed in another file, sorry for missing this. Cheers, |
|
Yep that fixes it! |


After upgrading form develop to the latest RC version to give that some more testing it seems that
Do not use the DNS Forwarder/Resolver as a DNS server for the firewallunder settings->general is broken.With or without this checked the system never resolves hostnames know to dnsmasq (my dns resolver). The local resolver does also no longer appear in /etc/resolv.conf regardless of the setting.
Reverting to the latest stable and the system will resolve configured hostnames again when this setting is unchecked.
The text was updated successfully, but these errors were encountered: