Re: IIS 6 File replace and cachinghttp://www.microsoft.com/wn3/asp by Daniel
Daniel
Thu Jun 21 09:41:54 CDT 2007
EdwardH wrote on Thu, 21 Jun 2007 03:56:00 -0700:
> We have two DNS Servers and we flushed both. Can you edit the cache value?
> I cannot work out where PC's are picking it up from
>
> "Daniel Crichton" wrote:
>
>> EdwardH wrote on Thu, 21 Jun 2007 01:45:01 -0700:
>>
>>> We ran ipconfig /flushdns and also ran Clear Cache in Cashlookups in DNS
>>> Manager. Cache is cleared and then I ping domain and the old IP Address
>>> returns in Cache. Where is the individual value set, can it be set
>>> manually? I have got over problem by using hosts file but that is abit
>>> of a blunt instrument! Thanks for all your help.
>>
>> Do you have internal DNS system, or Active Directory? If so you'll need
>> to track down which server is caching it and get the cache cleared at the
>> source, as your PC will just pick it up from that stale server each time
>> you clear the local cache.
>>
>> Dan
>>
On the PC, check the DNS server settings using a command prompt and typing
ipconfig /all
next, check each of those DNS servers and clear their caches, and check to
see if they have any resolvers/forwarders configured, and check those too.
Continue working down the chain until you find the server that has the stale
cache.
Are you definitely sure that the authoritative servers for the domain have
the correct IP address for the host name? If you don't sort those out first,
then the caches will be updated with the wrong information again. You
mentioned that public browsers get the correct IP address, so I'm guessing
these are correct, but there's always a chance that the public are getting
the IP from say the primary DNS server for your domain, and your internal
users are picking up from a secondary, and the secondary has been updated
correctly because the SOA record in the primary wasn't updated.
Dan