+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Flushing your DNS in Windows XP

  1. #1
    tnl2k7 is offline Banned tnl2k7 is an unknown quantity at this point
    Join Date
    Nov 2007
    Location
    #offtopic ;)
    Posts
    3,131

    Flushing your DNS in Windows XP

    Flushing your DNS in Windows XP

    When you change the configuration of a domain, Windows can fall behind because of the way it caches domains as you use them. Naturally this speeds up web browsing because you don't have to resolve domains every time you want to visit the site; but it does cause issues sometimes. Flushing your DNS cache involves forcing Windows to delete these entries. It may sound complicated, but in reality it only takes two ticks. Here's some simple instructions your nan would understand, with explanations and images.

    Before you ask, I'll write a guide for Windows Vista shortly. I've written the Windows XP one first because most people use XP, and I haven't got a Vista virtual machine set up yet.

    Before you start, you may want to close all your open applications that may be using the web. This may cause them to go a bit mental. You may also want to disable your security applications, some over protective firewalls may prevent this from working.

    And, you'll need to login to see the images.
    1. Click the 'Start' button, we'll be needing the Start menu for this.
    2. Click 'Run...', so we can open Command Prompt.
    3. Type 'cmd' without the quotes, and click 'OK'.
    4. In the resulting Command Prompt window, type 'ipconfig /flushdns' without the quotes, and hit 'Enter' on your keyboard. This is the command that flushes Windows' cache of domain names, other than a couple of core ones that it requires to function properly.
    5. You should see something that looks like the stuff in the image below. Congratulations, you're done!

    Well, there you have it. Now you should be able to view the site that resides on the domain whose properties you just fiddled with. Bear in mind that Windows will build this cache back up again over time, but you shouldn't need to flush it all out for quite some time.

    -Luke.
    Attached Thumbnails Attached Thumbnails Flushing your DNS in Windows XP-flushdns2.png   Flushing your DNS in Windows XP-flushdns3.png   Flushing your DNS in Windows XP-flushdns4.png   Flushing your DNS in Windows XP-flushdns5.png  
    Attached Images  
    Last edited by tnl2k7; 06-16-2008 at 11:27 AM. Reason: Fixed something

  2. #2
    sunils's Avatar
    sunils is offline x10 Spammer sunils is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Chennai ,India
    Posts
    2,264

    Re: Flushing your DNS in Windows XP

    Thanks for that tutorial. Now i can redirect people to this thread who report problem that their site doesnot show up.
    [LEFT][B]Sunil Sankar
    -------------------------------------------------------------------------

  3. #3
    hamsn's Avatar
    hamsn is offline x10 Lieutenant hamsn is an unknown quantity at this point
    Join Date
    Mar 2008
    Location
    Earth™
    Posts
    290

    Re: Flushing your DNS in Windows XP

    hey good tutorial
    will this also refresh ip address?
    i have seen some similar sort of things ppl do to overcome rapidshare time limit and ip download limit

    is this the one or whats that?
    I Rise, You fall.

  4. #4
    sunils's Avatar
    sunils is offline x10 Spammer sunils is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Chennai ,India
    Posts
    2,264

    Re: Flushing your DNS in Windows XP

    No, it doesnot refresh/reassign new ip address. for that you have to use.
    ipconfig/release-->for releasing the current ip address
    ipconfig/renew -->for getting new ip address from the DHCP
    [LEFT][B]Sunil Sankar
    -------------------------------------------------------------------------

  5. #5
    hamsn's Avatar
    hamsn is offline x10 Lieutenant hamsn is an unknown quantity at this point
    Join Date
    Mar 2008
    Location
    Earth™
    Posts
    290

    Re: Flushing your DNS in Windows XP

    well thanks for it
    i wanted to confirm it, because many time i failed getting errors

    Thank you Sunil
    I Rise, You fall.

  6. #6
    sunils's Avatar
    sunils is offline x10 Spammer sunils is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Chennai ,India
    Posts
    2,264

    Re: Flushing your DNS in Windows XP

    If you have admin rights you will have no problem working with those commands
    [LEFT][B]Sunil Sankar
    -------------------------------------------------------------------------

  7. #7
    tnl2k7 is offline Banned tnl2k7 is an unknown quantity at this point
    Join Date
    Nov 2007
    Location
    #offtopic ;)
    Posts
    3,131

    Re: Flushing your DNS in Windows XP

    This tutorial doesn't change your computer's IP address. it flushes the Windows cache of domains (names of websites which point to IP addresses). If you use a router, you can get a new IP address (provided your ISP uses DHCP) by resetting it. If you use a direct connection (ADSL / Dialup modem) you can restart the PC or use the commands Sunils mentioned above.

    You can see the tutorial on my blog, at http://www.tnl2k7.uk.to/?p=3

    -Luke.

  8. #8
    Eclipse4's Avatar
    Eclipse4 is offline x10Hosting Member Eclipse4 is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    New York
    Posts
    61

    Re: Flushing your DNS in Windows XP

    I want to point something out with your tutorial, it can be done even simpler.
    1. Click the 'Start' button, we'll be needing the Start menu for this.
    2. Click 'Run...'.
    3. Type 'ipconfig /flushdns' without the quotes, and click 'OK'.
    You won't see much after that. You may see the command prompt pop up briefly and disappear but that's it. You're done after you do that.

  9. #9
    tnl2k7 is offline Banned tnl2k7 is an unknown quantity at this point
    Join Date
    Nov 2007
    Location
    #offtopic ;)
    Posts
    3,131

    Re: Flushing your DNS in Windows XP

    Quote Originally Posted by Eclipse4 View Post
    I want to point something out with your tutorial, it can be done even simpler.
    1. Click the 'Start' button, we'll be needing the Start menu for this.
    2. Click 'Run...'.
    3. Type 'ipconfig /flushdns' without the quotes, and click 'OK'.
    You won't see much after that. You may see the command prompt pop up briefly and disappear but that's it. You're done after you do that.
    That's the reason I did it this way. If Windows complains about some service failing to work, you can see what's going wrong and correct it. The ability to view the output from commands is useful, hence the fact it was done this way.

    -Luke.

  10. #10
    GBH187 is offline x10Hosting Member GBH187 is an unknown quantity at this point
    Join Date
    May 2008
    Location
    Victoria, Australia
    Posts
    58

    Re: Flushing your DNS in Windows XP

    Quote Originally Posted by tnl2k7 View Post
    That's the reason I did it this way. If Windows complains about some service failing to work, you can see what's going wrong and correct it. The ability to view the output from commands is useful, hence the fact it was done this way.

    -Luke.


    faster way would be to press the windows key + R which will open the run prompt

    this will reduce the need for a mouse.

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. 300 short cuts of Windows XP
    By goodone in forum Computers & Technology
    Replies: 34
    Last Post: 11-29-2011, 12:12 AM
  2. Useful shortcut keys
    By manzoor in forum Tutorials
    Replies: 11
    Last Post: 04-24-2010, 02:00 AM
  3. Overview of Windows Heart - The Registry
    By Tariqul Islam in forum Tutorials
    Replies: 10
    Last Post: 09-24-2008, 05:03 AM
  4. A nice article on Windows Services
    By sumitmehta in forum Tutorials
    Replies: 6
    Last Post: 05-12-2008, 05:53 AM
  5. Windows Vista Leaked
    By n4tec in forum Scripts & 3rd Party Apps
    Replies: 20
    Last Post: 11-06-2006, 08:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers