Current time: 04-20-2024, 09:09 PM Hello There, Guest! (LoginRegister)


Post Reply 
/etc/bind/named.conf
Author Message
T0mcat Offline
Junior Member
*

Posts: 47
Joined: Feb 2007
Reputation: 0
Post: #1
/etc/bind/named.conf
After manually upgrading form nightly build to RC3 on debian, we're slowly approaching the end.

Can someone please post how the /etc/bind/named.conf file should look like, is it just a template file or does it contain all the zone files for the different domains. Is it the all important named.conf file or is it hiding somewhere else ?
02-13-2008 09:28 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: /etc/bind/named.conf
Hi

it's the standard named.conf from debian and then added the list of zones by ispcp...

like this (from "// bind Data BEGIN." it's ispcp):
Code:
...
// From the release notes:
//  Because many of our users are uncomfortable receiving undelegated answers
//  from root or top level domains, other than a few for whom that behaviour
//  has been trusted and expected for quite some length of time, we have now
//  introduced the "root-delegations-only" feature which applies delegation-only
//  logic to all top level domains, and to the root domain.  An exception list
//  should be specified, including "MUSEUM" and "DE", and any other top level
//  domains from whom undelegated responses are expected and trusted.
// root-delegation-only exclude { "DE"; "MUSEUM"; };

include "/etc/bind/named.conf.local";
// bind Data BEGIN.

// dmn [admin.ispcp-dev.xyz.ch] cfg entry BEGIN.
zone "admin.ispcp-dev.xyz.ch" {
        type    master;
        file    "/var/cache/bind/admin.ispcp-dev.xyz.ch.db";
        notify  YES;
};
// dmn [admin.ispcp-dev.xyz.ch] cfg entry END.

// dmn [xn--guide-fra.ch] cfg entry BEGIN.
zone "xn--guide-fra.ch" {
        type    master;
        file    "/var/cache/bind/xn--guide-fra.ch.db";
        notify  YES;
};
// dmn [xn--guide-fra.ch] cfg entry END.

// dmn [{DMN_NAME}] cfg entry BEGIN.
// dmn [{DMN_NAME}] cfg entry END.

// bind Data END.
02-13-2008 09:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
T0mcat Offline
Junior Member
*

Posts: 47
Joined: Feb 2007
Reputation: 0
Post: #3
RE: /etc/bind/named.conf
Thank you for your help, but this is how our named.conf looked like. The error must be somewhere else then.
02-13-2008 09:38 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: /etc/bind/named.conf
ok - I don't know what your error is... so I wish you luck...
02-13-2008 09:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)