Current time: 09-29-2024, 11:20 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Fehler] Bind error 1.0.3
Author Message
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #7
RE: Bind error 1.0.3
Code:
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";

// 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 [admin.webserver1.tld] cfg entry BEGIN.
zone "admin.webserver1.tld" {
    type    master;
    file    "/var/cache/bind/admin.webserver1.tld.db";
    notify    YES;
};
// dmn [admin.webserver1.tld] cfg entry END.
01-02-2010 12:58 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
[Fehler] Bind error 1.0.3 - fulltilt - 01-02-2010, 12:31 AM
RE: Bind error 1.0.3 - Rene - 01-02-2010, 12:34 AM
RE: Bind error 1.0.3 - fulltilt - 01-02-2010, 12:42 AM
RE: Bind error 1.0.3 - Rene - 01-02-2010, 12:51 AM
RE: Bind error 1.0.3 - fulltilt - 01-02-2010, 12:53 AM
RE: Bind error 1.0.3 - Rene - 01-02-2010, 12:55 AM
RE: Bind error 1.0.3 - fulltilt - 01-02-2010 12:58 AM
RE: Bind error 1.0.3 - Rene - 01-02-2010, 01:04 AM
RE: Bind error 1.0.3 - fulltilt - 01-02-2010, 01:14 AM
RE: Bind error 1.0.3 - Rene - 01-02-2010, 01:18 AM
RE: Bind error 1.0.3 - fulltilt - 01-02-2010, 01:26 AM
RE: Bind error 1.0.3 - Rene - 01-02-2010, 01:46 AM
RE: Bind error 1.0.3 - fulltilt - 01-02-2010, 01:51 AM
RE: Bind error 1.0.3 - Rene - 01-02-2010, 01:55 AM
RE: Bind error 1.0.3 - fulltilt - 01-02-2010, 01:57 AM
RE: (erledigt) Bind error 1.0.3 - Rene - 01-02-2010, 08:23 PM
RE: (erledigt) Bind error 1.0.3 - fulltilt - 01-02-2010, 08:31 PM
RE: (erledigt) Bind error 1.0.3 - Nuxwin - 01-02-2010, 08:37 PM
RE: (erledigt) Bind error 1.0.3 - fulltilt - 01-02-2010, 08:46 PM
RE: (erledigt) Bind error 1.0.3 - fulltilt - 01-03-2010, 02:46 AM
RE: (erledigt) Bind error 1.0.3 - ZooL - 01-03-2010, 08:58 AM
RE: (erledigt) Bind error 1.0.3 - fulltilt - 01-05-2010, 12:12 AM

Forum Jump:


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