Pihole not blocking

Please follow the below template, it will help us to help you!

Expected Behaviour:

pihole in a domain with 2012dc and pfsense (client->dc(forwarder)->pihole->pfsense)

Actual Behaviour:

Pihole doens't actually seem to be blocking anything, tried updating the list and I get the following:

[✗] DNS resolution is currently unavailable

No clients seem to be connected to it, dashboard doesn't show any queries etc....I suspect the issue might be with either the dc forwarding or the pfsense router....not sure though does everything look ok with the installation?

Debug Token:

p4vsi8iykp

What is the output of these commands?

tail /var/log/pihole.log
sudo service dnsmasq status

For the "DNS resolution is currently unavailable" issue, see these issues:
https://github.com/pi-hole/pi-hole/issues/1801
https://github.com/pi-hole/pi-hole/issues/1806

Hello Mcat12,

Thanks for replying, this is the output of that command:

How about the output of this command?

tail /var/log/pihole.log

Returns nothing

Run sudo service dnsmasq restart and then run that tail command again.

This was returned:

That looks normal. It's reading 106,009 domains from gravity.list. However, looking at your log, you seem to be running named, which will conflict with Pi-hole since they are both working with DNS. Please try disabled named and then see what happens.

After running sudo bind9 disable it seems that the problem is resolved. PiHole is now querying and blocking ads as expected!

Thank you so much for the assistance jacob.salmela and Mcat12