Novell LINUX ENTERPRISE SERVER 10 SP2 - INSTALLATION AND ADMINISTRATION Installation Manual page 649

Hide thumbs Also See for LINUX ENTERPRISE SERVER 10 SP2 - INSTALLATION AND ADMINISTRATION:
Table of Contents

Advertisement

tected at start-up. Otherwise, the interval can be defined in minutes. The default is
sixty minutes.
notify no;
no prevents other name servers from being informed when changes are made to
the zone data or when the name server is restarted.
33.4.2 Logging
What, how, and where logging takes place can be extensively configured in BIND.
Normally, the default settings should be sufficient. Example 33.3, "Entry to Disable
Logging" (page 631) shows the simplest form of such an entry and completely suppresses
any logging.
Example 33.3 Entry to Disable Logging
logging {
category default { null; };
};
33.4.3 Zone Entries
Example 33.4 Zone Entry for my-domain.de
zone "my-domain.de" in {
type master;
file "my-domain.zone";
notify no;
};
After zone, specify the name of the domain to administer (my-domain.de) followed
by in and a block of relevant options enclosed in curly braces, as shown in Exam-
ple 33.4, "Zone Entry for my-domain.de" (page 631). To define a slave zone, switch the
type to slave and specify a name server that administers this zone as master
(which, in turn, may be a slave of another master), as shown in Example 33.5, "Zone
Entry for other-domain.de" (page 632).
The Domain Name System
631

Advertisement

Table of Contents
loading

This manual is also suitable for:

Suse linux enterprise server 10 sp3

Table of Contents