DNS Propagation Error

ChamanBahar

Verified User
Joined
Oct 18, 2022
Messages
9
Location
India
Hi Members,
I am facing some issue with .xyz domains from connect resellers.
I have more then 400 plus domain on my servers but more than 350 plus domains are not resolving on the browser.
For an example:- https://zeket.xyz/
I have attached the whois and dnschecker.org ss for the same domain, I am not able to figure out what's problem that the nameservers are updated but the DNS is not resoling also there's some other domain on the same account that are working properly.
 

Attachments

  • Screenshot 2023-03-03 at 5.15.29 PM.png
    Screenshot 2023-03-03 at 5.15.29 PM.png
    179.9 KB · Views: 95
  • Screenshot 2023-03-03 at 5.14.20 PM.png
    Screenshot 2023-03-03 at 5.14.20 PM.png
    106.8 KB · Views: 86
Hi,

You need to check the zone at the nameservers:

Name Server: FREE5.GOOGIEHOST.COM
Name Server: FREE6.GOOGIEHOST.COM

% dig FREE6.GOOGIEHOST.COM +short
199.253.28.226
% dig FREE5.GOOGIEHOST.COM +short
199.253.28.226

dig zeket.xyz soa @199.253.28.226

; <<>> DiG 9.10.6 <<>> zeket.xyz soa @199.253.28.226
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 30965
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

When the reply its "REFUSED" the zone wont exist at the nameserver.


Here another tool to check this kind of problems:


1677844808437.png
 
Thanks for the answer.
Let me check for the same however what about the other few domain that are working fine on the same account and same server with same nameservers?
Is there anything that we are missing out on the not working domains.
 
This needs to be checked per zone, if another domain works isnt a reason to believe all domains will be ok.

Do you have root access to the server?
You need to check the zone at /var/named/domain.tld.db
and if you have any errors related to named/bind in /var/log/messages or /var/log/syslog
 
Back
Top