JSI Tip 10041. How can I configure my DHCP server to delete expired records more often, making room for new IP addresses?

Jerold Schulman

January 9, 2006

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

The default DatabaseCleanupInterval varies based upon the installed operating system.

My Windows Server 2003 DHCP server deletes expired records every 24 hours (1440 minutes).

Using REG.EXE, built into Windows Server 2003, or installed from the Windows 2000 Support Tools, you can set the number of minutes between purges of the expired records from the DHCP client information database:

1. Open a CMD.EXE window.

2. Type:

REG ADD HKLMSYSTEMCurrentControlSetServicesDhcpServerParameters /V DatabaseCleanupInterval /T REG-DWORD /F /D Minutes

and press Enter, where Minutes is the number of minutes between purges of expired records.



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