Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Name resolution on opnsense device
« previous
next »
Print
Pages: [
1
]
Author
Topic: Name resolution on opnsense device (Read 1723 times)
gglockner
Newbie
Posts: 3
Karma: 0
Name resolution on opnsense device
«
on:
January 27, 2023, 12:29:58 am »
I have some firewall aliases that depend on LAN name resolution, ex: "servers" could be a firewall host alias pointing to server1.mydomain.com and server2.mydomain.com. unbound is resolving these correctly: on a LAN computer, the command
host server1.mydomain.com
returns something like: "server1.mydomain.com has address 192.168.16.250".
Unfortunately, if I ssh onto the opnsense device itself, it's unable to resolve this: host server1.mydomain.com and dig server1.mydomain.com both hang. However, dig @localhost server1.mydomain.com returns the correct values on the opnsense device. So it looks like a DNS config issue on opnsense.
This is a regression in 23.1: this configuration worked fine in 22.7 and earlier. Any advice is appreciated.
«
Last Edit: January 27, 2023, 12:53:49 am by gglockner
»
Logged
gglockner
Newbie
Posts: 3
Karma: 0
Re: Name resolution on opnsense device
«
Reply #1 on:
January 27, 2023, 12:53:55 am »
Nevermind. Side-effect of an unrelated change on my LAN. Everything is fine now.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Name resolution on opnsense device