Hallo Ich habe Probleme bei dnsmasq nslookup localhost ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to 192.168.4.2#53: timed out ;; no servers could be reached netstat -tulpen | grep dnsmasq tcp 0 0 192.168.4.2:53 0.0.0.0:* LISTEN 0 4970140 16280/dnsmasq udp 0 0 0.0.0.0:59292 0.0.0.0:* 106 5128893 16280/dnsmasq udp 0 0 192.168.4.2:53 0.0.0.0:* 0 4970139 16280/dnsmasq udp 0 0 0.0.0.0:37384 0.0.0.0:* 106 5128895 16280/dnsmasq udp 0 0 0.0.0.0:49635 0.0.0.0:* 106 5133438 16280/dnsmasq udp 0 0 0.0.0.0:50314 0.0.0.0:* 106 5133437 16280/dnsmasq udp 0 0 0.0.0.0:50338 0.0.0.0:* 106 5128896 16280/dnsmasq udp6 0 0 :::547 :::* 0 4970136 16280/dnsmasq
dnsmasq hört auf ipv6 bei udp port 547 Warum tut er das : habe nichts gefunden in der Konfiguration Ist 547 ein default port: wie kann ich das ändern bei dnsmasq?
dnsmasq hört nicht auf ipv4 udp 53 , Kommentar LISTEN fehlt
Ich erwarte eigentlich 4 Einträge mit LISTEN : 2* udp, 2* tcp, 2* ipv4 2* ipv6, alle mit port 53 Wenn das so richtig ist, müsste ich das hinbekommen.
On Sun, Aug 17, 2025 at 10:29:34AM +0000, Erich Minderlein wrote:
Hallo Ich habe Probleme bei dnsmasq nslookup localhost ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to 192.168.4.2#53: timed out ;; no servers could be reached netstat -tulpen | grep dnsmasq tcp 0 0 192.168.4.2:53 0.0.0.0:* LISTEN 0 4970140 16280/dnsmasq udp 0 0 0.0.0.0:59292 0.0.0.0:* 106 5128893 16280/dnsmasq udp 0 0 192.168.4.2:53 0.0.0.0:* 0 4970139 16280/dnsmasq udp 0 0 0.0.0.0:37384 0.0.0.0:* 106 5128895 16280/dnsmasq udp 0 0 0.0.0.0:49635 0.0.0.0:* 106 5133438 16280/dnsmasq udp 0 0 0.0.0.0:50314 0.0.0.0:* 106 5133437 16280/dnsmasq udp 0 0 0.0.0.0:50338 0.0.0.0:* 106 5128896 16280/dnsmasq udp6 0 0 :::547 :::* 0 4970136 16280/dnsmasq
dnsmasq hört auf ipv6 bei udp port 547 Warum tut er das : habe nichts gefunden in der Konfiguration Ist 547 ein default port: wie kann ich das ändern bei dnsmasq?
Da kann ich Dir nichts sagen :)
dnsmasq hört nicht auf ipv4 udp 53 , Kommentar LISTEN fehlt
LISTEN gibt es nur bei TCP (das LISTEN bezeichnet den Socket- Status, und Status gibt es nur bei TCP, nicht bei UDP, der ist ja stateless).
Vgl. netstat's man page, wo auch die anderen (TCP) stati aufgelistet werden.
Ich erwarte eigentlich 4 Einträge mit LISTEN : 2* udp, 2* tcp, 2* ipv4 2* ipv6, alle mit port 53 Wenn das so richtig ist, müsste ich das hinbekommen.
S.o. -- alles gut so weit (ausser der dnsmasq-Config, da muss wer mit mehr Erfahrung darin ran als ich)
lg
Hallo zusammen, ich empfehle auf das neuere/nit deprecated Utility ss umzusteigen. Dort findet man die UDP-Ports die lauschen mit: ss -u -l BTW, ein anständiger DNS sollte eig. auch auf TCP Ports offen haben ...
Gruss RalfD
Am Sonntag, August 17, 2025 12:35 CEST, schrieb tomas@tuxteam.de:
On Sun, Aug 17, 2025 at 10:29:34AM +0000, Erich Minderlein wrote:
Hallo Ich habe Probleme bei dnsmasq nslookup localhost ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to 192.168.4.2#53: timed out ;; no servers could be reached netstat -tulpen | grep dnsmasq tcp 0 0 192.168.4.2:53 0.0.0.0:* LISTEN 0 4970140 16280/dnsmasq udp 0 0 0.0.0.0:59292 0.0.0.0:* 106 5128893 16280/dnsmasq udp 0 0 192.168.4.2:53 0.0.0.0:* 0 4970139 16280/dnsmasq udp 0 0 0.0.0.0:37384 0.0.0.0:* 106 5128895 16280/dnsmasq udp 0 0 0.0.0.0:49635 0.0.0.0:* 106 5133438 16280/dnsmasq udp 0 0 0.0.0.0:50314 0.0.0.0:* 106 5133437 16280/dnsmasq udp 0 0 0.0.0.0:50338 0.0.0.0:* 106 5128896 16280/dnsmasq udp6 0 0 :::547 :::* 0 4970136 16280/dnsmasq
dnsmasq hört auf ipv6 bei udp port 547 Warum tut er das : habe nichts gefunden in der Konfiguration Ist 547 ein default port: wie kann ich das ändern bei dnsmasq?
Da kann ich Dir nichts sagen :)
dnsmasq hört nicht auf ipv4 udp 53 , Kommentar LISTEN fehlt
LISTEN gibt es nur bei TCP (das LISTEN bezeichnet den Socket- Status, und Status gibt es nur bei TCP, nicht bei UDP, der ist ja stateless).
Vgl. netstat's man page, wo auch die anderen (TCP) stati aufgelistet werden.
Ich erwarte eigentlich 4 Einträge mit LISTEN : 2* udp, 2* tcp, 2* ipv4 2* ipv6, alle mit port 53 Wenn das so richtig ist, müsste ich das hinbekommen.
S.o. -- alles gut so weit (ausser der dnsmasq-Config, da muss wer mit mehr Erfahrung darin ran als ich)
lg
t
On 8/17/25 12:29, Erich Minderlein wrote:
Hallo Ich habe Probleme bei dnsmasq nslookup localhost ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to fd22:xxxxxxxxxxx#53: connection refused ;; communications error to 192.168.4.2#53: timed out
ULA-IPv6 muss man nicht dringender zensieren als die rfc1918 Adresse.
;; no servers could be reached netstat -tulpen | grep dnsmasq tcp 0 0 192.168.4.2:53 0.0.0.0:* LISTEN 0 4970140 16280/dnsmasq udp 0 0 0.0.0.0:59292 0.0.0.0:* 106 5128893 16280/dnsmasq udp 0 0 192.168.4.2:53 0.0.0.0:* 0 4970139 16280/dnsmasq udp 0 0 0.0.0.0:37384 0.0.0.0:* 106 5128895 16280/dnsmasq udp 0 0 0.0.0.0:49635 0.0.0.0:* 106 5133438 16280/dnsmasq udp 0 0 0.0.0.0:50314 0.0.0.0:* 106 5133437 16280/dnsmasq udp 0 0 0.0.0.0:50338 0.0.0.0:* 106 5128896 16280/dnsmasq udp6 0 0 :::547 :::* 0 4970136 16280/dnsmasq
dnsmasq hört auf ipv6 bei udp port 547 Warum tut er das : habe nichts gefunden in der Konfiguration Ist 547 ein default port: wie kann ich das ändern bei dnsmasq?
dnsmasq hört nicht auf ipv4 udp 53 , Kommentar LISTEN fehlt
Kann man ohne die Konfiguration des dnsmasq nur schwer sagen. Schick' die doch mal.
Liebe Grüße Uwe