Advanced Features Of Bind; Dns Protocol Enhancements; Multiple Views - Red Hat ENTERPRISE LINUX 4.5.0 Reference Manual

Table of Contents

Advertisement

Chapter 12. Berkeley Internet...
— Specifies a server other than the
-s <server>
— Specifies a key other than the
-y <key-name>
Additional information about these options can be found in the

5. Advanced Features of BIND

Most BIND implementations only use
authority for a particular domain or sub-domain. However, BIND version 9 has a number of
advanced features that allow for a more secure and efficient DNS service.
Caution
Some of these advanced features, such as DNSSEC, TSIG, and IXFR (which
are defined in the following section), should only be used in network
environments with nameservers that support the features. If the network
environment includes non-BIND or older BIND nameservers, verify that each
advanced feature is supported before attempting to use it.
All of the features mentioned are discussed in greater detail in the BIND 9 Administrator
Reference Manual referenced in

5.1. DNS Protocol Enhancements

BIND supports Incremental Zone Transfers (IXFR), where a slave nameserver only downloads
the updated portions of a zone modified on a master nameserver. The standard transfer
process requires that the entire zone be transferred to each slave nameserver for even the
smallest change. For very popular domains with very lengthy zone files and many slave
nameservers, IXFR makes the notification and update process much less resource intensive.
Note that IXFR is only available when using dynamic updating to make changes to master zone
records. If manually editing zone files to make changes, Automatic Zone Transfer (AXFR) is
used. More information on dynamic updating is available in the BIND 9 Administrator Reference
Manual. See
Section 7.1, "Installed Documentation"

5.2. Multiple Views

Through the use of the
depending which network a request originates from.
This is primarily used to deny sensitive DNS entries from clients outside of the local network,
while allowing queries from clients inside the local network.
The
statement uses the
view
and give them special options and zone data.
230
to provide name resolution services or to act as an
named
Section 7.1, "Installed
statement in
view
named.conf
match-clients
default-server
option in
default-key
rndc
Documentation".
for more information.
, BIND can present different information
option to match IP addresses or entire networks
listed in
/etc/rndc.conf
/etc/rndc.conf
man page.
.
.

Advertisement

Table of Contents
loading

Table of Contents