News
3 new Serverspace GPT API Language Models available now!
JT
November 29 2024
Updated July 1 2025

How to Reserve an IP Address in Windows DHCP Server

Windows

As network segments expand, infrastructure scales up, and the number of connected devices continues to grow, the need to automate network configuration for endpoint devices has become more critical than ever.

Traditionally, each user had to manually configure their network settings, including IP addressing, often leading to errors and IP address conflicts. Today, this issue is efficiently resolved by the DHCP protocol, which automates IP assignment and ensures conflict-free configuration across the network.

What is DHCP?

DHCP is a dynamic host configuration protocol on devices that transmits IP address, gateway, netmask, and additional settings like DNS. Of course, security measures should be strengthened when using it, as it has no means of authenticating the node itself or differentiating access. DHCP algorithm meaning:

DHCP
Screenshot №1 — DHCP

Why do you need to reserve an ip address already issued by the DHCP service? The point is that the service allows you to use it for rent, for a certain period of time. If the node in the required period does not respond, the address will be considered free and will be assigned to a new user. Which is not good from a security point of view, because it is difficult to detect the attacker below the level at which the domain is working. Therefore, it is important to keep an up-to-date report with IP numbers received via DHCP, which will be automatically configured and assigned to employees.

How do I configure DHCP address reservation for existing clients?

Let's go to the DHCP-server control panel, where we will select the desired one and go to the Address Leases tab.

Reservation
Screenshot №2 — Address Leases

It lists all the addresses in the lease, find the desired device, and by right-clicking add the address behind the desired MAC address to the reservation.

New reservation
Screenshot №3 — New reservation

To remove the entry, you need to go to the reservation tab and delete the folder with the required IP address:

Deletion of record
Screenshot №4 — Deletion of record

The device will then be able to get a new address again, but it will not be hardcoded to the device.

How do I configure DHCP address reservation for new clients?

To do this, right-click Reservation -> New Reservation and set the IP address in a new window, having previously secured the required MAC address of the device. It can be viewed on the endpoint machine itself with the command in the terminal:

ipconfig /all

Or in Linux similar systems command:

ip a
MAC
Screenshot №5 — MAC

After the reservation is created, a new entry will appear on the DHCP server containing the associated MAC and IP addresses. The deletion process is identical to removing a reservation for an existing client. However, since DHCP relies on broadcast messages — which can be exploited by attackers — it's essential to protect your server using DHCP snooping. We cover this security measure in more detail in our dedicated article.

If you don't have sufficient resources than you can perform actions on powerful cloud servers. Serverspace provides isolated VPS / VDS servers for common and virtualize usage.

Create Server
Screenshot №6 — Create Server
Vote:
5 out of 5
Аverage rating : 5
Rated by: 1
33145 North Miami, FL 2520 Coral Way apt 2-135
+1 302 425-97-76
700 300
ITGLOBAL.COM CORP
700 300

You might also like...

We use cookies to make your experience on the Serverspace better. By continuing to browse our website, you agree to our
Use of Cookies and Privacy Policy.