Flush DNS Cache

To flush DNS cache? Easy like that:

# Linux
1) Flush DNS – “Auto”

service nscd restart

2) Flush DNS – “Manual”

service nscd stop
rm /var/db/nscd/*
service nscd start

# Windows
1) Flush DNS

ipconfig /flushdns

For quick referece: http://www.cyberciti.biz/faq/rhel-debian-ubuntu-flush-clear-dns-cache/

Matheus.

One comment

  1. Pingback: Just another post about Flush DNS… | Matheus Boesing DBA

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.