View previous topic :: View next topic |
Author |
Message |
Seather Apprentice
Joined: 23 May 2003 Posts: 194 Location: South Africa
|
Posted: Fri Mar 19, 2004 9:27 pm Post subject: How to create an authoritative domain name server? |
|
|
Heya,
I have a virtual server with a static ip hosted, and I wish to run an authoritative DNS server on it for certain domain names, I've tried searching but couldn't really find anything?
Anyone that can help me on this? |
|
Back to top |
|
|
denniruz n00b
Joined: 04 Mar 2004 Posts: 7 Location: Buffalo, NY
|
Posted: Fri Mar 19, 2004 9:52 pm Post subject: |
|
|
An authoratative name server is one that doesn't do any recursive queries.. Here's an example options section--
Code: |
options {
directory "/var/named";
recursion no;
};
|
_________________ Dennis A. Ruzeski
dennisr@corp.kanoodle.com
Network and System Administrator |
|
Back to top |
|
|
Ijon Tichy Tux's lil' helper
Joined: 25 Feb 2004 Posts: 80 Location: Seattle, WA
|
Posted: Sat Mar 20, 2004 1:08 am Post subject: |
|
|
An "Authoritative Only" name server doesn't do any recursion, but a name server can do recursion and still be authoritative for the zones that it serves.
It has to do with the SOA records in your zones, the name servers you registered with your domain registrars, and the NS records you put in your zone files. _________________ Death to VideoDrome.
Long live the New Flesh. |
|
Back to top |
|
|
denniruz n00b
Joined: 04 Mar 2004 Posts: 7 Location: Buffalo, NY
|
Posted: Mon Mar 22, 2004 8:37 pm Post subject: Jumping to comclusions-- |
|
|
That's absolutely right-- I just assumed that you wanted an authoratative-only server. The authoratitive servers are the ones that show when you do a whois search. Most registrars have tools that allow you to change those fairly easily... _________________ Dennis A. Ruzeski
dennisr@corp.kanoodle.com
Network and System Administrator |
|
Back to top |
|
|
|