 |
Linode.com Forum Linode Community Forums
|
| Author |
Message |
dishkuvek
Joined: 23 Dec 2004
Posts: 8
Location: Richmond, VA
|
| Posted: Sun Jan 02, 2005 11:20 pm Post subject: 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 |
|
| Back to top |
|
cederberg
Joined: 21 Jul 2004
Posts: 15
Location: Stockholm, Sweden
|
| Posted: Tue Jan 04, 2005 5:11 am Post subject: Re: GoDaddy, Nameserver, and BIND (Whats wrong?) |
|
|
dishkuvek wrote: 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 wrote: 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:
Code: dig @ns1.mydomain.com mydomain.com NS |
|
| Back to top |
|
areider1
Joined: 15 Jan 2005
Posts: 2
|
| Posted: Sat Jan 15, 2005 5:57 pm Post subject: |
|
|
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. |
|
| Back to top |
|
| |
|