//flex table opened by JP

Click to See Complete Forum and Search --> : DHCP Questions


AnitaClark
08-23-2005, 07:41 PM
1.) How is DHCP lease obtained from a laptop or desktop?

2.) How can you force the client to give up the DHCP lease if you have access to the client PC?

Midknyte
08-23-2005, 07:51 PM
1) The DHCP client requests an IP from the DHCP server. The server will lease the IP to the client.

DORA - discover offer request acknowledge

2) you can just release the IP. you didn't specify OS, so I'm guessing xp.

run cmd - ipconfig /release

Is this for Network+ class or something?