How To Overwrite the DNS Servers That Are Used for IP Resolution (299035)



The information in this article applies to:

  • Microsoft Commerce Server 2000

This article was previously published under Q299035
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SUMMARY

Domain Name System (DNS) servers are configured in the network settings for Internet Protocol (IP) resolution tasks. If you do not want to use these DNS servers, you can set a registry key to overwrite the network settings and to specify a list of alternate DNS servers.

NOTE: You can only use the method that is described in this article if Commerce Server 2000 Service Pack 1 is installed.

MORE INFORMATION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

To overwrite the DNS servers that are used for IP resolution, follow these steps:
  1. Start Registry Editor (Regedt32.exe).
  2. Locate and click the following key in the registry:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Commerce Server\2000

  3. On the Edit menu, click Add Value, and then add the following registry value:

    Value name: AnalysisNameserver
    Data type: REG_SZ
    Value data: Type a list of DNS servers (use a space to separate each server)

    For example:

    10.1.1.1 10.1.1.2
    						

  4. Quit Registry Editor.

REFERENCES

For additional information about how to configure the DNS servers for versions earlier than Commerce Server 2000 Service Pack 1, click the article number below to view the article in the Microsoft Knowledge Base:

298537 IP Addresses Are Not Resolved When You Manually Configure DNS Servers


Modification Type:MinorLast Reviewed:7/13/2004
Keywords:kbhowto KB299035