Hey guys,
I having much trouble to get my version of pihole running on my Raspberry PI 3. I've tried for hours to find a solution on this and other websites. I hope you can help me.
Please follow the below template, it will help us to help you!
Expected Behaviour:
DNS-Requests from other devices than the raspberry pi gets resolved.
Actual Behaviour:
DNS-Requests from other devices than the raspberry pi don't get resolved.
If I try to send an DNS-Request directly to the pi, the request timed out (192.168.0.9 is pingable):
nslookup pi-hole.net 192.168.0.9
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: 192.168.0.9
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
*** Zeitüberschreitung bei Anforderung an UnKnown.
If I use the dig-command everything looks okay:
dig pi-hole.net
; <<>> DiG 9.10.3-P4-Raspbian <<>> pi-hole.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43405
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;pi-hole.net. IN A
;; ANSWER SECTION:
pi-hole.net. 1386 IN A 206.189.252.21
;; Query time: 27 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Apr 14 21:48:05 CEST 2020
;; MSG SIZE rcvd: 56
Debug Token: zhkxf24ie6
Thanks in advance for every help