PlayUKlottery.com - win up to 42 million Pounds
Lesson 3: Installing 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 3: Installing the DNS Service

Now that you have been introduced to DNS, the Windows 2000 DNS Service, and name resolution, you are ready to learn how to install the Microsoft DNS Server Service on a computer running Windows 2000 Server.

Preinstallation Configuration

Computers running Windows 2000 are configured as Dynamic Host Configuration Protocol (DHCP) clients by default. Therefore, you must configure TCP/IP with a static IP address before installing the DNS Server Service. Configure the following options on the server on which you are going to install the DNS Service:

  • Assign a static IP address in the Internet Protocol (TCP/IP) Properties dialog box.
  • Configure the appropriate IP address of the DNS server and DNS domain name. Using My Network Places, click the Advanced button in the Internet Protocol (TCP/IP) Properties dialog box to configure the advanced TCP/IP settings. On the DNS tab, type the DNS address and domain name.

Installation Process

Install the DNS Service anytime after the Windows 2000 initial setup, or you can choose to install the DNS Service during setup. In addition to installing the DNS Service and enabling the service automatically (without restarting the computer), the DNS installation process does the following:

  • Installs the DNS snap-in and adds the DNS shortcut to the Administrative Tools menu. The DNS snap-in is the Microsoft Management Console (MMC) snap-in that you use to manage local and remote DNS name servers.
  • Adds the following key for the DNS Service to the registry:
  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS

  • Creates the C:\Winnt\System32\Dns folder, which contains the DNS database files that are described in Table 3.3.

NOTE
Generally, you will not need to edit the DNS database files. However, you might use them to troubleshoot DNS. For additional information and sample files, see the C:\Winnt\System32\Dns\Samples directory.

Table 3.3 DNS Database

Filename Description
Domain.dns The zone database file that maps host names to IP addresses for a zone.
z.y.w.x.in-addr.arpa The reverse lookup file that maps IP addresses to host names.
Cache.dns The cache file that contains the required host information for resolving names outside of authoritative domains. The default file contains records for all of the root servers on the Internet.
Root The root file that controls how the DNS Service starts. In Windows 2000, the root file is optional, because the root settings are also stored in the registry.

NOTE
The root file is not defined in an RFC and is not needed for RFC compliance. The root file is a part of the Berkeley Internet Name Daemon (BIND)—specific implementation of DNS. If you are migrating from a BIND DNS server, copying the root file allows easy migration of your existing configuration.

Practice: Installing and Configuring the DNS Service

In this practice you will configure TCP/IP as part of the preinstallation configuration required to install the DNS Service, and then you will install the DNS Service.

Exercise 1: Configuring TCP/IP for DNS

In this exercise, you will configure TCP/IP for DNS. This is part of the configuration you do to prepare to install Microsoft DNS Server.

  • To configure TCP/IP for DNS
    1. Log on as Administrator.
    2. Right-click My Network Places, and then click Properties.
    3. The Network And Dial-Up Connections window appears.

    4. Right-click Local Area Connection, and then click Properties.
    5. The Local Area Connection Properties dialog box appears, displaying the network adapter in use and the network components used in this connection.

    6. Click Internet Protocol (TCP/IP), and then verify that the check box to the left of the entry is selected.
    7. Click Properties.
    8. The Internet Protocol (TCP/IP) Properties dialog box appears.

    9. Select Use The Following IP Address.
    10. Type 192.168.1.201 in the IP Address box.
    11. Press the Tab key to move the cursor to the Subnet Mask box, ensure that 255.255.255.0 is the value and leave the Default Gateway box empty.
    12. If you are not using these suggested values, enter the IP address, Subnet Mask, and Default Gateway that you are using.

    IMPORTANT
    Be careful when manually entering IP configuration settings, especially numeric addresses. The most frequent cause of TCP/IP connection problems is incorrectly entered IP address information.

    1. Ensure that the Use The Following DNS Server Addresses option is selected.
    2. Type 192.168.1.201 in the Preferred DNS Server box.

    NOTE
    In this exercise you only have one computer, so you are installing the DNS Service on your computer, making your computer the DNS server. That is why you type in the IP address of your computer for the Preferred DNS Server address. If you are on a network, you may use the address of an available DNS server instead of your computer's address. If you are using an existing DNS server, you do not have to install the DNS Service on your computer, so you can skip Exercise 2.

    1. Click Advanced.
    2. The Advanced TCP/IP Settings dialog box appears.

    3. Click the DNS tab.
    4. In the DNS Suffix For This Connection box, type domain.com (if you are on a network, check with your network administrator to make sure it is OK to use this as your DNS domain name), and then click OK.
    5. Click OK to close the Internet Protocol (TCP/IP) Properties dialog box.
    6. Click OK to close the Local Area Connection Properties dialog box.
    7. Close the Network And Dial-Up Connections window.

  • To configure the DNS domain name of your computer
    1. Right-click My Computer, and then click Properties.
    2. The System Properties dialog box appears.

    3. On the Network Identification tab, click Properties.
    4. The Identification Changes dialog box appears.

    5. Click More.
    6. The DNS Suffix And NetBIOS Computer Name dialog box appears.

    7. In the Primary DNS Suffix Of This Computer box, type domain.com, and then click OK.
    8. Click OK to close the Identification Changes dialog box.
    9. A Network Identification warning box appears, stating that you must reboot this computer for the changes to take effect.

    10. Click OK.
    11. Click OK to close the System Properties dialog box.
    12. A System Settings Change box appears, asking if you want to restart your computer.

    13. Click Yes to restart your computer.

    Exercise 2: Installing the DNS Service

    In this exercise, you will install the Microsoft DNS Server Service.

  • To install the DNS Service
    1. Log on as Administrator.
    2. Open Control Panel.
    3. Double-click Add/Remove Programs.
    4. The Add/Remove Programs window appears.

    5. Click Add/Remove Windows Components.
    6. The Windows Components wizard appears.

    7. Click Networking Services, but do not select the check box to the left of the component.

    NOTE
    If the DHCP Service or any other optional networking component is installed on your computer, a check mark will appear in the box to the left of Networking Services.

    1. Click Details.
    2. In the Subcomponents Of Networking Services list box, select the check box to the left of Domain Name System (DNS).
    3. Click OK.
    4. You are returned to the Windows Components page.

    5. Click Next.
    6. The Configuring Components page appears, and a status indicator begins tracking the configuration process. After a few moments, the Insert Disk dialog box appears.

    7. Insert the CD-ROM you used to install Windows 2000 on your computer, and then click OK.

    NOTE
    If the Files Needed dialog box appears, ensure that the path to the source files is correct, and then click OK.

      Setup copies the required files to the hard disk.

    1. Click Finish to close the Windows Components wizard.
    2. Close the Add/Remove Programs window.
    3. Close Control Panel.
    4. Remove the CD-ROM.

    Lesson Summary

    There are some configuration changes you need to make before you install the Microsoft DNS Server Service. As a part of this preinstallation configuration, you should assign the computer on which you are going to install the DNS Service a static IP address, and you should configure the appropriate IP address of the DNS server and DNS domain name.

    You can install the DNS Service anytime after the Windows 2000 initial setup, or you can choose to install the DNS Service during setup. In the practice portion of this lesson, you did the preinstallation configuration and then you installed the DNS Service. In addition to installing the DNS Service, the DNS installation process installs DNS and adds a shortcut for it to the Administrative Tools menu on the Start menu's Programs menu.