Nameservers not working

ighost

Verified User
Joined
May 20, 2013
Messages
20
I have set my nameservers, added a domain to Directadmin, but even though I can see that the nameservers set on the domain-side have propagated for several DNS nodes, no DNS nodes find any A records, which suggests that Directadmin is not setting them properly. Is there any way I can check if Directadmin is properly setting DNS settings for a domain?

EDIT: DNS Checker - DNS Check Propagation Tool
 
Last edited:
You have no glue records (nameserver A records):

~$ dig a +short ns2.jancoz.club.
~$ dig a +short ns1.jancoz.club.
~$

Create those at both 1) the registrar under the domain jancoz.club, and 2) at the server. Then, make sure those are set for the domain in the server for the domain ludenkapel.nl as they already appear to be set at the registrar (as shown via whois).

Let me know if this helps.
 
Back
Top