Can't access dashboard at pi.hole/admin after upgrade to Buster

Expected Behaviour:

Can access dashboard at pi.hole/admin

Actual Behaviour:

Cannot access at pi.hole/admin
Can access dashboard at my-ip-addreds/admin

Debug Token:

Debug token is https://tricorder.pi-hole.net/m10fzs55xx
Some other info that may be relevant

pi@pi-hole:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@pi-hole:~ $ sudo service lighttpd status
● lighttpd.service - Lighttpd Daemon
   Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2019-11-13 19:35:23 GMT; 2min 36s ago
  Process: 27866 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=0/SUCCESS)
 Main PID: 27873 (lighttpd)
   Memory: 9.3M
   CGroup: /system.slice/lighttpd.service
           ├─27873 /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
           ├─27883 /usr/bin/php-cgi
           ├─27884 /usr/bin/php-cgi
           ├─27885 /usr/bin/php-cgi
lines 1-11...skipping...
● lighttpd.service - Lighttpd Daemon
   Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2019-11-13 19:35:23 GMT; 2min 36s ago
  Process: 27866 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=0/SUCCESS)
 Main PID: 27873 (lighttpd)
   Memory: 9.3M
   CGroup: /system.slice/lighttpd.service
           ├─27873 /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
           ├─27883 /usr/bin/php-cgi
           ├─27884 /usr/bin/php-cgi
           ├─27885 /usr/bin/php-cgi
           ├─27886 /usr/bin/php-cgi
           └─27887 /usr/bin/php-cgi

Nov 13 19:35:23 pi-hole systemd[1]: Starting Lighttpd Daemon...
Nov 13 19:35:23 pi-hole systemd[1]: Started Lighttpd Daemon.
Nov 13 19:36:58 pi-hole sudo[27927]: www-data : TTY=unknown ; PWD=/var/www/html/admin ; USER=root ; COMMAND=/usr/local/bin/pihole status web
Nov 13 19:36:58 pi-hole sudo[27927]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 13 19:36:59 pi-hole sudo[27927]: pam_unix(sudo:session): session closed for user root
pi@pi-hole:~ $ curl -I 127.0.0.1
HTTP/1.1 200 OK
Content-type: text/html; charset=UTF-8
Date: Wed, 13 Nov 2019 19:23:25 GMT
Server: lighttpd/1.4.53

Edited to correct my typo on CL resulting in false info

Is this from a single client or all clients? Are you using the exact URL pi.hole/admin or are you using http://pi.hole/admin

From the client where you cannot load the pi.hole version of the admin page, what is the output of this command from the client terminal or command line?

nslookup pi.hole

So far tested on one client, android device
I've tried both URLs.
I'm also seeing adverts

pi@pi-hole:~ $ nslookup pi.hole
Server:         127.0.0.1
Address:        127.0.0.1#53

Name:   pi.hole
Address: 192.168.0.45

Edit, I've now set pi-hole as DHCP, and disabled it on my ISP provided router.
Also disabled ipv6

This command was not run from a client, it was run from the terminal on the Pi (although it may have been through ssh). We are checking that the client is using Pi-Hole for DNS, so the command needs to be run from that client.

I think this may be resolved.
IPV6 was enabled on my router due to a forced hard reset.
IPV6 disabled on router, DHCP disabled on router.

pi-hole acting as DHCP and it seems to work OK.
adverts are blocked as expected.
only niggle seems to be speed of page loads feels lower

I can double check this from another device later (Linux laptop)
i dont know of a way to run nslookup on an android device?

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