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.