Novell LINUX ENTERPRISE SERVER 10 - INSTALLATION AND ADMINISTRATION 08-05-2008 Installation Manual page 645

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

Advertisement

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.
Logging"
(page 627) 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
ple 33.4, "Zone Entry for my-domain.de"
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
Entry for other-domain.de"
Example 33.5 Zone Entry for other-domain.de
zone "other-domain.de" in {
type slave;
file "slave/other-domain.zone";
masters { 10.0.0.1; };
};
(page 627). To define a slave zone, switch the
(page 627).
Example 33.3, "Entry to Disable
Example 33.5, "Zone
The Domain Name System
Exam-
627

Advertisement

Table of Contents
loading

This manual is also suitable for:

Suse linux enterprise server 10

Table of Contents