Please follow the below template, it will help us to help you!
If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx
, apache2
or another reverse proxy, or there is some other aspect of your install that is customised) - please use the Community Help category.
Expected Behaviour:
No hourly spikes in queries from router, no rate limited warnings.
Actual Behaviour:
Every hour i get hundreds of queries from the router (192.168.4.1) in the form:
Jun 9 00:33:46 dnsmasq[201]: config 192.168.7.15 is NXDOMAIN
Jun 9 00:33:46 dnsmasq[201]: query xx.x.xxx.xxx.in-addr.arpa from 192.168.4.1
Jun 9 00:33:46 dnsmasq[201]: config 192.168.7.16 is NXDOMAIN
Jun 9 00:33:46 dnsmasq[201]: query xx.x.xxx.xxx.in-addr.arpa from 192.168.4.1
Jun 9 00:33:46 dnsmasq[201]: config 192.168.7.17 is NXDOMAIN
Jun 9 00:33:46 dnsmasq[201]: query xx.x.xxx.xxx.in-addr.arpa from 192.168.4.1
Jun 9 00:33:46 dnsmasq[201]: config 192.168.7.18 is NXDOMAIN
Jun 9 00:33:46 dnsmasq[201]: query xx.x.xxx.xxx.in-addr.arpa from 192.168.4.1
Jun 9 00:33:46 dnsmasq[201]: config 192.168.7.19 is NXDOMAIN
Jun 9 00:33:46 dnsmasq[201]: query xx.x.xxx.xxx.in-addr.arpa from 192.168.4.1
This then generates a rate limited warning. I am unsure if this is normal behavior but assume not due to the hourly warning in pihole.
Based on what I have read from the forums this may be behavior related to identifying client names but I thought that would only happen if conditional forwarding was enabled?
Debug Token:
https://tricorder.pi-hole.net/8jR0wxV7/
Notes: Very sorry if I have posted in the wrong spot or have duplicated. I have searched and found some relevant posts but was unable to solve my issue. In most I found the fix was to disable conditional forwarding but in my case it is not enabled (i think) - that section is default from install.
I am using nginx as a reverse proxy but tested with it disabled so I don't think it is relevant to my issue.
I have limited options in my eero router settings but have configured the DNS server in the eero to point at the pihole address and it does appear to work. Adds are blocked on all devices. Is it possible I have generated a partial DNS loop?