Pihole setup but cannot think why its not working as expected

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

If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx, apache2 or another reverse proxy, or there is some other aspect of your install that is customised) - please use the Community Help category.

Expected Behaviour:

I’ve followed online guides to setup my rpi on an older model B pi i had lying around.
The World’s Greatest Pi-hole (and Unbound) Tutorial 2023 | Crosstalk Solutions

  • processor : 0
    model name : ARMv6-compatible processor rev 7 (v6l)
    BogoMIPS : 697.95
    Features : half thumb fastmult vfp edsp java tls
    CPU implementer : 0x41
    CPU architecture: 7
    CPU variant : 0x0
    CPU part : 0xb76
    CPU revision : 7

    Hardware : BCM2835
    Revision : 000e
    Serial : 00000000d5c2e92c
    Model : Raspberry Pi Model B Rev 2

Core version is v6.1.4 (Latest: v6.1.4)
Web version is v6.2.1 (Latest: v6.2.1)
FTL version is v6.2.3 (Latest: v6.2.3)

Actual Behaviour:

I can see my devices when logging into ip/admin and it shows that i am getting hits. But I would say pretty much every site i go to displays ads, some of my test ones include - cnn.com, speedtest.net etc
Unsure if configured properly or something is bypassing.

On my desktop PC connected to network i had cloudflare installed which ive fulled removed. I’ve reset network adaptors and flushed dns and renewed IP but every 0.2ms it seems to ping connectivity-check.warp-svc - I’ve disabled but would like for it to stop if possible?

Debug Token:

https://tricorder.pi-hole.net/7Ig0SanU/

Your debug log shows the router is advertising Pi-hole, but it is also advertising itself as DNS server:

      router: 192.168.0.1
      dns-server: 192.168.0.240
      dns-server: 192.168.0.1

This will bypass Pi-hole.

Remove 192.168.0.1 as DNS server from your router settings.

1 Like

Thank you for pointing out where I went wrong.

I had the router IP listed under default gateway for DHCP settings and I guess this was my problem. Bit obvious but I couldn’t find for the life of me.

Once removed and rebooted router and pi it seems to be working as expected :slight_smile:

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