Pihole Setup Failed [Docker - Windows]

Current Status:

I setup Pihole through this command "docker run -d --name pihole -e IPServer=192.168.1.199 -p 53:53/tcp -p 53:53/udp -p 80:80 -p 443:443 -e TZ="Asia/Jakarta" --restart=unless-stopped pihole/pihole:latest" inside the docker app through windows

Extra info:
Pihole -d.txt (18.7 KB) Pihole docker log.txt (3.7 KB)

I'm a beginner in setting up Pihole and using docker, linux CLI

Expected Behaviour:

Ads gets block, Pihole admin inteface detects more than 2 client device with IP starting from 192.168.1.100

Actual Behaviour:

Pihole admin interface (http://192.168.1.199/) says that:

  • 2 client are detected (dashboard)
  • Ads from adskeeper.co,uk are being blocked (query log)
  • Queries are accepted and being blocked (dashboard)

Real time testing result:

  • Ads from adskeeper.co.uk are not getting block inside igg-games.com not getting blocked
  • Entering several website such as youtube doesn't block ads
  • Other device using 192.168.1.199 DNS set in WAN and DHCP doesn't block ads and doesn't get detected in Pihole

What I tried:

  • Disabling vEthernet (Default Switch) and vEthernet (WSL) adapter and enabling it back
  • Recreate Pihole with "docker run -d --name pihole -p 53:53/tcp -p 53:53/udp -p 80:80 -p 443:443 -e TZ="Asia/Jakarta" --restart=unless-stopped pihole/pihole:latest"
  • Configuring upstream DNS inside Pihole admin interface to match WAN DNS

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