Reduce Windows DNS Service caching on Window
Posted
by
Nick G
on Server Fault
See other posts from Server Fault
or by Nick G
Published on 2012-11-27T11:00:05Z
Indexed on
2012/11/27
11:05 UTC
Read the original article
Hit count: 356
windows-server-2003
|dns
I'm struggling with DNS caching issues on a Windows based LAN.
I've noticed that if I change a DNS record on a domain hosted by a 3rd party nameserver, that I always seem to be the very last person to see the change happen. I can often query the domain using a service which checks propagation around the world like www.whatsmydns.net but I usually find that all other DNS servers are correct and it's only my own server which has the old IP - even 8-12 hours later. This is an issue for us as we're website developers and often making changes to DNS records so these huge delays are frustrating.
It seems to be because our primary domain controller server (+Active Directory & DNS) on our LAN (which is also our local DNS server) caches records for AGES (Way beyond it's published TTL). How can I stop the Windows DNS server from caching, or reduce the caching to only an hour or so?
© Server Fault or respective owner