| Setting up DNS with Windows 9x and NT 4.0 |
Although, this article is dated the fundamentals still apply and configuration has not changed significantly in current versions of Microsoft Windows. Updated links are available here.
Setting up a DNS client system
![]() |
The Host Name field specifies the hostname by which this system will be known to the DNS system. Generally this is the same as the computer name (making them different is asking for trouble).
The Domain field specifies the name of the local domain. The DNS Service Search Order contains a list of IP addresses for DNS servers that this system should use for name resolution. Servers are contacted in the order that they appear in the list box. The Domain Suffix Search Order may be used to specify additional domains in which to search for a hostname. Generally this feature is not needed. When only the Domain field is specified in this dialog box, that domain and all of its parent domains are searched for unknown hostnames. If you do list additional domains here, then the local domain and the listed domains will be searched in the order listed, and only these domains, will be checked when attempting to resolve unknown hostnames. |
Setting up a DNS server
The steps for setting up a primary or secondary server are very similar:
| 1. Install DNS Server if you haven't already. (via the Add button of the Services tab on the Network control panel applett) and run it. |
2. Select DNS from the top menu bar then New Server... and enter the hostname or IP address for the system on which it will run. If the server is already present on the list then select it.
![]() |
3. Select DNS >New Zone... menu option. This option is used to create zones and define the server as either primary or secondary.
|
| 4. Next you may subdivide the zone with the DNS >New Domain... menu option. Be aware that this creates a subdomain in the currently selected zone and not a new DNS domain. |
| 5. For a new zone, create its associated reverse-lookup zone, used to translate IP addresses back into host names. In most cases these zones are assigned names in the form of b.a.in-addr.arpa where c, b and a are the third, second and first components of local IP addresses i.e., 2.1.10.in-addr.arpa would be the reverse-lookup zone for the 10.1.2.x subnet. |
| 6. Add an entry for each host with in the zone to the database via the DNS >New Host... menu option. Be sure to check the Create Associated PTR Record box in the New Host dialog box or you'll have to create an entry in the reverse-lookup zone manually. |
| 7. Add any other DNS records needed for your site via the DNS >New Record... menu path. |
Helpful link: How to Install and Configure DNS Server in Windows NT
Glossary