Kitz Forum

Computers & Hardware => Networking => Topic started by: Bowdon on May 12, 2018, 06:26:05 PM

Title: Refreshing LAN IP?
Post by: Bowdon on May 12, 2018, 06:26:05 PM
I know this is a really newb question but, what is the command to refresh a lan ip?

My computer has a lan ip assigned from the dhcp on the router. But how do I release it and have the router assign another lan ip to the computer? I know I could just reboot the computer. But I'm sure there must be a command I can type that will refresh the ip so I don't need to reboot each time?
Title: Re: Refreshing LAN IP?
Post by: sotonsam on May 12, 2018, 06:32:22 PM
Windows PC i guess?

command prompt......ipconfig /release

and then ipconfig /renew
Title: Re: Refreshing LAN IP?
Post by: Weaver on May 22, 2018, 01:47:54 PM
What sotonsam said. That’s what I use. Might want to flush an arp cache somewhere too.

By the way, you can put the commands on the same line if you place an & between each one.