Linux DNS flush
how to flush your DNS and clear DNS cache in linux
get a console and type this command
sudo /etc/init.d/nscd restart
or
sudo service nscd restart
if thats fails, try those
sudo /etc/init.d/dnsmasq restart
or
sudo /etc/init.d/named restart