Home » General, Security, Tutorials

How to: Change your IP adress

27 March 2008 3 Comments



If you get your IP blocked somewhere and you don’t like it, then this can be pretty useful.

One way is to just turn off your router for some time, but most people don’t have static IP routers and this won’t help.

If that didn’t help, then you have to renew your IP using windows’ command prompt.

1. Type cmd into the run box from the start menu.
2. Type ipconfig into the command prompt. This will show you basic info about your IP address.
3. Type ipconfig /release. This will remove your current IP.
4. Type ipconfig /renew, and you will be presented with a new IP address!

You can also make a .bat program to execute these commands when opened.
To do this, open notepad and write all the commands on a separate line and save it onto your desktop as ip_renewer.bat. Make sure you choose All files when saving it.

It should be like this:

ipconfig
ipconfig /release
ipconfig /renew
pause

(Tip: If you want to see your IP info and stop the renewer program from closing itself, type pause after the commands.)

More Cool Windows XP tips & tricks HERE

3 Comments »

  • erickia said:

    your blog look nice, keep the good work and i will be back soon

  • David said:

    Thanks. Now the forums can’t keep me out. lol

  • Chris said:

    There is a nice tool for windows called IP Changer http://www.ipchange.net it’s 100% free, fast and small. Please note this isn’t spam i think it’s relevant to the topic

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.