HELLABREAD Support Center

Contact Us

How to flush your DNS cache

Flushing your DNS resolver cache can help resolve many DNS related problems. The TL;DR of flushing DNS is it resets your computer's knowledge of which IPs are associated with which websites/servers, which on occasion can fix weird connection issues. Flushing DNS is different depending on what operating system you use. See below for instructions for Windows, macOS and Linux. In all cases, make sure you have the ability to run commands as an admin on your system. If you do not, contact one of your system admins and ask them to help you.

Windows:

ipconfig /flushdns

macOS:

sudo killall -HUP mDNSResponder
dnscacheutil -flushcache
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

Linux:

sudo /etc/init.d/nscd restart
sudo /etc/init.d/dnsmasq restart
sudo /etc/init.d/named restart
sudo rndc restart
sudo rndc exec
sudo rndc flushname hellabread.net