I've had a PiHole running for over a year and it was working well with no noticeable issues, but once we got a HiSense Roku TV I noticed that sporadically pages stopped loading. After a bit of troubleshooting I found that the PiHole web interface is unreachable, both via "pi.hole" and the local address 192.168.1.200/admin. During this time I can still SSH into the pihole as normal, but "pihole restartdns" returns an error (See below).
I wiped the MicroSD and did a fresh install of the latest Raspberry Pi OS Lite (January 11th 2021) and PiHole, and nothing else other than PiHole's dependencies, but the problem still persists. I imagine that since I can still SSH into the Pi it's related to the PiHole software rather than a hardware/OS issue. Sometimes it is fine for a few hours, other times it happens every 5 minutes. I have no clue where to go from here.
Thanks in advance!
Expected Behaviour:
Resolve DNS and not become unresponsive
Actual Behaviour:
Hardware: Raspberry Pi 3B+
OS: Raspberry Pi OS Lite (January 11th 2021)
"pihole restartdns" output/error:
Job for pihole-FTL.service failed because the control process exited with error code.
See "systemctl status pihole-FTL.service" and "journalctl -xe" for details.
All your top clients, except 192.168.1.1 and localhost, are public IP addresses, i.e. some machines from the public Internet, outside of your home network, are using your Pi-hole.
You've turned your Pi-hole into an open resolver, which poses a potential threat for all Internet users, e.g. by serving as a multiplier in a DNS Amplification attack.
The Pi-hole team strongly discourages Pi-hole’s usage as an open resolver , and we won't provide support in that case.
How do I disable that?
I had tried (and failed) to set up OpenVPN in the past, but have since formatted the SD card and reinstalled the OS/Pi-Hole. I imported my blacklists from backup, but nothing else.
Thank you so much for the help. I removed the port and am not getting the outside IP addresses anymore.
I am still getting the 66.189.***.*** books.gpl.org one, which is my IP address. Is that normal/OK?