DHCP Became Full

Anonymous
2024-03-06T13:09:57+00:00

Dears,

I have DHCP Server 2019 and its became full and does not distribute IPs , how Can I delete inactive IPs ?

Thanks.

Windows for business | Windows Server | Networking | Network connectivity and file sharing

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-03-07T08:19:04+00:00

    Hello

    On a DHCP server, inactive IP addresses are typically those that have been assigned but are not being used by clients. In order to release these inactive IP addresses, you can follow these steps:

    1. First, you need to check the lease database on the DHCP server to confirm which IP addresses are unused or expired.
    • Open DHCP Manager. - Navigate to your DHCP scope. - Right-click the scope and select Active Leases. - Here you can see all currently assigned IP leases and their status.
    1. The DHCP service will automatically clean up expired leases. However, if you wish to force a cleanup manually, do the following:
    • Right-click your scope in DHCP Manager and select "Clean Up Expired Registrations in DNS" to sync and clear invalid entries in DNS (if dynamic DNS updates are configured). - To immediately reclaim inactive leases, you can try restarting the DHCP service or run the net stop dhcpserver && net start dhcpserver command to stop and restart the DHCP service. This will force DHCP to purge IP addresses occupied by clients that no longer request renewal.

    Note that in a real-world environment, a DHCP server usually manages a pool of IP addresses very well and automatically reclaims IP addresses when the lease expires. If you find that the IP address pool is exhausted, but there are not actually that many active devices, you may need to further troubleshoot your network environment for IP address conflicts or other issues.

    Best regards

    Zunhui

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-06-21T07:19:57+00:00

    Hi Zunhui,

    the option youre telling about is not available on Server 2022. So can you please show in screens?

    6 people found this answer helpful.
    0 comments No comments