Expected Behaviour:
I expect to be able to go to http://pi.hole/admin to see the admin page. Currently I can only access it via the IP Address. E.G. http://ip_addr/admin This leads me to believe that I may have an issue with my installation.
Actual Behaviour:
I get an unable to connect error in firefox. Going directly to the IP causes no problems.
Debug Token:
https://tricorder.pi-hole.net/PHoMeNgg/
I am running Pi-hole via docker on Ubuntu Server 22.04LTS. Currently it is the only docker image running.
Router used is the ASUS RT-AX68U. I have followed their FAQ article to add the Pi-hole DNS. That FAQ is here. https://www.asus.com/support/FAQ/1046062/
My firmware is in the > category. I have the Pi-hole DNS setup under WAN and LAN although it was still not working when under LAN only.
I have also followed the netplan
settings in the Github docker Readme.
My local device is running Kubuntu 23.04. I have also added the server IP as a DNS there as well.
I know that Pi-hole is working to some extent. I had to add a domain name for the router in order to be able to access it. I.E. router.asus.com
that pointed to the router IP.
Here are some commands that I have seen requested in other forum posts to hopefully help as well.
This is ran on a local device NOT running Pi-hole.
>nslookup pi.hole
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
Name: pi.hole
Address: 0.0.0.0
On the Ubuntu Server
>nslookup pi.hole
Server: ::1
Address: ::1#53
Name: pi.hole
Address: 0.0.0.0
Ping from device NOT running Pi-hole
> ping pi.hole
PING pi.hole (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.045 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.051 ms
64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.064 ms
^C
--- pi.hole ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2036ms
rtt min/avg/max/mdev = 0.045/0.053/0.064/0.007 ms
Thanks for any suggestions.