On Thu, 22 Dec 2005 12:43:15 +0000, Shane De Jager wrote > Hi, > > I am running a DNS server on my Windows Server. Our hosting company > has moved our website to new server. The problem is that when i try > to access our website it resolves to the incorrect server. It is > still refering to the IP address of the old server and not the new. > Is there a way to reset the DNS cache or something?
Every zone in DNS has it's Time To Live (TTL) which determines time for which records in this zone are valid and should be cached on the DNS servers. You can clear Your DNS cache with dnscmd command: http://www.windowsitpro.com/Article/ArticleID/41229/41229.html Of course it may be a problem of Your client cache in this case ipconfig /flushdns should help. -- Tomasz Onyszko - [EMAIL PROTECTED] http://www.w2k.pl List info : http://www.activedir.org/List.aspx List FAQ : http://www.activedir.org/ListFAQ.aspx List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
