Host are not resolving with public DNS after moving domain from account to another account

I moved a domain from one Cloudflare account to another one.

Switching from pat.ns to scott.ns , and i can see my zone are still showing the right records from both DNS , the registrar is showing the new DNS updated

Cloudflare is saying that my site is now protected by Cloudflare.

But no record are showing from public dns like 1.1.1.1 or 8.8.8.8 , since over 2 hours from now.

None of my services are being available from the hostname actually as nothing is resolving from public dns.

Normaly during domain or account transfer, if on both side we have the same records on our zone im not supposed to get flushed by DNS public with no records.

Domain?

zombie[.]solutions

kdig zombie.solutions NS @1.1.1.1
;; ->>HEADER<<- opcode: QUERY; status: SERVFAIL; id: 56179
;; Flags: qr rd ra; QUERY: 1; ANSWER: 0; AUTHORITY: 0; ADDITIONAL: 0

;; QUESTION SECTION:
;; zombie[.]solutions. IN NS

;; Received 34 B
;; Time 2022-07-11 18:35:28 EDT
;; From 1.1.1.1@53(UDP) in 47.4 ms

Well, the www record is there → DNS Checker - DNS Check Propagation Tool

But you have no record for the naked domain

dig zombie[.]solutions NS @scott[.]ns.Cloudflare[.]com
;; ->>HEADER<<- opcode: QUERY; status: NOERROR; id: 27910
;; Flags: qr aa rd; QUERY: 1; ANSWER: 2; AUTHORITY: 0; ADDITIONAL: 0

;; QUESTION SECTION:
;; zombie[.]solutions. IN NS

;; ANSWER SECTION:
zombie[.]solutions. 86400 IN NS scott[.]ns.Cloudflare[.]com.

What is that supposed to say?

You need to set up mentioned record, that’s it.

Looks like the lack of nameservers are still being cached.

This is what DNSChecker has for NS records: DNS Checker - DNS Check Propagation Tool

But I (and you) are getting no NS records. This is likely just propagation delay.

Still dont understand why there’s no record from public dns like 1.1.1.1 or 8.8.8.8 from google. I just move the domain between 2 accounts. Something is wrong,

You actually have a DNSSEC issue.

https://dnsviz.net/d/zombie.solutions/dnssec/

You need to update the values at your registrar with what Cloudflare provided.

2 Likes

@sandro ohh you’re the genius

You are totally right! quick answer nice one :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.