What is Debian missing to install pihole?
What is Debian missing to install pihole?
I've installed it on Ubuntu and Raspberry Pi but when I went to my friend's house today to install it on his Debian 12 laptop I couldn't get it to work. It might have just been general networking problems but is Debian shipped without a package that's needed for pihole?
The result of my attempt was strange- dig
showed the computer was using 127.0.0.1#53 for DNS resolver, the pihole dashboard in the browser showed the queries, but Firefox kept saying it can't find the page. It was kind of embarrassing since I talked up pihole a lot and couldn't get it to work lol.
Does the system have a firewall enabled that is blocking the traffic?
Did the dig result actually return an ip address for the dns query you tried?
Are you able to ping things on the internet from the terminal by IP and hostname (i.e. 8.8.8.8 and google.com)?
Yes! It has a firewall! :D
Turning it off yielded the same results :(
Ping works only by IP address. Pinging a hostname gives me
Temporary failure in name resolution
Dig gives me SERVFAIL but at least it's using the right DNS resolver (the pihole installed on the same computer)
and pihole.log is full of
Trying to update gravity on the pihole browser dashboard (which at least works) gives me
But I wonder what it means that all queries are coming from a client named pihole. On other installations it just shows the client as their local IP address.
Thanks for your help!