1
23.7 Legacy Series / Unbound listening on 127.0.0.1 but doesn't resolve internal names
« on: October 24, 2023, 06:37:14 pm »
I have Unbound setup as my DNS resolver for my network and from my clients it works just fine but for my firewall itself it is failing to resolve internal system names. When I query an interface's IP like a client would do it resolves as expected but when I try against 127.0.0.1 I'm going out to root servers.
I've configured opnsense to use 127.0.0.1 as system DNS and no DHCP provided DNS from my ISP.
/etc/resolv.conf
And unbound is configured to run on all interfaces as recommended.
/var/unbound/unbound.conf snippet
What should I be looking at next?
I've configured opnsense to use 127.0.0.1 as system DNS and no DHCP provided DNS from my ISP.
/etc/resolv.conf
Code: [Select]
domain home.arpa
nameserver 127.0.0.1
search home.arpa
And unbound is configured to run on all interfaces as recommended.
/var/unbound/unbound.conf snippet
Code: [Select]
# Interface IP(s) to bind to
interface: 0.0.0.0
interface: ::
interface-automatic: yes
What should I be looking at next?