Hallo,
ich bin neu in der Community, Anfänger mit Raspberry Pi / Pi-Hole und habe nur Basis Kenntnise was Linux angeht.
Beobachtetes und erwartetes Verhalten
Mein konkretes Problem ist, dass DoH mittels Cloudflared nicht funktioniert nachdem ich es gemäß der Anleitung installiert habe:
Nach längeren Recherchen konnte ich den mutmaßlichen Fehler an sich auch schon ausmachen:
2023-11-18T22:10:28Z ERR Initiating shutdown error="Cannot start the DNS over HTTPS proxy server: failed to create a UDP listener: listen udp 127.0.0.1:5053: bind: address already in use"
failed to connect to an HTTPS backend "https://1.1.1.1/dns-query" error="failed to perform an HTTPS request: Post "https://1.1.1.1/dns-query\": read tcp 192.168.17>
Dabei habe ich auch mittels tcpdump -n port 5053
verifiziert, dass kein UDP Traffic über den DoH Port fließt.
Mein netstat sieht so aus:
Aktive Internetverbindungen (Nur Server)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:41735 0.0.0.0:* LISTEN 1099/cloudflared
tcp 0 0 127.0.0.1:5053 0.0.0.0:* LISTEN 1099/cloudflared
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 755/cupsd
tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 1126/pihole-FTL
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 1018/wayvnc
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 1126/pihole-FTL
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1202/lighttpd
tcp6 0 0 ::1:631 :::* LISTEN 755/cupsd
tcp6 0 0 ::1:4711 :::* LISTEN 1126/pihole-FTL
tcp6 0 0 :::53 :::* LISTEN 1126/pihole-FTL
tcp6 0 0 :::80 :::* LISTEN 1202/lighttpd
udp 0 0 0.0.0.0:53 0.0.0.0:* 1126/pihole-FTL
udp 0 0 0.0.0.0:33310 0.0.0.0:* 527/avahi-daemon: r
udp 0 0 0.0.0.0:631 0.0.0.0:* 1100/cups-browsed
udp 0 0 127.0.0.1:5053 0.0.0.0:* 1099/cloudflared
udp 0 0 0.0.0.0:5353 0.0.0.0:* 527/avahi-daemon: r
udp6 0 0 :::53 :::* 1126/pihole-FTL
udp6 0 0 :::5353 :::* 527/avahi-daemon: r
udp6 0 0 :::44042 :::* 527/avahi-daemon: r
Nun weiß ich leider nicht was diesen Fehler genau verursacht und hoffe hier auf Hilfe zu diesem Problem.