IP address Logo

BOOKMARK

 
     
 

Content » Easy step to renew, release, reset IP address

 
     
     
Follow the steps below to renew or release IP address of your computer.
1) First open command prompt.
2) Type ipconfig (without quotes). It shows you information about ip of your computer.
3) If you find that you have to release current IP address then type ipconfig /release.
4) And type ipconfig /renew it assigns you a new IP.
Best method is using a handy tool IP Conflict Resolver. it acts for root level to reset or release IP Address US $ 0.99

Following code also may help you if "ipconfig /release" doesn't work, and you don't want to buy IP Conflict resolver then try following method.
1) Create a text file with name IP.txt
2) Open the text file with notepad and paste following script
 
     
  On Error Resume Next
Dim AdConfig
Set AdConfig = GetObject("winmgmts:Win32_NetworkAdapterConfiguration)
If AdConfig.ReleaseDHCPLeaseAll = 1 Then
MsgBox "IP address Released!"
Else
MsgBox "Release failed!"
End If
If AdConfig.RenewDHCPLeaseAll = 1 Then
MsgBox "IP address Renewed!"
Else
MsgBox "Renew failed!"
End If
Set AdConfig = Nothing
 
     

2) Save file
3) Rename file IP.txt into IP.vbs
4) Now script is ready open double clicking the file. It will renew your IP address.
5) Save the file for future and Enjoy!

 

Was this information useful to you? Yes | No | Somewhat
 

 
 

NOTE : Softwares, services and ways to tackle the IP problems keeps on changing. ISPs, countries are actively looking at these kind of services to be blocked, to suppress freedom of expression, to prevent news and other factors, You may not get these same services available to you tomorrow what is available today to stay informed about new techniques join our newsletter today.

 
   
 

©2005 AboutIP.info - Easiest and fastest way to find your IP address