Associate IP with namserver

prashantbhushan

Verified User
Joined
Jul 21, 2006
Messages
199
Location
Pune, India.
Hi,
While installing directadmin, it asks for FQDN (abc.xyz.com). After the installation default name servers for my servers are ns1.xyz.com and ns2.xyz.com.

I have registered the nameservers with particular IP's.
In DA i want to change the default nameservers (ns1.xyz.com and ns2.xyz.com) and associate IP with them.
How to do that. ?
 
in dns settings from xyz.com make sure you have
ns1 A ns1_ip
ns2 A ns2_ip

then in domain you want use this ns
domain.tld. NS ns1.xyz.com.
domain.tld. NS ns2.xyz.com.

you can add default ns for admin/server
ns1.xyz.com
ns2.xyz.com

Add dns entry following your needs.

Notice that have both NS on same server is NOT recommended.

You can check your domain.tld with dnsreportshttp://www.dnsstuff.com/tools/dnsreport.ch?domain=xyz.com

Hope that help
 
Back
Top