Book Image

Managing Mission - Critical Domains and DNS

By : Mark E.Jeftovic
Book Image

Managing Mission - Critical Domains and DNS

By: Mark E.Jeftovic

Overview of this book

Managing your organization's naming architecture and mitigating risks within complex naming environments is very important. This book will go beyond looking at “how to run a name server” or “how to DNSSEC sign a domain”, Managing Mission Critical Domains & DNS looks across the entire spectrum of naming; from external factors that exert influence on your domains to all the internal factors to consider when operating your DNS. The readers are taken on a comprehensive guided tour through the world of naming: from understanding the role of registrars and how they interact with registries, to what exactly is it that ICANN does anyway? Once the prerequisite knowledge of the domain name ecosystem is acquired, the readers are taken through all aspects of DNS operations. Whether your organization operates its own nameservers or utilizes an outsourced vendor, or both, we examine the complex web of interlocking factors that must be taken into account but are too frequently overlooked. By the end of this book, our readers will have an end to end to understanding of all the aspects covered in DNS name servers.
Table of Contents (17 chapters)
7
Types and Uses of Common Resource Records

Debugging Without Tears – DNS Diagnostic Tools

Debugging DNS issues can be tricky. There are numerous moving parts to any given DNS lookup, and because they occur under the hood and are abstracted away from the user-facing network functions, you have to know exactly where to look and what to look at to figure out what is happening.

Furthermore, it is not uncommon for users to suspect DNS problems when facing symptoms that are not related to DNS. Getting a "404 Not Found" page when you navigate to a website is not a DNS issue. Yet it is frequently reported as one.

What follows are various tools that can be used to isolate and diagnose issues. First, we'll look at command-line tools, and then at web-based ones.

In this chapter, we will cover the following topics:

  • Command-line-based tools:
    • Whois
    • dig
    • named checkzone and named checkconf
    • dnstop
  • Web-based debugging...