Hurvi
March 16, 2021, 6:28pm
1
irgendwie hab ich ein Verständnisproblem.
Ich habe unbound+hyperlocal nach dieser Anleitung installiert,läuft auch.
Nun sehe ich seit einiger Zeit immer Aufrufe zu "resolver1.opendns.com", obwohl ich im Pihole als Upstream-DNS-Server 127.0.0.1#5335 eingestellt habe.
A resolver1.opendns.com localhost OK (forwarded to localhost#5335)
Ein Leaktest verweist auch auf meine eigene IP, was ja richtig ist.
Warum ruft der Pi dauernd Opendns auf?
jfb
March 16, 2021, 6:31pm
2
This can be due to OpenDNS having been your upstream resolver in the past 24 hours.
What is the output of this command from the Pi terminal?
echo ">forward-dest >quit" | nc localhost 4711
Hurvi
March 16, 2021, 6:33pm
3
Danke, aber das ist schon länger so, nicht erst seit 24 Stunden.
Das sind meine Einstellungen
jfb
March 16, 2021, 6:38pm
4
What is the output of the command?
Hurvi
March 16, 2021, 6:41pm
5
-2 27.52 blocklist blocklist
-1 54.93 cache cache
0 15.04 127.0.0.1#5335 localhost#5335
1 2.51 ::1#5335 localhost#5335
jfb
March 16, 2021, 6:45pm
6
How many queries for OpenDNS are you seeing?
grep resolver1.opendns.com /var/log/pihole.log* | wc -l
Hurvi
March 16, 2021, 6:48pm
8
just 1410 from yesterday to now
jfb
March 16, 2021, 6:51pm
9
Localhost can be either the Pi-hole or any other software running on that Pi.
Is the Pi itself configured to use Pi-hole for DNS, or another DNS server?
cat /etc/resolv.conf
Hurvi
March 16, 2021, 6:52pm
10
Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
That's the result.
it's running "pialert" on pi, i think that's the reason...
Hurvi
March 16, 2021, 6:58pm
11
Yes, i've found it.
It's in the pi.alert pialert.py .
Thanks for help.
system
Closed
April 6, 2021, 6:58pm
12
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.