This shows you the differences between two versions of the page.
tips:win:dhcpcontrols [2009/06/08 09:05] erik created |
tips:win:dhcpcontrols [2009/06/10 01: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 / |