Slow Name Resolution to Internet from Intranet

Last reviewed: December 23, 1997
Article ID: Q172989
The information in this article applies to:
  • Microsoft Windows NT Server version 4.0

SYMPTOMS

While forwarding queries to the Internet using a Domain Name Service (DNS) server with a computer running Windows NT Server version 4.0, your clients experience one or more of the following problems:

  • Internet name resolution is slow

    -or-

  • Internet name resolution fails

    -or-

  • Internet name resolution is intermittent.

NOTE: Local intranet name resolution operates successfully.

CAUSE

The cache file on your Windows NT 4.0 DNS server is corrupted or missing.

RESOLUTION

To resolve this issue, copy a new cache file using the following steps:

  1. Stop the DNS service by typing the following at a command prompt and then pressing ENTER:

          net stop dns
    

  2. Type the following and then press ENTER:

          cd <%SystemRoot%>\System32\Dns
    

    where <%SystemRoot%> is your Windows NT folder. For example, if Windows NT is installed in the WINNT folder, type the following at a command prompt and then press ENTER:

          cd winnt\System32\Dns
    

  3. Type the following and then press ENTER:

          ren cache.dns cache.old
    

  4. Type one of the following and then press ENTER:

          copy backup\cache.dns
    

          -or-
    

          copy samples\cache.dns
    

    NOTE: There should be an original copy of the Cache.dns file in both the Backup folder and the Samples folder.

  5. Start the DNS service again by typing the following and then pressing ENTER:

          net start dns
    

NOTE: It is possible for the cache file in the backup folder to also be corrupt. In that event, you will need to expand the original from your Windows NT source media by typing the following at a command prompt:

   expand d:\i386\cache.dn_ %systemroot%\system32\dns\cache.dns

where d: is your CDROM drive.

For more information see the following article in the Microsoft Knowledge base:

   ARTICLE-ID: Q159310
   TITLE     : Update Version of DNS.EXE Fixes Several Problems

STATUS

Microsoft has confirmed this to be a problem in Windows NT version 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words:
Keywords : ntnetserv NTSrv nttcp kbnetwork
Version : WinNT:4.0
Platform : winnt
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 23, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.