The issue I am facing:
I am unable to access the Pi-hole web interface via http://pi.hole or http://pi.hole/admin. I am able to access the web interface via IP address.
Details about my system:
Pi-hole is hosted on a Raspberry Pi 3 B+ that is running Bullseye, tested access to web interface via a Windows PC on LAN, a Windows PC on WiFi, and an Android phone on WiFi.
What I have changed since installing Pi-hole:
I have updated Pi-hole any any installed packages.
This is a good indicator that the client on which you are running the browser and trying to access the web admin GUI is not using Pi-hole for DNS. Only Pi-hole can resolve the pi.hole domain name to the Pi-hole IP.
From that client, from the command prompt or terminal on that client (and not via ssh or Putty to the Pi), what is the output of
Please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:
(I appreciate the amount of effort that was put into developing a method of debugging issues without needing the user to publicly post personal information. That is awesome.)
Your interfaces on the Pi have an unusual setup - both wlan0 and eth0 have the same IP.
*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✓] onfize-seth.cainus.teradatadmc.com is 0.0.0.0 on lo (127.0.0.1)
[✓] onfize-seth.cainus.teradatadmc.com is 0.0.0.0 on eth0 (192.168.1.10)
[✓] onfize-seth.cainus.teradatadmc.com is 0.0.0.0 on wlan0 (192.168.1.10)
[✓] doubleclick.com is 142.251.40.142 via a remote, public DNS server (8.8.8.8)
Is there a reason you have two interfaces with the same IP?
What are the outputs of the following from a client other than the Pi? Use the command prompt or terminal on the device, and not via a ssh session to the Pi.
I think the problem is that on the Pi I had designated a static IP for eth0, and on my router I reserved the router for the device. At some point, the ethernet cable became disconnected and it seems like it just switched the IP address over to wlan0 since the router wanted to assign it anyway. What's really odd is that this disconnect must have happened months ago, yet I only recently started to have problems with reaching the web interface.
In an effort to see if the problem was related to being on the wrong interface, I reconnected the ethernet cable last night and before making this post, confirmed that eth0 was now using the correct IP address, and confirmed that it had not resolved the issue.