Every so often my GMail (Chrome/FF) fails to refresh. Did some sleuthing and figured out that DNS name resolution is failing. So now whenever I see a sluggish performance I run the following alias and lo behold I get the output shown below.
$ alias chk_pub_dns='for dig in 8.8.8.8 1.1.1.1 9.9.9.9; do dig @${dig} cloudflare.com; done'
(Resolvers in my /etc/resolv.conf 8.8.8.8, 1.1.1.1, and 9.9.9.9}
$ chk_pub_dns ;; communications error to 8.8.8.8#53: connection refused ;; communications error to 8.8.8.8#53: timed out ;; communications error to 8.8.8.8#53: connection refused
; <<>> DiG 9.18.12-0ubuntu0.22.04.2-Ubuntu <<>> @8.8.8.8 cloudflare.com ; (1 server found) ;; global options: +cmd ;; no servers could be reached
;; communications error to 1.1.1.1#53: timed out ;; communications error to 1.1.1.1#53: connection refused ;; communications error to 1.1.1.1#53: timed out
; <<>> DiG 9.18.12-0ubuntu0.22.04.2-Ubuntu <<>> @1.1.1.1 cloudflare.com ; (1 server found) ;; global options: +cmd ;; no servers could be reached
;; communications error to 9.9.9.9#53: connection refused ;; communications error to 9.9.9.9#53: timed out ;; communications error to 9.9.9.9#53: connection refused
; <<>> DiG 9.18.12-0ubuntu0.22.04.2-Ubuntu <<>> @9.9.9.9 cloudflare.com ; (1 server found) ;; global options: +cmd ;; no servers could be reached
Do you see similar issues with your broadband provider? Please share your experience; I am trying to figure out an ISP that does not have this issue a priori (to switch my ISP).
On Mon, Jul 17, 2023 at 12:57 PM Arun Khan knura9@gmail.com wrote:
Every so often my GMail (Chrome/FF) fails to refresh. Did some sleuthing and figured out that DNS name resolution is failing. So now whenever I see a sluggish performance I run the following alias and lo behold I get the output shown below.
FWIW -- followed the "systemd-resolved" method in the blog below, to run a local caching DNS resolver on my desktop. https://www.baeldung.com/linux/configure-dns-caching
-- Arun Khan
u my try jio dns...
On Mon, 24 Jul 2023 at 21:40, Arun Khan knura9@gmail.com wrote:
On Mon, Jul 17, 2023 at 12:57 PM Arun Khan knura9@gmail.com wrote:
Every so often my GMail (Chrome/FF) fails to refresh. Did some sleuthing and figured out that DNS name resolution is failing. So now whenever I see a sluggish performance I run the following alias and lo behold I get the output shown below.
FWIW -- followed the "systemd-resolved" method in the blog below, to run a local caching DNS resolver on my desktop. https://www.baeldung.com/linux/configure-dns-caching
-- Arun Khan linuxers@mm.ilug-bom.org.in
https://lists.fsci.org.in/hyperkitty/list/linuxers@mm.ilug-bom.org.in/messag...
On Mon, Jul 24, 2023 at 9:39 PM Arun Khan knura9@gmail.com wrote:
On Mon, Jul 17, 2023 at 12:57 PM Arun Khan knura9@gmail.com wrote:
Every so often my GMail (Chrome/FF) fails to refresh. Did some sleuthing and figured out that DNS name resolution is failing. So now whenever I see a sluggish performance I run the following alias and lo behold I get the output shown below.
FWIW -- followed the "systemd-resolved" method in the blog below, to run a local caching DNS resolver on my desktop. https://www.baeldung.com/linux/configure-dns-caching
Jio Fiber DNS name resolution timeouts became worse to the point net banking transactions were timing out. Tried the usual trick of rebooting the Jio-provided router; but not much help.
Switched to Tata Play Fiber, and so far no DNS name resolution timeouts.
-- Arun Khan