2

I have a brand new install of a Pi-hole on a Raspberry PI on my LAN. I am running into a really funny problem - when I access the Pi-hole instance from my laptop using its domain name (pihole.lan) I get an access denied page from Pi-hole.

I am not sure I can understand the message as it say “Not found on any Blacklist.”

Can someone please help me understand what could be the issue?

PiHole error message

Strangely it works fine when I access the Pi-hole through its IP. My local DNS is provided by a DD-WRT router. My first DNS is in the router using DNSMasq (192.168.0.4) and my Pi-hole is upstream to the router and the real internet DNS is upstream to the Pi-hole.

Giacomo1968
  • 58,727
vivekv
  • 161

1 Answers1

4

I looked at the comment posted by @Saaru Lindestøkke and found a support post that outlines this interesting quirk in Pi-hole: If you access the Pi-hole’s default page i.e. http://pihole.lan it will return that strange error page.

But if you access it by its IP address you will be prompted to go to the admin page.

Now if you access it via http://pihole.lan/admin/ then you will land in the admin page correctly.

There were some tricks on that page that outlines how you can tweak lighthttpd to forward the requests but I decided to live with this feature.

Giacomo1968
  • 58,727
vivekv
  • 161