JSI Tip 0895. Has your DNS server stopped resolving domain names for which it is not authoritative?.

Jerold Schulman

December 6, 1998

1 Min Read
ITPro Today logo in a gray background | ITPro Today

When your DNS service starts, it reads the cache file, which you probably keep current by downloading from the InterNIC.

If the AutoCacheUpdate value does not exist in the registry, or has a non-zero data value, the DNS server will rewrite the cache file, which may contain bogus entries.

To turn off this feature, browse to

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDNSParameters

Add Value name AutoCacheUpdate as a type REG_DWORD and set it to 0.

Note: SP4 considers AutoCacheUpdate to be zero if the value name is missing.

With the DNS Service stopped, copy the Cache.dns file from the backup folder
(%SystemRoot%System32DnsBackup) to %SystemRoot%System32Dns.

Start the DNS Service.

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