Pihole showing no queries blocked and 0.0% blocked

I have tried the various test sites listed on this forum. Nothing appears to show being blocked on my PiHole admin screen.

running on Pi4b 4gb. RaspianOS. Key outputs below for reference.

**pi@RPi2-VPN** : **~ $** uname -a
Linux RPi2-VPN 5.4.51-v7l+ #1333 SMP Mon Aug 10 16:51:40 BST 2020 armv7l GNU/Linux
**pi@RPi2-VPN** : **~ $** pihole status
[✓] DNS service is running
[✓] Pi-hole blocking is Enabled
**pi@RPi2-VPN** : **~ $** pihole -v
Pi-hole version is v5.1.2 (Latest: v5.1.2)
AdminLTE version is v5.1.1 (Latest: v5.1.1)
FTL version is v5.2 (Latest: v5.2)
**pi@RPi2-VPN** : **~ $** pihole -up
[i] Checking for updates...
[i] Pi-hole Core: up to date
[i] Web Interface: up to date
[i] FTL: up to date
[✓] Everything is up to date!

Verified from workstation that pihole (192.168.86.99) is my resolver:

@Jaws ~ % nslookup pi.hole
Server: 192.168.86.99
Address: 192.168.86.99#53
Name: pi.hole
Address: 192.168.86.99
@Jaws ~ % nslookup google.com
Server: 192.168.86.99
Address: 192.168.86.99#53
Non-authoritative answer:
Name: google.com
Address: 172.217.9.142
@Jaws ~ % nslookup dell.com
Server: 192.168.86.99
Address: 192.168.86.99#53
Non-authoritative answer:
Name: dell.com
Address: 143.166.135.105

any assistance is appreciated. FYI very new to the Linux world and Github community.
Thanks!

Please post the token generated by

pihole -d

or do it through the Web interface:

Tools > Generate Debug Log

Your debug token is: https://tricorder.pi-hole.net/5fjvwzn53p

All your internal clients are assigned to groups 1 through 6, but all your adlists and domains are assigned to group 0 only. Groups 1 through 6 have no blocking applied.

1 Like

thanks!.... im a noob. I appreciate the quick response.

2 Likes

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