How To Set BIND9 With Go Daddy Registered Domain
Q. I've 3 corporate domains registered with Go Daddy. Recently we setup our own nameserver using BIND9 under Linux. My setup is as follows:
example.com domain
ns1.example.com 202.5.1.23
ns2.example.com 202.5.1.24
ns3.example.com 202.5.1.25
However, when I try to change nameserver using Go Daddy domain control panel, I get an error that read as follows:
Errors were detected.
How do I configure my server to avoid errors?
A. Go daddy verifies your nameserver before making any changes to domain. There are two steps to avoid error.
WARNING! These examples requires properly configured and working BIND9 or any other dns servers. Unless you have a thorough understanding of this process, I recommend that you do not use this feature. Step # 1: Make sure your nameserver configured properly
Login to each nameserver and type the following command:
$ host example.com localhost
OR remotely test the same from your own computer, enter
$ host example.com 202.5.1.23
$ host example.com 202.5.1.24
$ host example.com 202.5.1.25
$ host 202.5.1.25 202.5.1.25
You must get a valid answer from each of your nameserver including reverse dns (PTR).
Step # 2: Register nameserver hosts with Go Daddy
To set up your own Domain Name Server (DNS) service, you need to register your own hosts IP before changing domain name. This is common practice usually done by ISP admins. Go daddy provides the same feature via control panel.
a) Log in to your Go daddy Account Control Panel / Manager.
b) Select My Products section > click Manage Domains.
c) Click the domain (example.com) for which you want to create a host.
d) In the Host Summary area at the bottom of the page, click the add hyperlink in the header.

(Fig.01: Click on Add hyperlink)
e) In the Host Name field, enter the host name you want to register. For example, enter ns1 as hostname.
f) In the Host IP fields, enter the IP address(es) you want to add to the host. For example, enter 202.5.1.23 IP address.

(Fig.02: Add NS1, and NS2 IP address)
g) Click OK to save the changes. Repeat above steps to add all your nameserver IP addresss.
h) Now you can change nameserver without a problem.
Updated for accuracy.
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- Monit: Monitor BIND 9 (named) Name Server and Auto Restart SSH If It Does Not Respond
- How To Hide BIND DNS Sever Version
- nslookup / host Dns Client Testing Command Not Found on Debian / Ubuntu Linux
- USB drive not being recognized under Linux
- Squid Block any Domain Name Accessing the Internet
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: bind9, corporate domains, dns servers, domain control panel, domain name server, host name, host summary, nameserver, reverse dns




July 1st, 2008 at 3:12 pm
It’s spelled “Go Daddy” not “Go Dadday”
July 1st, 2008 at 4:17 pm
Thanks for the heads up. The FAQ has been updated.
July 18th, 2008 at 12:15 pm
You are saying:These examples requires properly configured and working BIND9 or any other dns servers.
Could you point me a tutorial on how to do that please for a domain (make a working bind server for example.com)?
July 18th, 2008 at 3:25 pm
Try,
Red Hat / CentOS DNS Guide
DNS HOW TO
BIND Documentation
HTH