Secondary Zonefile
- 
				blindfisch
 - Posts: 52
 - Joined: 2002-08-17 00:55
 
Secondary Zonefile
worin unterscheidet sich diese von der des primären dns servers?
			
			
									
						
										
						Re: Secondary Zonefile
Hi !
Also, ich hab' mal das gemacht:
http://www.google.de/search?q=zonefile+ ... uche&meta=
und dann gleich beim ersten Link:
Grüßle
Olfi ;)
			
			
									
						
										
						Also, ich hab' mal das gemacht:
http://www.google.de/search?q=zonefile+ ... uche&meta=
und dann gleich beim ersten Link:
Sowie jede Menge weitere Infos ;)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.
Grüßle
Olfi ;)
