0 queries blocked after a new installation

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

Expected Behaviour:

PiHole should be blocking ads

Actual Behaviour:

After running it for a few hours, I don't have queries blocked. Some queries were blocked when I ran "pihole -d" (11 in total), but there are no queries block when browsing the internet.

I followed the standard installation I think. I setup DHCP on PiHole and disabled on my routeur.

Debug Token:

Here is the debug token https://tricorder.pi-hole.net/XufqndwT/

Thank you in advance for taking the time! I understand this is recurring error, but despite checking a lot of related topics, I didn't find where is my error.

Please run from a client

nslookup pi.hole
nslookup pi.hole 192.168.11.101
nslookup flurry.com 192.168.11.101

After you made this DNS change (and DUCP server change), did you update the DHCP leases on all your clients? If you don't do this, they won't get the new DNS information until their current lease renews (which may be a while, depending on your settings).

Thank you


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

Name:   pi.hole
Address: 127.0.0.1
Name:   pi.hole
Address: ::1

pi@pihole:~ $ nslookup pi.hole 192.168.11.101
Server:         192.168.11.101
Address:        192.168.11.101#53

Name:   pi.hole
Address: 192.168.11.101
Name:   pi.hole
Address: 240b:11:2500:6900:2455:119c:bd52:d552

pi@pihole:~ $ nslookup flurry.com 192.168.11.101
Server:         192.168.11.101
Address:        192.168.11.101#53

Name:   flurry.com
Address: 0.0.0.0
Name:   flurry.com
Address: ::

I checked the logs after, and flurry.com was blocked (+2 blocked)

However I can still see ads on others sites, such as cnn.com .

Yes I did on my windows computer, and I flushed the DNS as well.

After, when I ran ipconfig/all here is the DNS servers I have:

DNS Servers . . . . . . . . . . . : 2404:1a8:7f01:b::3
                                       2404:1a8:7f01:a::3
                                       192.168.11.101
                                       2404:1a8:7f01:b::3
                                       2404:1a8:7f01:a::3

Important update, it works for my wife's smatphone.
But yet it doesn't work on my computer :frowning:

One of these (the IPV4 IP) is Pi-hole, but the IPV6 IP's are not.

This is allowing DNS traffic to bypass Pi-hole.

Thank you! Do you have an idea on how I could solve it? I didn't find a way to remove dns server in my routeur settings.

I would start with disabling IPv6 on the computer.

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