OPNsense Forum

English Forums => General Discussion => Topic started by: nikkon on July 08, 2025, 05:10:14 PM

Title: DNS resolver question
Post by: nikkon on July 08, 2025, 05:10:14 PM
Hi all,

I have a problem on my internal network regarding dns resolution.
the name of the opnsense box is firewall.balaci.eu
 
nslookup firewall.balaci.eu
Server:      172.16.10.1
Address:   172.16.10.1#53

Name:   firewall.balaci.eu
Address: 213.10.27.11
Name:   firewall.balaci.eu
Address: 10.0.0.1
Name:   firewall.balaci.eu
Address: 172.16.10.1
Name:   firewall.balaci.eu
Address: 172.16.40.1
Name:   firewall.balaci.eu
Address: 172.16.30.1

it replies well on nslookup. Now the problem is, I am using NGINX proxy manager to distribute a wildcard certificare to all my internal appliances and firewall.balaci.eu is pointing to 172.16.10.1/24 interface.
it is never loading when I write it in the browser.
What am I missing?

Thank you
Title: Re: DNS resolver question
Post by: meyergru on July 08, 2025, 09:10:58 PM
Set the checkbox at "Services: Unbound DNS: General" -> "Do not register system A/AAAA records"
Instead, create a manual DNS entry as you like.
Title: Re: DNS resolver question
Post by: nikkon on July 10, 2025, 01:49:30 PM
this works. thank you
i missed that check.