JSI Tip 1779. DHCP client takes 5 minutes to get an address?

Jerold Schulman

November 4, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

When a client restarts, it tries to renew/discover it's previously owned address. If it does not receive a response, it waits 5 minutes before attempting to discover a new address.

To resolve the problem, first upgrade to Service Pack 6 (SP6).

Use Regedt32 to navigate to:

HKEY_LOCAL_MachineSystemCurrentControlSetServicesDhcpParameters

On the Edit menu, Add Value name DhcpUseLargeNumberOfRequests, a type REG_DWORD. Set the data value to 1.

Prior to upgrading and setting the registry entry, the client can try to workaround this issue by typing:

ipconfig /release
ipconfig /renew

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like