Book Image

DNS in Action

By : CP Books a.s.
Book Image

DNS in Action

By: CP Books a.s.

Overview of this book

The Domain Name System is one of the foundations of the internet. It is the system that allows the translation of human-readable domain names into machines-readable IP addresses and the reverse translation of IP addresses into domain names. This book describes the basic DNS protocol and its extensions; DNS delegation and registration, including for reverse domains; using DNS servers in networks that are not connected to the internet; and using DNS servers on firewall machines. Many detailed examples are used throughout the book to show perform various configuration and administration tasks.
Table of Contents (16 chapters)
DNS in Action
Credits
About the Authors
Preface
Country Codes and RIRs
Index

Chapter 7. Reverse Domain Delegation

A reverse translation is the mapping of an IP address to a domain name. We already know that a record defining the mapping of an IP address to a domain name is a pointer record (PTR). Some programs such as ftp, traceroute, etc., use reverse translation. If a reverse record for a domain name is missing in DNS, some services such as FTP might refuse to work properly. Therefore, it is very important not to forget about PTR records and thus about reverse domains.

A reverse domain is always created and delegated for an entire IP address network. For example for a network 194.149.177, a reverse domain 177.149.194 in-addr.arpa must be created and delegated in DNS. A reverse domain has no connection to a forward domain. Domain names of various domains can coexist, and often do so, within one reverse domain.

The types of reverse domains are derived from the extent of the used network. The user makes use of 256 IP addresses of a C class or a subnetwork of a C class...