Pi Hole not logging queries and not blocking ads on some devices

Expected Behaviour:

My computer should be getting ad blocked on the latest update of windows 10 family 64bits. I have setup a pi hole on my network and it's mostly working.

Most ads are getting blocked when they are on other devices (like phone)

My router Config
DHCP : 192.168.1.1 - 192.168.1.199 with 1440min lease
Rooter IP : 192.168.1.254 (255.255.255.0)
Primary DNS : 192.168.1.63 (raspberry pi)
static IP : 192.168.1.63 for the raspberry pi

ipconfig
Suffixe DNS propre à la connexion. . . : home
Adresse IPv4. . . . . . . . . . . . . .: 192.168.1.10
Masque de sous-réseau. . . . . . . . . : 255.255.255.0
Passerelle par défaut. . . . . . . . . : 192.168.1.254

ipconfig /all
Suffixe DNS propre à la connexion. . . : home
Description. . . . . . . . . . . . . . : Intel(R) Ethernet Connection (7) I219-V
Adresse physique . . . . . . . . . . . : 00-D8-61-0D-03-09
DHCP activé. . . . . . . . . . . . . . : Oui
Configuration automatique activée. . . : Oui
Adresse IPv4. . . . . . . . . . . . . .: 192.168.1.10(préféré)
Masque de sous-réseau. . . . . . . . . : 255.255.255.0
Bail obtenu. . . . . . . . . . . . . . : samedi 10 décembre 2022 16:57:02
Bail expirant. . . . . . . . . . . . . : dimanche 11 décembre 2022 16:57:02
Passerelle par défaut. . . . . . . . . : 192.168.1.254
Serveur DHCP . . . . . . . . . . . . . : 192.168.1.254
Serveurs DNS. . . . . . . . . . . . . : 192.168.1.254
192.168.1.63
NetBIOS sur Tcpip. . . . . . . . . . . : Activé

nslookup pi.hole
C:\Users\Geoffrey>nslookup pi.hole
Serveur : bouygues
Address: 192.168.1.254
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
*** timeout

nslookup google.com
C:\Users\Geoffrey>nslookup google.com
Serveur : bouygues
Address: 192.168.1.254

Réponse ne faisant pas autorité :
Nom : google.com
Addresses: 2a00:1450:4006:80e::200e
142.251.37.46

nslookup pi.hole 192.168.1.63
C:\Users\Geoffrey>nslookup pi.hole 192.168.1.63
Serveur : pi.hole
Address: 192.168.1.63

Nom : pi.hole
Addresses: 2001:861:3e82:a890:307:460:9806:5ae2
192.168.1.63

Other
I have tried setting both a static DNS in the ipv4 config of the computer or using the default provider.
I have tried ipconfig /release /renew /flushdns to no avail
I have checked and disable the DNS from my browser

Actual Behaviour:

  • Most ads arent getting block on one of the computer
  • Most ads are getting blocked on the other computer but not queries are logged in the admin UI

Debug Token:

https://tricorder.pi-hole.net/beE7L0xl

This client is using the router for DNS.

i have tried to manually set the pi hole ip as ipv4 DNS and the result is the same

Looks like your Windows machine is using the previous DNS server, set before you install Pi-hole and change the DNS on the router.

Try ipconfig /renew on the command line.

okay After several attempts. I have setup the ipv4 DNS manually in the ethernet adapter settings and then released / renewed my ip and flushed dns. Seems to be properly working now.

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