tips:win:dhcpcontrols
Differences
This shows you the differences between two versions of the page.
tips:win:dhcpcontrols [2009/06/08 16:05] – created erik | tips:win:dhcpcontrols [2009/06/10 08:31] (current) – 15.251.201.73 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== DHCP Controls ====== | ||
+ | To view the current IP address, etc.: | ||
+ | |||
+ | ipconfig /all | ||
+ | |||
+ | To release the current IP address: | ||
+ | |||
+ | ipconfig /release | ||
+ | |||
+ | To renew the IP address: | ||
+ | |||
+ | ipconfig /renew | ||
+ | |||
+ | To refresh DHCP and re-register DNS: | ||
+ | ipconfig / |