Link to home
Start Free TrialLog in
Avatar of aramirez-1
aramirez-1

asked on

How do I flush the DNS entries on a windows 2003 dns server?

How do I flush the DNS entries on a windows 2003 dns server?
Avatar of jaynir
jaynir
Flag of United States of America image

run
cmd

ipconfig /flushdns

this will flush the DNS.
Avatar of MrAltruistic
MrAltruistic

In the actual DNS server, you have to select the zone and remove the A records that you wish to eliminate.
If you want to turn off DNS caching you can use net stop dnscache command.

If you just want to clear DNS cache you can also use DNSCMD command that will clear the cache.

GO  to RUN
type CMD
ENTER

then type

DNSCMD /clearcache
ASKER CERTIFIED SOLUTION
Avatar of abolinhas
abolinhas
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial