ispCP - Board - Support
/etc/bind/named.conf - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: /etc/bind/named.conf (/thread-2419.html)



/etc/bind/named.conf - T0mcat - 02-13-2008 09:28 AM

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 ?


RE: /etc/bind/named.conf - joximu - 02-13-2008 09:33 AM

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.



RE: /etc/bind/named.conf - T0mcat - 02-13-2008 09:38 AM

Thank you for your help, but this is how our named.conf looked like. The error must be somewhere else then.


RE: /etc/bind/named.conf - joximu - 02-13-2008 09:52 AM

ok - I don't know what your error is... so I wish you luck...