ski-brimson
February 14th, 2023, 07:56 AM
So Debian Sarge, using dig and my comcast DNS server:
dig @100.115.92.193 google.com
; <<>> DiG 9.16.37-Debian <<>> @100.115.92.193 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16157
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 143 IN A 142.250.191.174
;; Query time: 16 msec
;; SERVER: 100.115.92.193#53(100.115.92.193)
;; WHEN: Tue Feb 14 00:44:32 CST 2023
;; MSG SIZE rcvd: 55
Now the response on 20.04 from the same subnet on the same router:
dig @100.115.92.193 google.com
; <<>> DiG 9.16.1-Ubuntu <<>> @100.115.92.193 google.com
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
Now 20.04 with 8.8.8.8
; <<>> DiG 9.16.1-Ubuntu <<>> @8.8.8.8 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9884
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 15 IN A 172.217.0.174
;; Query time: 28 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue Feb 14 00:45:23 CST 2023
;; MSG SIZE rcvd: 55
So just use google for everything?
dig @100.115.92.193 google.com
; <<>> DiG 9.16.37-Debian <<>> @100.115.92.193 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16157
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 143 IN A 142.250.191.174
;; Query time: 16 msec
;; SERVER: 100.115.92.193#53(100.115.92.193)
;; WHEN: Tue Feb 14 00:44:32 CST 2023
;; MSG SIZE rcvd: 55
Now the response on 20.04 from the same subnet on the same router:
dig @100.115.92.193 google.com
; <<>> DiG 9.16.1-Ubuntu <<>> @100.115.92.193 google.com
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
Now 20.04 with 8.8.8.8
; <<>> DiG 9.16.1-Ubuntu <<>> @8.8.8.8 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9884
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 15 IN A 172.217.0.174
;; Query time: 28 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue Feb 14 00:45:23 CST 2023
;; MSG SIZE rcvd: 55
So just use google for everything?