DNS Cache - Command?

  • Thread starter Thread starter Andy
  • Start date Start date
In
Andy said:
Hi,

Anyone know the command to clear your DNS cache?

Cheers.

The client cache:
ipconfig /flushdns

The DNS server service cache:
rt-click your DNS server name, select "clear cache".

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS IS" with no warranties.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
To clear a DNS client cache (on W2K, XP or 2003) run "ipconfig /flushdns"

To clear a DNS Server cache run "dnscmd /clearcache" or use the DNS tool to
clear the cache. To do this, follow these steps:

1. Start the DNS tool. To do this, click "Start", point to
"Administrative Tools", and then click "DNS".

2. Under "DNS", right-click the server where you want to clear the cache,
and then click "Clear Cache".

Or simply restart the DNS service.


--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
When Ipconfig /flushdns fails, try "net stop dnscache" and "net start
dnscache". Never fails :)

--
Sincerely,

Dèjì Akómöláfé, MCSE MCSA MCP+I
www.akomolafe.com
www.iyaburo.com
Do you now realize that Today is the Tomorrow you were worried about
Yesterday? -anon
 
Back
Top