Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Mar 23, 2004 3:29 am 
Offline
Senior Newbie

Joined: Mon Mar 22, 2004 6:50 pm
Posts: 12
I am a DNS newbie and I have just configured BIND 9 in my linode server. I have tested it locally and remotely and my DNS server accepts 'dig' queries.

But when I set it as the DNS server of my newly registered domain, Godaddy emailed me:

Error: pendmod: name server pending addition: Authorization failed: li5-151.members.linode.com.;

Does Godaddy require reverse DNS to work? I know that I should ask Godaddy but I feel this forum can provide faster answers.

I have the following zone entry in my named.conf:
---------------------------------------------------
zone "example.com" IN {
type master;
file "/var/named/example.hosts";
allow-query { any; };
};
---------------------------------------------------

And my example.hosts has this:

---------------------------------------------------
$ttl 38400
example.com. IN SOA ns.example.com. holden.anotherserver.com.ph. (
1079177469
10800
3600
604800
38400 )
example.com. IN NS ns.example.com.
example.com. IN MX 10 mail
;
example.com. A 65.19.178.151
*.example.com. A 65.19.178.151
---------------------------------------------------

note: example.com is not my real domain.

I read the DNS howto at tldp.org for the setup above. Did I forget any parameter required? In the DNS howto, there was a 'notify no;' parameter is there a 'notify yes;' or is it on by default? Or is there a special thing to do on a UML host like the Reverse DNS talked about in this forum?

I appreciate your help.


Holden


Top
   
 Post subject:
PostPosted: Tue Mar 23, 2004 1:52 pm 
Offline
Senior Member
User avatar

Joined: Mon Jun 23, 2003 1:25 pm
Posts: 260
Hi,

You need to register your name servers.

Godaddy should provide a mechanism for doing this.

This binds something like ns1.domain.com to an IP

So the the root nameservers knows where to find your dns servers.

Adam


Top
   
 Post subject:
PostPosted: Tue Mar 23, 2004 10:46 pm 
Offline
Senior Newbie

Joined: Mon Mar 22, 2004 6:50 pm
Posts: 12
adamgent wrote:
Godaddy should provide a mechanism for doing this.

This binds something like ns1.domain.com to an IP

Adam


I finally found the interface. It is called "Total DNS Control" and it can be accessed by clicking on my domain name after logging-in. What confused me was that after logging-in what I immediately saw was the "manage nameservers" button. It would have helped if that page had a link to "Total DNS Control".

I am not sure yet that I can now use my own DNS server because after making the necessary changes with "Total DNS Control" the changes did not immediately reflect on the default nameservers. I used dig to check it out.

I'll post more later.

Thank you for your reply.


Holden


Top
   
 Post subject:
PostPosted: Wed Mar 24, 2004 10:34 am 
Offline
Senior Member

Joined: Sun Nov 30, 2003 2:28 pm
Posts: 245
holden wrote:

I am not sure yet that I can now use my own DNS server because after making the necessary changes with "Total DNS Control" the changes did not immediately reflect on the default nameservers. I used dig to check it out.

Holden


Changing nameserver configuration takes time. Usually, DNS providers don't update their servers instantly, but only generate the zone files periodically from whatever database you modifiy via the webtool. Once that's done, you *still* won't necessarily see the changes everywhere, because name servers cache extensively. Expect it to take few days for changes to percolate through the internet.

If you *know* that you're going to make change soon, you can reduce the TTL (Time To Live) for the affected zones so that when you do make a change, it will get through quicker. Do NOT reduce the TTL just because you might make a change someday, though, and remember to increase it back to normal once the change is made.

_________________
The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying to take over the world.
-- seen on the net


Top
   
 Post subject:
PostPosted: Thu Mar 25, 2004 3:23 am 
Offline
Senior Newbie

Joined: Mon Mar 22, 2004 6:50 pm
Posts: 12
Everything is okey now. There was a lag with Godaddys web form and actual changes on its DNS server but it didn't take long. About an hour after I made the changes I got my Domain to point to my linode box.

Thank you for all the replies.


Holden


Top
   
PostPosted: Mon May 03, 2004 1:04 am 
Offline

Joined: Mon May 03, 2004 12:57 am
Posts: 1
I'm up agianst the same problem and I thought you might be able to help me find where the "Total Domain Control" section is....

Thanks


Top
   
PostPosted: Wed May 05, 2004 7:15 am 
Offline

Joined: Tue May 04, 2004 8:11 pm
Posts: 1
when u select your domain, on the right hand side where the domain details are, you have to go to the end of it where it says

+Domain Host Summary

click the + and it will give u some details

like

-Domain Host Summary

Domain hosts are not required unless, for example, you intend to set up your own DNS.We recommend that you DO NOT use this tool unless you have a thorough understanding of this process.

There are no domain hosts on file.

Click here to see details or to modify.
( Hint Hint : click here ) and you'll know what to do :)

Enjoy


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group