Can't access pi-hole's admin interface

Expected Behaviour:

I try to reach the admin page by going to
http://pi.hole/admin
http://<IP_ADDPRESS_OF_PI_HOLE>/admin/

Actual Behaviour:

I just installed pi-hole in my raspberry pi and tried to log in using pc and got an error in the browser "Connection timeout"
I can log in using my phone

Debug Token:

https://tricorder.pi-hole.net/40cxkOPG/

After you made the DNS change in your DHCP server (your router), did you renew the DHCP lease on all clients so they will pick up the new DNS assignment?

From this particular PC, from the command prompt on the PC (and not via ssh to Pi-hole), what are the outputs of the following commands:

nslookup pi.hole

nslookup pi.hole 192.168.188.48

nslookup pi.hole
Server:  fritz.box
Address:  fd00::de15:c8ff:febb:82ca

*** No internal type for both IPv4 and IPv6 Addresses (A+AAAA) records available for pi.hole
nslookup pi.hole 192.168.188.48
Server:  pi.hole
Address:  192.168.188.48

Name:    pi.hole
Addresses:  2001:14ba:a0e9:2e00:6388:fcfe:aba2:9d6b
          192.168.188.48

This client is not using Pi-hole for DNS. It is using an IPV6 DNS server provided by the FritzBox.

When you specifically direct the DNS query to Pi-hole, Pi-hole correctly responds.

We have a guide how to setup Pi-hole with FritzBoxes Fritz!Box (EN) - Pi-hole documentation

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.