About Linux FAQ

Browse More FAQs:

How To Set BIND9 With Go Daddy Registered Domain

Posted by Vivek Gite [Last updated: July 1, 2008]

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:

Discussion on This FAQ

  1. Josh Says:

    It’s spelled “Go Daddy” not “Go Dadday”

  2. vivek Says:

    Thanks for the heads up. The FAQ has been updated.

  3. Jack Long Says:

    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)?

  4. vivek Says:

    Try,

    Red Hat / CentOS DNS Guide

    DNS HOW TO

    BIND Documentation

    HTH

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!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , , , ,

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.