Chapter 12. Berkeley Internet Name Domain (BIND)

Chapter 12. Berkeley Internet Name Domain (BIND)

12.1. Introduction to DNS
12.1.1. Nameserver Zones
12.1.2. Nameserver Types
12.1.3. BIND as a Nameserver
12.2. /etc/named.conf
12.2.1. Common Statement Types
12.2.2. Other Statement Types
12.2.3. Comment Tags
12.3. Zone Files
12.3.1. Zone File Directives
12.3.2. Zone File Resource Records
12.3.3. Example Zone File
12.3.4. Reverse Name Resolution Zone Files
12.4. Using rndc
12.4.1. Configuring /etc/named.conf
12.4.2. Configuring /etc/rndc.conf
12.4.3. Command Line Options
12.5. Advanced Features of BIND
12.5.1. DNS Protocol Enhancements
12.5.2. Multiple Views
12.5.3. Security
12.5.4. IP version 6
12.6. Common Mistakes to Avoid
12.7. Additional Resources
12.7.1. Installed Documentation
12.7.2. Useful Websites
12.7.3. Related Books

On most modern networks, including the Internet, users locate other computers by name. This frees users from the daunting task of remembering the numerical network address of network resources. The most effective way to configure a network to allow such name-based connections is to set up a Domain Name Service (DNS) or a nameserver, which resolves hostnames on the network to numerical addresses and vice versa.

This chapter reviews the nameserver included in Red Hat Enterprise Linux, the Berkeley Internet Name Domain (BIND) DNS server, with an emphasis on the structure of its configuration files and how it may be administered both locally and remotely.