Change the DNS suffix search list on the installing computer to include the domain names of all domains in the Active Directory forest.
DNS search suffixes are the domain suffixes that are automatically appended when a search for a hostname fails. For example, if you try to connect to SERVER1, and Windows cannot directly resolve SERVER1, suffixes are appended, and names such as SERVER1.corp.com or SERVER1.headquarters.corp.com are tried.
You can view the list of active search suffixes on your computer by using the
ipconfig /all command to see the DNS Suffix Search List. By default, the primary DNS suffix and the connection-specific DNS suffix are in this list. The primary suffix is generally the one that you see on the Network Identification page of the System Properties of the computer. The connection-specific suffix is typically but not necessarily the same, and it is frequently assigned by a DHCP server.
The suffixes on this list are tried. By default, parent domains of each suffix are also tried. For example, if you were trying to resolve SERVER1, and your suffix list included the following suffix:
domain1.headquarters.corp.com
the actual names that DNS tries for name resolution are as follows:
- SERVER1.domain1.headquarters.corp.com
- SERVER1.headquarters.corp.com
- SERVER1.corp.com
The suffix search stops at corp.com, and will not try SERVER1.com.
If you typically interact with hosts in DNS namespaces with multiple roots, you can explicitly control the suffix search list on your computer. To do this, follow these steps:
- Click Start, click Settings, and then double-click Network and Dial-up Connections.
- Right-click the connection that you want to change, and then click Properties. Typically, this is the Local Area Connection.
- On the General tab, click Internet Protocol (TCP/IP), and then click Advanced.
- On the DNS tab, click Append these DNS Suffixes.
- For each suffix that you want to append, click the Add button, type each suffix in the Domain suffix box, and then click Add.
Note Only the suffixes that you type are used. Parent suffixes are no longer tried. You must type all parent suffixes that you still want to use. This behavior gives you exact manual control over both the order and suffixes that are used.
In Microsoft Windows 2000, these changes take effect immediately after you save them.
You must restart Exchange 2000 Setup if the errors that you received occurred when you tried to pick the type of Exchange installation such as
Typical and
Custom. Such errors are named "pre-requisite check" errors, and the pre-requisite check results can only be reset by restarting Setup.
If errors occur in Setup after the prerequisite check, you can typically click
Retry, and then finish the current installation after you correct the name resolution problems.