How do I Flush my DNS Cache
From Free Hosting Wiki
(Difference between revisions)
[unchecked revision] | [unchecked revision] |
DeadBattery (Talk | contribs) (Created page with "===== XP And Below: ===== * Go to start->run. * Type in "cmd" without the quotes. * At the command prompt type "ipconfig /flushdns" again without quotes. ===== Vista And Above:...") |
(wikify fmt) |
||
Line 1: | Line 1: | ||
− | ===== XP And Below | + | == Windows == |
+ | |||
+ | === XP And Below === | ||
* Go to start->run. | * Go to start->run. | ||
* Type in "cmd" without the quotes. | * Type in "cmd" without the quotes. | ||
− | * At the command prompt type | + | * At the command prompt type |
+ | ipconfig /flushdns | ||
− | + | === Vista And Above === | |
− | + | ||
* Click on start->All Programs->Accessories | * Click on start->All Programs->Accessories | ||
* Right click on the command prompt and pick run as administrator. | * Right click on the command prompt and pick run as administrator. | ||
− | * At the command prompt type | + | * At the command prompt type |
+ | ipconfig /flushdns | ||
− | + | == Linux (Generic) == | |
− | + | ||
* Open a root terminal or use sudo (in ubuntu or similar systems) with the following command: | * Open a root terminal or use sudo (in ubuntu or similar systems) with the following command: | ||
− | + | /etc/rc.d/init.d/nscd restart | |
+ | == Mac == | ||
− | === | + | === OSX 10.5.1 and before === |
* Use the following command in a terminal window: | * Use the following command in a terminal window: | ||
− | + | lookupd -flushcache | |
− | + | === OSX Leopard === | |
− | === | + | |
* Use the following command in a terminal window: | * Use the following command in a terminal window: | ||
− | + | dscacheutil -flushcache | |
− | + | ||
'''You will need to restart your browser.''' | '''You will need to restart your browser.''' | ||
[[Category:KB]] [[Category:Tutorials]] | [[Category:KB]] [[Category:Tutorials]] |
Revision as of 17:28, 4 August 2010
Contents |
Windows
XP And Below
- Go to start->run.
- Type in "cmd" without the quotes.
- At the command prompt type
ipconfig /flushdns
Vista And Above
- Click on start->All Programs->Accessories
- Right click on the command prompt and pick run as administrator.
- At the command prompt type
ipconfig /flushdns
Linux (Generic)
- Open a root terminal or use sudo (in ubuntu or similar systems) with the following command:
/etc/rc.d/init.d/nscd restart
Mac
OSX 10.5.1 and before
- Use the following command in a terminal window:
lookupd -flushcache
OSX Leopard
- Use the following command in a terminal window:
dscacheutil -flushcache
You will need to restart your browser.