Multi DNS setup

itcms

Verified User
Joined
Jul 4, 2019
Messages
105
Location
Athens
Hi,

I want to setup 4 name servers and use them
ns1.mydomain.com,ns2.mydomain.com,ns3.mydomain.com,ns4.mydomain.com

There are 4 different servers all with DA license

My problem is that
I can do work
ns1 with ns2
via multi server setup but I cant add the others

I receive NS not responded but name servers working fine
Is possible to have 4 DNS synced or not :confused:

I have add 3rd and 4th nameserver according to this guide :
https://help.directadmin.com/item.php?id=196
 
So I am following here.
You want 4 DNS servers.
They all are Directadmin servers also? OR you don't want them to be Directadmin server as well
If they are ns1,2,3,4.yourdomainname.com

Did you add the A records for each to the zone that is yourdomainname.com
Also did you add them at your registrar as Nameservers like here as example https://www.namesilo.com/Support/Manage-Name-Servers

if you do
Code:
dig ns1.yourdomainname.com 
dig ns2.yourdomainname.com
dig ns3.yourdomainname.com 
dig ns4.yourdomainname.com

do they resolve?

Code:
dig yourdomainname.com NS
Do you see them all? are the IPs correct?

in the named.conf of each server did you set the IP of the server or any like here
https://forum.directadmin.com/showthread.php?t=58512&p=299746#post299746
 
Hi,

it was my mistake finally

I setup my infra with 4 name servers and working fine :D
 
Back
Top