Pi-hole + Unbound seems to run normal but is not blocking ads on any device.
Pi-hole is the DHCP server and IPv6 is currently disabled on the router.
Problem appeared after upgrading to a new Router provided by the ISP, however the firmware on it appears to be exactly the same.
Debug Token:
https://tricorder.pi-hole.net/gukVgfRs/
From a client what do you see if you run nslookup flurry.com
and nslookup pi-hole.net
?
Macbook-Pro ~ % nslookup flurry.com
Server: 192.168.2.102
Address: 192.168.2.102#53
Non-authoritative answer:
Name: flurry.com
Address: 76.223.84.192
Name: flurry.com
Address: 13.248.158.7
Macbook-Pro ~ % nslookup pi-hole.net
Server: 192.168.2.102
Address: 192.168.2.102#53
Non-authoritative answer:
Name: pi-hole.net
Address: 3.18.136.52
I'm assuming that 192.168.2.102 is the pihole? If so then flurry.com should have returned 0.0.0.0 which confirms what your seeing.
192.168.2.102 is the pihole indeed. Tested on windows device in case of private relay and got same response.
Pi-hole is working, but you disabled the Default Group (enabled=0
means disabled):
** [ DIAGNOSING ]: Groups
id enabled name date_added date_modified description
---- ------- -------------------------------------------------- ------------------- ------------------- --------------------------------------------------
0 0 Default 2024-09-28 17:10:24 2025-01-06 19:59:44 The default group
Since you only have one group with one list and this group is disabled, Pi-hole is not blocking.
Enable the Default group and it will start to block.
Thank you!!! Overthinking is real 
system
Closed
8
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.