Hello Bernd,

On 20.11.24 23:08, Bernd Prager wrote:
Could somebody please tell me what I am missing?
My '/etc/resolve.conf' is just """
# Home
nameserver 192.168.1.2
# Cloudflare
nameserver 1.1.1.1
# Google
nameserver 8.8.8.8

You may want to consider removing the last two entries.

You are providing three nameservers.

Only one of them is capable of resolving local names, the others are
public DNS servers.

DNS requests may go to one of the other two DNS servers at times, e.g.
if your 192.168.1.2's upstreams would take longer to provide an answer
or would be unresponsive at times, prompting a switch to the next
nameserver from resolv.conf.

This may contribute to your observation, and should be verifiable by
consulting dnsmasq's logs.

Also, using DNS tools like dig or nslookup would let you know the actual
DNS server used for that specific request.


Kind regards,
    Buck


_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Reply via email to