DNS Not Propagating

rstromberg

New Member
I added a new zone (exeai.com) and set up the DNS records, but the name is not propagating. If I try to ping it, I get a "cannot resolve exeai.com: Unknown host" error. How do I fix this?
The status shows:
Domain Status:​
DNS Ready: OK To Delegate
 
Last edited:
Hello,

It will depend entirely on what your DNS Resolver last cached and how long the TTL was set on the former DNS host for exeai.com. It can take a few hours after you update nameservers for propagation.


All queries I do now are coming up fine.

dig exeai.com soa

; <<>> DiG 9.10.3-P4-Debian <<>> exeai.com soa
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41640
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;exeai.com. IN SOA

;; ANSWER SECTION:
exeai.com. 3600 IN SOA dns0.zoneedit.com. zone.zoneedit.com. 1613760453 3600 600 604800 300

;; Query time: 73 msec
;; SERVER: 64.68.199.53#53(64.68.199.53)
;; WHEN: Sat Feb 20 21:12:56 UTC 2021
;; MSG SIZE rcvd: 93

===

dig exeai.com a

; <<>> DiG 9.10.3-P4-Debian <<>> exeai.com a
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25129
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;exeai.com. IN A

;; ANSWER SECTION:
exeai.com. 3198 IN A 52.88.201.64

;; Query time: 1 msec
;; SERVER: 64.68.199.53#53(64.68.199.53)
;; WHEN: Sat Feb 20 21:16:09 UTC 2021
;; MSG SIZE rcvd: 54


ping exeai.com
PING exeai.com (52.88.201.64): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
Request timeout for icmp_seq 5
Request timeout for icmp_seq 6


external query:
 
Back
Top