GoDaddy, Nameserver, and BIND (Whats wrong?)

Ok, I am sure that I am not the only one to do this, so if anyone who has done it before could help me…

I registered my domain through godaddy.com, lets call it mydomain.com

With godaddy's DNS control panel I created ns1.mydomain.com and ns2.mydomain.com pointing to the SAME ip address.

Then I install bind9 on mydomain.com (linode server debian sarge)

apt-get install bind9

With bind9 I am using the default configuration + a zone entry for mydomain.com in /etc/bind/named.conf.local pointing to a zone file for mydomain.com

Then I go back to godaddy to change the nameservers for mydomain.com to (custom) ns1.mydomain.com & ns2.mydomain.com

But….. I gives me what it calls an "unavailable error" and my nameservers remain godaddy defaults.

How can I change my nameservers to point to my machine so that I can edit the zone file myself. I know that godaddy will do all the DNS stuff for me, but I would like to have it done on my machine.

Thanks

2 Replies

@dishkuvek:

With godaddy's DNS control panel I created ns1.mydomain.com and ns2.mydomain.com pointing to the SAME ip address.
That very much not best-practice. Indeed, Godaddy shouldn't accept such a configuration. Please at least consider using http://www.zoneedit.com/ as your secondary nameserver.

@dishkuvek:

Then I go back to godaddy to change the nameservers for mydomain.com to (custom) ns1.mydomain.com & ns2.mydomain.com

But….. I gives me what it calls an "unavailable error" and my nameservers remain godaddy defaults.
Have you checked that your nameserver works correctly? Easy to do with dig:

dig @ns1.mydomain.com mydomain.com NS

godaddy doesnt know how to map your ns1.mydomain.com to an ip.

There is a section in the 'Domain details' called 'Domain Host Summary' just for that.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct