How to Flush DNS: Difference between revisions

From Prime Wiki
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 4: Line 4:
cmd
cmd
ipconfig /flushdns
ipconfig /flushdns
[[File:FlushDNS.png|thumb|FlushDNS]]
[[File:PingWin.png|thumb|Ping]]


Ubuntu Linux:
Ubuntu Linux:
Line 25: Line 28:


==External links==
==External links==
*[http://www.osspl.com/contact Contact Helpdesk]
*[https://h.osspl.com/ Contact Helpdesk]


[[Category: About]]
[[Category: About]]

Revision as of 09:18, 9 August 2021

On Windows XP; Vista; 7; 8; 8.1; 10

Press the Windows+R key combination in order to open the Run dialog box. Type the following command and click the OK button: cmd ipconfig /flushdns

FlushDNS
Ping

Ubuntu Linux: sudo service network-manager restart

Other Linux: sudo /etc/init.d/nscd restart

Mac OS Sierra / Mavericks / Mountain Lion: sudo killall -HUP mDNSResponder

Mac OS X Yosemite: sudo discoveryutil udnsflushcaches

Mac OS X Snow Leopard: sudo dscacheutil -flushcache

Mac OS X Leopard and below: sudo lookupd -flushcache


External links