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
instead of lighttpd
, or there is some other aspect of your install that is customised) - please use the Community Help category.
I am running Pihole on DietPi. Prior to yesterday, it was working fine. However, I updated Dietpi using sudo apt-get update && sudo apt-get upgrade, due to the sudo bug that was recently mentioned.
Since then, my pihole has been unstable. Htop does not show the reason for the huge spike in CPU usage. I believe it has something to do with a loop happening between the router (latest DDWRT) and the Pihole.
Expected Behaviour:
Pihole functioning normally. No loop between router and pihole.
No ".verizon.net" after hostname for devices.
Actual Behaviour:
The CPU usage of Pihole is spiking to 100%. High number of requests relating to "wpad.verizon.net" and "_ldap._tcp.dc._msdcs.verizon.net" . I have blacklisted "wpad.verizon.net" but the problem has not been resolved.
Also, I am not sure why the client names have ".verizon.net" after them. In DDWRT I do not specify a hostname. I am setting the DNS server to be 192.168.1.128, the static IP for DietPi device. I do not have "forced DNS redirection" under DNSmasq settings.
I also have this setting for DNSmasq: dhcp-option=6,192.168.1.128
I am not sure what is causing this high number of requests, and the loop between the router and the Pi.
Prior to yesterday, this did not happen. Upon changing the router DNS to 1.1.1.1, the CPU usage drops back to 0% and the web interface then loads again.