Current time: 11-26-2024, 02:41 AM Hello There, Guest! (LoginRegister)


Post Reply 
Update script fails @ BIND config
Author Message
2called-chaos Offline
Junior Member
*

Posts: 18
Joined: Sep 2008
Reputation: 0
Post: #3
RE: Update script fails @ BIND config
(07-12-2010 08:17 AM)ZooL Wrote:  double entry in named.conf ?

Thanks dude!
That's the content of /etc/bind/named.conf and I can't see anything twice :S

Code:
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local

include "/etc/bind/named.conf.options";

// prime the server with knowledge of the root servers
zone "." {
    type hint;
    file "/etc/bind/db.root";
};

// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912

zone "localhost" {
    type master;
    file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
    type master;
    file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
    type master;
    file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
    type master;
    file "/etc/bind/db.255";
};

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

// bind Data BEGIN.

// dmn [conf.d1-1.xxxxxx.de] cfg entry BEGIN.
zone "conf.d1-1.xxxxxx.de" {
    type    master;
    file    "/var/cache/bind/conf.d1-1.xxxxxx.de.db";
    notify    YES;
};
// dmn [conf.d1-1.xxxxxx.de] cfg entry END.

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

// bind Data END.
(This post was last modified: 07-12-2010 09:44 AM by 2called-chaos.)
07-12-2010 09:43 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Update script fails @ BIND config - 2called-chaos - 07-12-2010 09:43 AM
RE: Update script fails @ BIND config - Nuxwin - 07-12-2010, 06:58 PM
RE: Update script fails @ BIND config - Nuxwin - 07-12-2010, 11:47 PM
RE: Update script fails @ BIND config - Nuxwin - 07-13-2010, 12:22 AM

Forum Jump:


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