Jump to content

Renew IP in Windows Console

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
In Windows, what is the command to release and renew my IP address?

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
You can use ipconfig.

To renew:
ipconfig /renew

To release:
ipconfig /release <adapter>


#3
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
v0id said it right. I had to do this just the other day.

#4
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
Easy enough, thanks!

#5
yeyeye

yeyeye

    Newbie

  • Members
  • Pip
  • 1 posts
Hello all, i'm new in this forum.
I would like to ask how can i change my ip address that i've got from dhcp server. I already use


ipconfig /renew


but i still getting the same ip address.
Thanks before.

#6
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
Contact whoever is in charge of the DHCP server, I believe this is the only way.

#7
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
If its a university DHCP server, it most likely keeps an index and assigns by mac address - contact your IT local. If its the DHCP system in your router, using an improved OS like DD-WRT will allow you to manually assign IP's.