Burke Knight Posted November 5, 2016 Share Posted November 5, 2016 How to flush DNS cache in Linux / Windows / MacFlush dns to get a new name resolution. Also flush dns cache when you can't access a newly registered domain name. You can simply flush your dns cache anytime to get new entry. So, Flush your dns cache now.To flush DNS cache in Microsoft Windows (Win XP, Win ME, Win 2000, Win 98): - Start -> Run -> type cmd - in command prompt, type ipconfig /flushdns - Done! You Window DNS cache has just been flush.How to clear DNS cache in Vista & Windows 7:1. Click the Microsoft Vista Start logo in the bottom left corner of the screen2. Click All Programs3. Click Accessories4. RIGHT-click on Command Prompt5. Select Run As Administrator6. In the command window type the following and then hit enter: ipconfig /flushdns7. You will see the following confirmation:Windows IP ConfigurationSuccessfully flushed the DNS Resolver Cache.How to clear DNS cache in Windows 8, 8.1 and 10:You need to open an administrative command prompt windows. In Windows 8, to do so, Press Win+C in combination to bring up the 'Charms bar'. In its search box, type cmd. Then, right-click on it and choose 'Run as administrator option. Alternatively you can also open an elevated command prompt from the WinX menu.Next, type the following and hit enter:ipconfig /flushdnsYou should be able to see a confirmation dialog window: Windows IP Configuration. Successfully flushed the DNS Resolver Cache. To flush the DNS cache in Linux, restart the nscd daemon: - To restart the nscd daemon, type /etc/rc.d/init.d/nscd restart in your terminal - Once you run the command your linux DNS cache will flush. On newer versions of Linux you may need to use: /etc/init.d/nscd restartTo flush the DNS cache in Mac OS X: - type lookupd -flushcache in your terminal to flush the DNS resolver cache. ex: bash-2.05a$ lookupd -flushcache - Once you run the command your DNS cache (in Mac OS X) will flush. Newer versions of MacOS X should use the following command: type dscacheutil -flushcache Quote Link to comment Share on other sites More sharing options...
xayan123 Posted July 21, 2017 Share Posted July 21, 2017 Great post, thanks! Quote Link to comment Share on other sites More sharing options...
DeluxeHost Posted July 26, 2017 Share Posted July 26, 2017 On 11/5/2016 at 5:34 PM, BurkeKnight said: How to clear DNS cache in Windows 8, 8.1 and 10:You need to open an administrative command prompt windows. In Windows 8, to do so, Press Win+C in combination to bring up the 'Charms bar'. In its search box, type cmd. Then, right-click on it and choose 'Run as administrator option. Alternatively you can also open an elevated command prompt from the WinX menu.Next, type the following and hit enter:ipconfig /flushdnsYou should be able to see a confirmation dialog window: Windows IP Configuration. Successfully flushed the DNS Resolver Cache. For windows I know another method. ------------------------------------------------------------- First press Win+R to open up Run app(command). Then just type in ipconfig /flushdns (remember to add a space before the slash(/) ) then just press enter. If you did everything correctly a black window should pop-up and close immediately. Hope this helped! If it did leave a like! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.