Secondary Zonefile

Bind, PowerDNS
Post Reply
blindfisch
Posts: 52
Joined: 2002-08-17 00:55
 

Secondary Zonefile

Post by blindfisch »

worin unterscheidet sich diese von der des primären dns servers?
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: Secondary Zonefile

Post by floschi »

Hi !

Also, ich hab' mal das gemacht:

http://www.google.de/search?q=zonefile+ ... uche&meta=

und dann gleich beim ersten Link:
For example, the simplest zone entry for example.org can look like:

zone "example.org" {
type master;
file "example.org";
};

The zone is a master, as indicated by the type statement, holding its zone information in /etc/namedb/example.org indicated by the file statement.

zone "example.org" {
type slave;
file "example.org";
};

In the slave case, the zone information is transferred from the master name server for the particular zone, and saved in the file specified. If and when the master server dies or is unreachable, the slave name server will have the transferred zone information and will be able to serve it.
Sowie jede Menge weitere Infos ;)


Grüßle

Olfi ;)
Post Reply