PlayUKlottery.com - win up to 42 million Pounds
Lesson 6: Troubleshooting the DNS Service

Cover
LOC Page
About This Book
Chapter and Appendix Overview
Getting Started
The Microsoft Certified Professional Program
Technical Support
Chapter 1 -- The Microsoft Windows 2000 Platform
Lesson 1: Overview of the Windows 2000 Platform
Lesson 2: Windows 2000 Professional
Lesson 3: Windows 2000 Server
Lesson 4: Windows 2000 Advanced Server and Windows 2000 Datacenter Server
Review
Chapter 2 -- Installing Windows 2000
Lesson 1: Preparing to Install
Lesson 2: Installing Windows 2000 from a CD-ROM
Lesson 3: Installing Windows 2000 over the Network
Lesson 4: Troubleshooting Windows 2000 Setup
Review
Chapter 3 -- Configuring the DNS Service
Lesson 1: Understanding DNS
Lesson 2: Resolving Names
Lesson 3: Installing the DNS Service
Lesson 4: Configuring the DNS Service
Lesson 5: Configuring a DNS Client
Lesson 6: Troubleshooting the DNS Service
Review
Chapter 4 -- Implementing Active Directory Directory Services
Lesson 1: Introduction to Active Directory Directory Services
Lesson 2: Active Directory Structure and Site Replication
Lesson 3: Active Directory Concepts
Lesson 4: Introduction to Planning
Lesson 5: Installing Active Directory Directory Services
Lesson 6: Configuring Active Directory Replication
Review
Chapter 5 -- Administering Active Directory Directory Services
Lesson 1: Creating Organizational Units
Lesson 2: Creating User and Computer Accounts
Lesson 3: Managing Groups
Lesson 4: Controlling Access to Active Directory Objects
Review
Chapter 6 -- Managing Desktop Environments with Group Policy
Lesson 1: Understanding Group Policy
Lesson 2: Applying Group Policy
Lesson 3: Configuring Group Policy
Review
Chapter 7 -- Managing Software by Using Group Policy
Lesson 1: Introducing the Software Installation and Maintenance Technology
Lesson 2: Deploying Software
Lesson 3: Upgrading Software
Lesson 4: Managing Software
Review
Chapter 8 -- Managing File Resources
Lesson 1: Sharing and Publishing File Resources
Lesson 2: Administering Shared Folders by Using Dfs
Lesson 3: Using NTFS Special Access Permissions
Lesson 4: Managing Disk Quotas on NTFS Volumes
Lesson 5: Increasing Security with EFS
Lesson 6: Using Disk Defragmenter
Review
Chapter 9 -- Configuring Remote Access
Lesson 1: Understanding the New Authentication Protocols in Windows 2000
Lesson 2: Configuring Inbound Connections
Lesson 3: Configuring Outbound Connections
Lesson 4: Examining Remote Access Policies
Lesson 5: Creating a Remote Access Policy
Review
Chapter 10 -- Supporting DHCP and WINS
Lesson 1: New DHCP Functionality
Lesson 2: New WINS Functionality
Review
Chapter 11 -- Managing Disks
Lesson 1: Introduction to Disk Management
Lesson 2: Common Disk Management Tasks
Review
Chapter 12 -- Implementing Disaster Protection
Lesson 1: Using Fault-Tolerant Volumes
Lesson 2: Using Advanced Startup Options
Lesson 3: Using the Recovery Console
Lesson 4: Using the Backup Utility
Lesson 5: Performing an Emergency Repair
Review
Chapter 13 -- Upgrading a Network to Windows 2000
Lesson 1: Planning a Network Upgrade
Lesson 2: Establishing the Root Domain
Lesson 3: Upgrading Domain Controllers and Member Servers
Lesson 4: Upgrading Client Operating Systems
Review
Chapter 14 -- Using Remote Installation Services
Lesson 1: Performing Remote Installations
Lesson 2: Creating Distribution Servers
Review
Appendix A -- Questions and Answers
Appendix B -- Creating Setup Disks
About This Electronic Book
About Microsoft Press


[Previous] [Next]

Lesson 6: Troubleshooting the DNS Service

This lesson discusses how to troubleshoot name servers by using the DNS monitoring and logging options and the Nslookup command-line utility.

Monitoring the DNS Service

DNS has an option that allows you to monitor the DNS Service. In the DNS tool, right-click the name server to monitor, click Properties, and then click the Monitoring tab. Test the name server by performing two types of queries:

  • A Simple Query Against This DNS Server. Select this option to perform a simple query test of the DNS server. This will be a local test using the DNS client on this computer to query the name server.
  • A Recursive Query To Other DNS Servers. Select this option to perform a more complex, recursive query test of the name server. This query tests the name server by forwarding a recursive query to another name server.

Setting Logging Options

The DNS tool allows you to set additional logging options for debugging purposes. Right-click the name server, click Properties, and then click the Logging tab. You can select from 11 options: Query, Notify, Update, Questions, Answers, Send, Receive, UDP, TCP, Full Packets, and Write Through.

Using Nslookup

Nslookup is the primary diagnostic tool for the DNS Service, and it is installed along with TCP/IP. Use Nslookup to view any resource record and direct queries to any name server, including UNIX DNS implementations.

Nslookup has two modes: interactive and noninteractive.

  • When you require more than one piece of data, use interactive mode. To run interactive mode, at the command prompt, type Nslookup. To exit interactive mode, type exit.
  • When you require a single piece of data, use noninteractive mode. Type the Nslookup syntax at the command line, and the data is returned.

The syntax for Nslookup is as follows:

 nslookup [-option ...] [computer-to-find | - [server]]

Table 3.5 describes the optional parameters for Nslookup.

Table 3.5 Nslookup Optional Parameters

Syntax Description
-option… Specifies one or more Nslookup commands. For a list of commands, type a question mark (?) in interactive mode to open Help.
computer-to-find If the computer to find is an IP address, Nslookup returns the host name. If the computer to find is a name, Nslookup returns an IP address. If the computer to find is a name and does not have a trailing period, the default DNS domain name is appended to the name. To look up a computer outside the current DNS domain, append a period to the name.
-server Use this server as the DNS name server. If the server is omitted, the currently-configured default name server is used.

Lesson Summary

You can troubleshoot name servers by using the DNS tool for monitoring and logging options and the Nslookup command-line utility. You can test the name server by performing a simple query or by performing a recursive query. A simple query performs a local test using the DNS client on this computer to query the name server. A recursive query performs a more complex, recursive query test of the name server. This query tests the name server by forwarding a recursive query to another name server.

You also learned that Nslookup is the primary diagnostic tool for the DNS Service. It is installed along with the TCP/IP protocol. You can use Nslookup to view any resource record and direct queries to any name server, including UNIX DNS implementations.