What is the name of the domain?
Please include test result URL when you create a post in the community forum. Paste the results from → 1.1.1.1 — the Internet’s Fastest, Privacy-First DNS Resolver
What is the error number?
EDE: 22 (No Reachable Authority)
What is the error message?
EDE: 22 (No Reachable Authority): (time limit exceeded)
What is the issue you’re encountering
Intermittent / Random DNS lookup fails on 1.1.1.1 and 1.0.0.1 for some domains from the “EWR” data center
What are the steps to reproduce the issue?
This issue started on 6/18/2024 and has been ongoing
If I run the following command from any VM I have in the Digital Ocean NY3 data center
while true; do time dig @1.1.1.1 lcd115.lcdevops.com; sleep 1; done
I will RANDOMLY get the following SERVFAIL
; <<>> DiG 9.11.20-RedHat-9.11.20-5.el8 <<>> @1.1.1.1 lcd115.lcdevops.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 42918
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; EDE: 22 (No Reachable Authority): (time limit exceeded)
;; QUESTION SECTION:
;lcd115.lcdevops.com. IN A
;; Query time: 4006 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Mon Jun 24 17:22:25 UTC 2024
;; MSG SIZE rcvd: 73
It may have 8 or 10 successes and then a single fail
I have tried this on other domains as well, and experience the same issue (lucit.cc, as well as a third-party service at api-prod.corelogic.com)
When I run these tests on my localhost that connects to “MSP” I do NOT receive these errors
I believe, to repproduce the issue, all you have to do is run the following from any VM that is connected to the “EWR” data center
while true; do time dig @1.1.1.1 lcd115.lcdevops.com; sleep 1; done
I believe there may be an issue with EWR and some domains
When I use Google’s 8.8.8.8 I do NOT get this error