Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.1 Legacy Series
»
Debug where Unbound is finding a certain record
« previous
next »
Print
Pages: [
1
]
Author
Topic: Debug where Unbound is finding a certain record (Read 2115 times)
janjoh
Newbie
Posts: 5
Karma: 0
Debug where Unbound is finding a certain record
«
on:
July 19, 2022, 07:07:15 pm »
( OPNsense 22.1.10-amd64
FreeBSD 13.0-STABLE
OpenSSL 1.1.1q 5 Jul 2022 )
So, this is a strange one. Unbound is returning a record that really should not exist on my network any more.
It is not present in Aliases, not in the Unbound overrides. And not present in any of my public DNS servers.
Are there any tools to figure out where this stray record is hiding?
Logged
kd.gundermann
Newbie
Posts: 27
Karma: 0
Re: Debug where Unbound is finding a certain record
«
Reply #1 on:
July 21, 2022, 05:46:03 pm »
you may ssh into the box and use :
Code:
[Select]
unbound-control -c /var/unbound/unbound.conf list_local_data | grep search_for_name
Logged
janjoh
Newbie
Posts: 5
Karma: 0
Re: Debug where Unbound is finding a certain record
«
Reply #2 on:
July 28, 2022, 02:45:27 pm »
Yeah, i see the record there. BUT, i do not see the same IP in the web interface for overrides. So, how do figure out where it comes from, and how to get rid of it?
If i add the correect A-record in Unbound overrides, the system returns BOTH addresses, and both are visible in local data.
I cannot figure out where it it getting this data.
«
Last Edit: July 28, 2022, 04:54:26 pm by janjoh
»
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
22.1 Legacy Series
»
Debug where Unbound is finding a certain record