How to configure DNS in Windows Server 2003

Step 1: Configure TCP/IP
1. Click Start, point to Control Panel, point to Network Connections, and then click Local Area Connection.
2. Click Properties.
3. Click Internet Protocol (TCP/IP), and then click Properties.
4. Click the General tab.
5. Click Use the following IP address, and then type the IP address, subnet mask, and default gateway address in the appropriate boxes.
6. Click Advanced, and then click the DNS tab.
7. Click Append primary and connection specific DNS suffixes.
8. Click to select the Append parent suffixes of the primary DNS suffix check box.
9. Click to select the Register this connection's addresses in DNS check box.
10. Click OK three times.

NOTE: If you receive a warning from the DNS Caching Resolver service, click OK to dismiss the warning. The caching resolver is trying to contact the DNS server, but you have not finished configuring the server.

Step 2: Install Microsoft DNS Server
1. Click Start, point to Control Panel, and then click Add or Remove Programs.
2. Click Add or Remove Windows Components.
3. In the Components list, click Networking Services (but do not select or clear the check box), and then click Details.
4. Click to select the Domain Name System (DNS) check box, and then click OK.
5. Click Next.
6. When you are prompted, insert the Windows Server 2003 CD-ROM into the computer's CD-ROM or DVD-ROM drive.
7. On the Completing the Windows Components Wizard page, click Finish when Setup is complete.
8. Click Close to close the Add or Remove Programs window.

Step 3: Configure the DNS Server
To configure DNS by using the DNS snap-in in Microsoft Management Console (MMC), follow these steps:
1. Click Start, point to Programs, point to Administrative Tools, and then click DNS.
2. Right-click Forward lookup zones, and then click New Zone
3. When the New Zone Wizard starts, click Next.

You are prompted for a zone type. The zone types include:

  • Primary zone: Creates a copy of a zone that can be updated directly on this server. This zone information is stored in a .dns text file.
  • Secondary zone: A standard secondary zone copies all of the information from its master DNS server. A master DNS server can be an Active Directory, primary, or secondary zone that is configured for zone transfers. Note that you cannot modify the zone data on a secondary DNS server. All of its data is copied from its master DNS server.
  • Stub zone: A Stub zone contains only those resource records that are necessary to identify the authoritative DNS servers for that zone. Those resource records include Name Server (NS), Start of Authority (SOA), and possibly glue Host (A) records.
There is also an option to the store zone in Active Directory. This option is only available if the DNS server is a Domain controller.
4. The new forward lookup zone must be a primary or an Active Directory-integrated zone so that it can accept dynamic updates. Click Primary, and then click Next.
5. The new zone contains the locator records for this Active Directory-based domain. The name of the zone must be the same as the name of the Active Directory-based domain, or be a logical DNS container for that name. For example, if the Active Directory-based domain is named "support.microsoft.com", valid zone names are "support.microsoft.com" only.

Accept the default name for the new zone file. Click Next.

NOTE: Experienced DNS administrators may want to create a reverse lookup zone, and are encouraged to explore this branch of the wizard. A DNS server can resolve two basic requests: a forward lookup and a reverse lookup. A forward lookup is more common. A forward lookup resolves a host name to an IP address with an "A" or Host Resource record. A reverse lookup resolves an IP address to a host name with a PTR or Pointer Resource record. If you have your reverse DNS zones configured, you can automatically create associated reverse records when you create your original forward record.
[Source]