Terminating a DHCP lease
- March 13, 2014 at 8:48 am
admin- Posted in:
Terminating a DHCP lease
DHCP lease can be either terminated by user or network administrator, or it may expire. Lease termination may be forced when the DHCP server is changed.
On Windows termination is done from Command Prompt by using “ipconfig /release” command. This command will erase all the IP, gateway, and subnet mask data from TCP/IP configuration file.
In order to request new IP data, ...