Hi i have website pusatwebhosting.com that host in NS1.pusatwebhosting.com and i create another server as NS2.pusatwebhosting.com
and the domain of pusatwebhosting.com NS i point to NS1.pusatwebhosting.com & NS2.pusatwebhosting.com
NS1 have a,b,c,d website NS2 have e,f,g,h website
when i check my domain dns in http://dnscheck.pingdom.com/?domain=pusatwebhosting.com
i get the results Name server ns2.pusatwebhosting.com (128.199.194.210) not authoritative for pusatwebhosting.com.
how to fix this? many thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi Agus,
The problem you encounter may comes from your Bind configuration between ns1 and ns2, as it seems ns2 did receive any copy of your DNS zone file.
This successfull replies shows the ns1 server manages the DNS zone file with serial 2014090430.
This error response shows that the ns2 server did not receive the transfer of the zone file by master DNS.
Let’s assume ns1 is your master, and ns2 is your slave. The zone file transfer information need to be retrieved in both bind service configuration, with particular directives for slave or master.
On master (example) :
On slave (example)
With this configuration based on master/slave, you should be able to notify your slave for the zone transfer, and the file will be automatically created in /etc/bind/db.pusatwebhosting.com on your slave.
At this point, your web tool should show a successfull test ;)
Let us know if it worked,
Regards,
– rustx