Hello everyone,
I recently purchased a raspberry pi 5 and wanted to install pi-hole to block advertisements on my network.
I followed the official documentation and tried to install it with the command provided in the documentation - curl -sSL https://install.pi-hole.net | bash.
The installation was successful, however, when trying to access the admin page to configure my pi-hole, I observed that the website could not be accessed.
This site can’t be reached
http://192.168.2.100/admin is unreachable.
ERR_ADDRESS_UNREACHABLE
I did some networking checks on the OS, and saw that the ports are open and nothing is blocking connectivity.
I checked for other people having the same issue, and followed some troubleshooting steps:
- pihole -r - did not find any issues
- pihole status reported everything is fine.
- telnet to 192.168.2.100 (pi ip address) on port 80 is successful.
- iptables -L was clear.
I even installed docker and tried running pi-hole in a docker container, with a separate ip address allocated for the container, but the behaviour was the same.
Any support would be highly appreciated! I will buy you a beer
Expected Behaviour:
Access web ui for configuration.
Actual Behaviour:
Web UI is not available
Debug Token:
My debug token is - https://tricorder.pi-hole.net/U6SJMl8v/
I cannot even think how would I go further to install unbound and wire guard if I am unable to even install pi-hole