Expected Behavior:
The admin panel appears when entering the ip address of pi-hole followed by /admin
Actual Behavior:
The admin panel doesn't load, Chrome gives ERR_CONNECTION_TIMED_OUT.
The admin panel appears when entering the ip address of pi-hole followed by /admin
The admin panel doesn't load, Chrome gives ERR_CONNECTION_TIMED_OUT.
Did you try to connect using this address?
http://192.168.1.100/admin
Most web broswers today auto default to https whether it's practical or not, whether it's an ip address or not.
You have to manually specify http:// or setup https on the admin page.
Ah, so that was the issue. I was trying to access through 192.168.1.239/admin as I had tried to change the IP to .100 but the router settings didn't show the change so I assumed it hadn't happened. Thank you though!
I can now access the web interface but the URL keeps giving me NXDOMAIN and the adblocker appears to not be working
Please elaborate? What URL?
Your debug log shows your Pi-hole is using 192.168.1.100
IP.
Also, you should always pay attention to the protocol.
If you try to access an URL without a protocol (http://
or https://
) your browser will try to "guess" which one to use. If you recently access the address, the browser will probably use the recent address, but most of the times it will force https
.
This is not the address of the web interface. It is http://pi.hole/admin/
Sorry I meant http://pi.hole/admin. I'll edit my original comment
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.