DNS resolver error

Expected Behaviour:

I see the post right before about a similiar problem but that is a router switch where I have the same router I just recently moved and got a new ISP and modem. I am using my same router that I initially set pihole up with. The IP of the router is 192.168.0.1 and the device running pihole is static and 192.168.0.104, the modem has a different IP of 192.168.100.1 if that matters.

Actual Behaviour:

I can ping individual IPs like 1.1.1.1 but my DNS resolver is broken as I cannot access the internet with domain names. I still can access other services as localhost:port. Because of this I uploaded the debug log as a txt file. I have access to the machine with a monitor, keyboard, and mouse

Debug Token:

Replace this text with the debug token provided from running pihole -d

pihole_debug.txt (86.3 KB)

Your debug log shows you run your Pi-hole with a massively changed web component?

Run from a client in your local network (not from your Pi-hole, and not via a tailscale remote), please share the output of:

nslookup pi.hole
nslookup flurry.com
nslookup flurry.com 192.168.0.104

And run from your Pi-hole machine, please share:

dig pi-hole.net @1.1.1.1

For nslookup pi.hole:

Server: UnKnown
Address: 10.2.0.1

*** UnKnown can't find pi.hole: Non-existent domain

For nslookup flurry.com:

Server: UnKnown
Address: 10.2.0.1

*** UnKnown can't find flurry.com: Non-existent domain

For nslookup flurry.com 192.168.0.104:

Server: UnKnown
Address: 192.168.0.104

*** UnKnown can't find flurry.com: Server failed

For dig pi-hole.net @ 1.1.1.1:

; <<>> DiG 9.18.30-0ubuntu0.24.04.2-Ubuntu <<>> pi-hole.net @ 1.1.1.1

;; global options: +cmd

;;Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id:43068

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIOnal: 1

;; OPT PSEUDOSECTION:

; EDNS: version: 0, flags:; udp: 1232

;; QUESTION SECTION:

;pi-hole.net. IN A

;; ANSWER SECTION:

pi-hole.net. 3600 IN A 162.244.93.14

;; Query time: 18 msec

;;SERVER: 1.1.1.1#53(1.1.1.1) (UDP)

;; WHEN: Wed Aug 27 12:29:16 PDT 2025

;; MSG SIZE rcvd: 56

What web competent did I massively change? I have tailscale and a VPN I only run with torrents.

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