Passing Queries but not Internet - Docker Windows 10

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

Expected Behaviour:

Passing Queries to PiHole and Accessing the Internet

Actual Behaviour:

Queies are being listed on PiHole admin but the device cannot access the internet

Debug Token:

miojd9wee1

I have installed PiHole on Windows 10 using a docker container. I manually set my PC or tablets DNS to 192.168.1.48 (pihole hyperv ethernet address I statically set). When I try to hit a website I see on my pihole admin page the queries start going up and is seeing the traffic, but on my PC or device I get no internet sites coming up and then timing out.

Netgear Orbi Router - DNS set to Google DNS
Device - Manually set to pihole ip which is running on my home PC in a docker container with a static route set for the hyper V adapter
Pi-hole admin page works and receives queries.

Any help would be greatly appreciated! I feel like I am just missing one step or configuratino option, thanks!

Your Pi-hole is able to resolve queries correctly, so the issue is on your other devices. What is the output of these commands on a PC using Pi-hole?

nslookup pi.hole
nslookup google.com
ping google.com

Running (in powershell) nslookup pi.hole
"Server 127.0.0.1
Address 127.0.0.1#53

Non-authoratative anser:
*** Can't find pi.hole: No Answer"

To nslookup google.com
"Server: 1.1.1.1
Address: 1.1.1.1#53

Non-authoratative answer:
Name: google.com
Address: 216.58.193.206"

For the ping:
"PING google dot com (216.58.193.206) 56(84) bytes of data.
64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=1 ttl=37 time=18.2 ms
64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=2 ttl=37 time=24.8 ms
64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=3 ttl=37 time=16.9 ms" and on and on.

Your PC is not using Pi-hole for DNS. It is able to access the internet though.

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