Is there a way to make the DHCP server prefer assigning new IPs instead of "recylced" ones?

Anonymous
2024-10-24T08:57:44+00:00

Hi everyone,

does someone know if there is a way to make the DHCP server prefer assigning new IPs to a host instead of recycled ones (IPs after lease expired).
As long as "fresh" IPs are available, of course.

Thanks in advance!

Windows Server Networking

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-10-24T12:04:52+00:00

    Hello,

    As far as I know there is no direct way to configure a DHCP server to always prefer new IPs over recycled IPs. However, there are some strategies you can consider to achieve similar results:

    Adjusting lease durations: By setting shorter lease durations, you can ensure that IP addresses are recycled more frequently. This may help provide new IPs more frequently.

    IP address reservations: You can reserve a range of IP addresses for specific devices. This way, those devices will always get the same IP addresses, while the rest of the pool will be available for new assignments.

    Best Regards

    Zunhui

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-11-12T03:28:48+00:00

    Thanks for the reply!

    0 comments No comments