Yes that's what I can't figure out. Not being able to resolve host "bar" is to be expected, but I don't understand why "192.168.1.43" is resolving to a domain name called "bar".The only strange thing about the "bar" client is that reverse DNS works, where it does not for other clients.
Being a Microsoft tool, only Microsoft truly knows what is going on under the hood.As I understand it, nslookup has its own code for resolving IP addr/hostname and does not use the underlying operating system's (Linux, Windows, MacOS) code.
You've reported multiple DNS related issues this year. It seems likely this is just a continuation of those. Did you ever do the factory reset that was suggested back then?I didn't used to have any problem.
Well how does one go about making local LAN name resolution work? It doesn't work from any LAN device (Windows, Mac, Android). I didn't used to have any problem.
No. Those issues are unrelated. The problem resolving the sce.com domain was related to the specific DNS server I was using. The intermittent DNS failures happen when using stubby or dnscrypt regardless of how many resets I do.You've reported multiple DNS related issues this year. It seems likely this is just a continuation of those. Did you ever do the factory reset that was suggested back then?
DNS blocked no matter the server?
I have this weird issue where I cannot resolve sce.com no matter what servers I use. > sce.com Server: dns9.quad9.net Address: 9.9.9.9 DNS request timed out. timeout was 2 seconds. DNS request timed out. timeout was 2 seconds. *** Request to dns9.quad9.net timed-out > sce.com...www.snbforums.comIntermittent DNS failures
I've been having trouble with intermittent DNS failures over the years, but I just chalked it up to issues with my dnscrypt-proxy setup. However, I've been running without it for the last few days and I am still experiencing the issue. The symptoms are that occasionally a well-known domain will...www.snbforums.com
It's not Windows, specific. Reboot doesn't fix it. All devices on the LAN have the same issue.For the specific Windows output in post #1, your PC doesn't appear to have a Connection-specific DNS Suffix set. I'm guessing this is because your router's DNS was not configured correctly the last time this PC was restarted. I suspect that if you reboot that PC now it might work correctly.
$ dig bar
; <<>> DiG 9.16.1-Ubuntu <<>> bar
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 18086
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;bar. IN A
;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Wed Nov 02 15:35:24 PDT 2022
;; MSG SIZE rcvd: 40
$ dig bar.foo.lan
; <<>> DiG 9.16.1-Ubuntu <<>> bar.foo.lan
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 65052
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;bar.foo.lan. IN A
;; Query time: 496 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Wed Nov 02 15:40:53 PDT 2022
;; MSG SIZE rcvd: 55
$ nslookup bar.foo.lan
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find bar.foo.lan: NXDOMAIN
$ nslookup 192.168.1.43
43.1.168.192.in-addr.arpa name = bar.
Authoritative answers can be found from:
$ nslookup bar
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find bar: SERVFAIL
nslookup bar.
nslookup bar. 192.168.1.1
egrep "domain|local" /etc/dnsmasq.conf
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!