Hello,
my setup suddenly stop working only on my LAN. It still works when ssh in the server or using Wireguard.
I have tried everything I could think of by I'm now at my wits end.
Any help or suggestion would be greatly appreciated.
Expected Behaviour:
- Setting the Rasberry ip in the DNS setting for my OS should be using PiHole
Actual Behaviour:
- no response from the device
% nslookup google.fr
;; connection timed out; no servers could be reached
- When using PiVPN to connect via Wireguard it is working as intended
% nslookup google.fr
Server: 10.6.0.1
Address: 10.6.0.1#53
Non-authoritative answer:
Name: google.fr
Address: 142.250.185.99
-
I have not changed anything on my network for it to stop working (but have unattended upgrades enabled)
-
I can ping the device from my LAN
% ping seedbox.local
PING seedbox.local (192.168.1.28): 56 data bytes
64 bytes from 192.168.1.28: icmp_seq=0 ttl=64 time=4.418 ms
64 bytes from 192.168.1.28: icmp_seq=1 ttl=64 time=6.272 ms
64 bytes from 192.168.1.28: icmp_seq=2 ttl=64 time=5.406 ms
64 bytes from 192.168.1.28: icmp_seq=3 ttl=64 time=16.846 ms
64 bytes from 192.168.1.28: icmp_seq=4 ttl=64 time=59.495 ms
64 bytes from 192.168.1.28: icmp_seq=5 ttl=64 time=101.961 ms
^C
--- seedbox.local ping statistics ---
6 packets transmitted, 6 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 4.418/32.400/101.961/36.536 ms
- netcat gives me an answer on port 53 from my LAN
% nc -vz 192.168.1.28 53
Connection to 192.168.1.28 port 53 [tcp/domain] succeeded!
- Firewall seems to be letting trafic through on port 53
pi@seedbox:~ $ sudo lsof -i:53
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
pihole-FT 11251 pihole 4u IPv4 96374 0t0 UDP *:domain
pihole-FT 11251 pihole 5u IPv4 96375 0t0 TCP *:domain (LISTEN)
pihole-FT 11251 pihole 6u IPv6 96376 0t0 UDP *:domain
pihole-FT 11251 pihole 7u IPv6 96377 0t0 TCP *:domain (LISTEN)
- nslookup from the device is working as inenteded
pi@seedbox:~ $ nslookup google.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Non-authoritative answer:
Name: google.com
Address: 142.250.186.46
Name: google.com
Address: 2a00:1450:4001:827::200e
-
Web interface is reachable (when bypassing the PiHole DNS)
-
All my clients are iOS or MacOS (tested on both)