Skip to content
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

DNSMASQ-Full: DNS Lookup not working with DNSSEC on OpenWrt 23.05.5 #25896

Open
Cub0n opened this issue Feb 4, 2025 · 2 comments
Open

DNSMASQ-Full: DNS Lookup not working with DNSSEC on OpenWrt 23.05.5 #25896

Cub0n opened this issue Feb 4, 2025 · 2 comments

Comments

@Cub0n
Copy link

Cub0n commented Feb 4, 2025

Hello,

in OpenWrts Status -> Realtime Graphs -> Connections, the DNS Lookup ("Enable DNS Lookup") will not work if DNSSEC is enabled from dnsmasq-full.
By deactivating DNSSEC, the DNS Reverse Lookup is working again.

Devices behind OpenWrt (in the Private Network) the DNS Reverse Lookup is working.

/etc/config/dnsmasq:
config dnsmasq
option domainneeded '1'
option localise_queries '1'
option expandhosts '1'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option localservice '1'
option filterwin2k '1'
option local '/local/'
option domain 'local'
option confdir '/tmp/dnsmasq.d'
option rebind_protection '0'
option nonegcache '1'
option noresolv '1'
option quietdhcp '1'
list interface 'lan'
option dnssec '1'
...

Greetings

@Cub0n Cub0n changed the title Overview: DNS Lookup not working with DNSSEC Overview: DNS Lookup not working with DNSSEC on OpenWrt 23.05.5 Feb 4, 2025
@Cub0n Cub0n changed the title Overview: DNS Lookup not working with DNSSEC on OpenWrt 23.05.5 DNSMASQ-Full: DNS Lookup not working with DNSSEC on OpenWrt 23.05.5 Feb 4, 2025
@Cub0n
Copy link
Author

Cub0n commented Feb 6, 2025

It's a duplicate to openwrt/openwrt#17633

@Cub0n
Copy link
Author

Cub0n commented Feb 8, 2025

For Reverse Lookup with Adguard Home, the documentation says to add the reverse servers to "Private reverse DNS servers".
Adding the entries as described for dnsmasq-full: Network -> DHCP and DNS -> Forwards: DNS Forward, some entries in the Realtime graphs can be reverse lookup'd and will be displayed.

AdguardTeam/AdGuardHome#7364
https://github.com/AdguardTeam/Adguardhome/wiki/Configuration#upstreams-for-rdns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant