Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to create an authoritative domain name server?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Seather
Apprentice
Apprentice


Joined: 23 May 2003
Posts: 194
Location: South Africa

PostPosted: Fri Mar 19, 2004 9:27 pm    Post subject: How to create an authoritative domain name server? Reply with quote

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
View user's profile Send private message
denniruz
n00b
n00b


Joined: 04 Mar 2004
Posts: 7
Location: Buffalo, NY

PostPosted: Fri Mar 19, 2004 9:52 pm    Post subject: Reply with quote

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
View user's profile Send private message
Ijon Tichy
Tux's lil' helper
Tux's lil' helper


Joined: 25 Feb 2004
Posts: 80
Location: Seattle, WA

PostPosted: Sat Mar 20, 2004 1:08 am    Post subject: Reply with quote

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
View user's profile Send private message
denniruz
n00b
n00b


Joined: 04 Mar 2004
Posts: 7
Location: Buffalo, NY

PostPosted: Mon Mar 22, 2004 8:37 pm    Post subject: Jumping to comclusions-- Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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
You cannot vote in polls in this forum