Novell LINUX ENTERPRISE SERVER 10 - INSTALLATION AND ADMINISTRATION 04-08-2006 Installation Manual page 645

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.
34.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 645) shows the simplest form of such an entry and completely suppresses
any logging.
Example 34.3 Entry to Disable Logging
logging {
category default { null; };
};
34.4.3 Zone Entries
Example 34.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 34.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 34.5 Zone Entry for other-domain.de
zone "other-domain.de" in {
type slave;
file "slave/other-domain.zone";
masters { 10.0.0.1; };
};
The zone options:
(page 645). To define a slave zone, switch the
(page 645).
Example 34.3, "Entry to Disable
Example 34.5, "Zone
The Domain Name System
Exam-
645

Advertisement

Table of Contents
loading

This manual is also suitable for:

Suse linux enterprise server 10

Table of Contents