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

Server ns.company.com


File named.boot

primary 10.149.194.in-addr.arpa 10.149.194.zone
secondary 128.10.149.194.in-addr.arpa 194.149.10.129 128.10.149.194.zone

File 10.149.194.zone

@ IN SOA ns.company.com hostmaster.company.com (
1998082402 ; Serial
28800 ; Refresh 8 hours
7200 ; Retry 2 hour
604800 ; Expire 7 days
reverse domaindelegation process, example86400 ) ; Minimum TTL 1 day
IN NS ns.company.com.
IN NS ns.provider.net.
11 IN PTR ns.company.com.
128 IN NS ns.branch.company.com.
IN NS ns.company.com.
129 IN CNAME 129.128.10.149.194.in-addr.arpa.
reverse domaindelegation process, example130 IN CNAME 130.128.10.149.194.in-addr.arpa.
131 IN CNAME 131.128.10.149.194.in-addr.arpa.
132 IN CNAME 132.128.10.149.194.in-addr.arpa.
133 IN CNAME 133.128.10.149.194.in-addr.arpa.
134 IN CNAME 134.128.10.149.194.in-addr.arpa.
... Etc. up to
254 IN CNAME 254.128.10.149.194.in-addr.arpa.