Current time: 09-29-2024, 11:25 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
Rene Offline
Member
*
Beta Team

Posts: 342
Joined: Sep 2007
Reputation: 4
Post: #12
RE: Bind error 1.0.3
Stimmt hast recht, das ist mir gar nicht so aufgefallen... sorry...

Code:
// This is the primary configuration file for the BIND DNS server named.
...

Alles was darüber steht, gehört eigentlich nicht da rein... Damit sollte die named.conf eigentlich anfangen...

Edit:
ich hoffe du hast jetzt auch noch die beiden includes noch drin wenn du den oberen Teil gelöscht hast?

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 [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.

so müsste deine named.conf jetzt sein...
(This post was last modified: 01-02-2010 01:56 AM by Rene.)
01-02-2010 01:46 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: 7 Guest(s)