I cant seem to access the PiHole on other devices?

Expected Behaviour:

It to respond to DIG commands from another device

Actual Behaviour:

Its just saying ";; communications error to 10.0.0.139#53: timed out"

Debug Token:

https://tricorder.pi-hole.net/O6MJyfsC/

Please post the output of these commands, from the other device:

dig pi-hole.net @1.1.1.1

dig pi-hole.net @10.0.0.139

dig flurry.com @10.0.0.139

1:

; <<>> DiG 9.18.18-0ubuntu0.22.04.2-Ubuntu <<>> pi-hole.net (ATT)1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14836
;; 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.            300     IN      A       3.18.136.52

;; Query time: 30 msec
;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
;; WHEN: Mon Apr 08 21:09:11 MDT 2024
;; MSG SIZE  rcvd: 56

2:

;; communications error to 10.0.0.139#53: timed out
;; communications error to 10.0.0.139#53: timed out
;; communications error to 10.0.0.139#53: timed out

;; global options: +cmd
;; no servers could be reached

3:

;; communications error to 10.0.0.139#53: timed out
;; communications error to 10.0.0.139#53: timed out
;; communications error to 10.0.0.139#53: timed out

;; global options: +cmd
;; no servers could be reached

Apparently the device you are using to run dig is not on the same network, or maybe there is a firewall blocking the queries.

What is the output of ip route on this device?

ohh i think i have bridge mode off oops!

is it cause im using wsl maybe?

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