Page 1 of 1

Secondary Zonefile

Posted: 2003-02-28 23:15
by blindfisch
worin unterscheidet sich diese von der des primären dns servers?

Re: Secondary Zonefile

Posted: 2003-02-28 23:28
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 ;)