JSI Tip 0322 - Internet name resolution is slow and/or fails with DNS on your Lan.
Jerold Schulman
November 20, 1997
1 Min Read
If your clients experience slow internet name resolution, or internet name resolution fails, while forwarding queries using DNS, but local intranet name resolution works, your DNS cache file is probably corrupt.
1. Stop the DNS service - net stop dns
2. Switch to the DNS directory - cd %SystemRoot%System32Dns
3. Rename the cache file - ren cache.dns cache.old
4. Copy the backup cache file - copy backupcache.dns cache.dns
5. Start the DNS service - net start dns
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like