Clik here to view.

The DHCP Server service automates the configuration of TCP/IP on DHCP clients, providing essential information to computers when connecting to an IP network. In this Comprehensive Guide to Install DHCP Server on Windows Server 2022, we will discuss the post configuration as well as configuring the DHCP Scope. Please see how to create and delete a DHCP reservation in Windows Server 2019 and How to configure DHCP Server option 60, 66, and 67 for Windows Deployment Services.
Also, see “How to backup and restore a Windows DHCP Server via the DHCP Manager and PowerShell, how to install DHCP role on Windows Server 2019, and how does Dynamic Host Configuration Protocol work.
Install DHCP Server Role
Log in to your Windows Server machine and launch the Server Manager. In Server Manager, click on “Manage” from the top-right menu and select “Add Roles and Features.”
Clik here to view.

This will open the Add Roles and Features Wizard. You can check the button never to show the before you begin page. Click Next to proceed.
Clik here to view.

Choose “Role-based or feature-based installation” and click Next.
Clik here to view.

Select the right server from the Pool and click next to proceed
Clik here to view.

Select “DHCP Server” from the list of roles
Clik here to view.

You will be prompted to add the “Remote Server Administration Tools”. Click “Add features”.
Clik here to view.

As you can see, the DHCP Server role has been selected. Click Next to proceed
Clik here to view.

This is just informational. Please read and click “Next.”
Clik here to view.

On the confirmation page, I have the habit of selecting “restart the destination server automatically if required”. You will be prompted to confirm. When done, click on the “Install” button.
Clik here to view.

The installation is in progress and you can safely close his add roles and features wizard and monitor the progress from the Server manager overview window.
Clik here to view.

DHCP Post Configuration
Note: A post-installation of DHCP is required, see the following article on Configuring DHCP: Post-deployment of Dynamic Host Configuration Protocol, see “Post-deployment of Dynamic Host Configuration Protocol“.
From the notification icon as shown above. Click on complete DHCP configuration.
Clik here to view.

This will open the DHCP Post-Install Wizard as shown below
Clik here to view.

Authorisation in ADDS
Note: Choose Skip AD authorisation if your server is on a workgroup. In my case, it is not in a workgroup but rather in a domain environment.
I will select the default as the DHCP server is part of the Domain. Click on Commit.
Clik here to view.

You can now close the “DHCP Post Install Configuration Wizard”.
Clik here to view.

Configure DHCP Scope
navigate back to Server Manager, Click on Tools and Select DHCP. This will open the DHCP Configuration Window. Alternatively, Click on the “DHCP” server, and under the servers, right-click and select “DHCP Manager”.
Clik here to view.

Right-click on “IPv4” and select “New Scope.” This will open the New Scope Wizard. Alternatively, select the IPv4 and on the “Action” pane, select “New Scope”.
Clik here to view.

On the New Scope wizard, click Next to proceed.
Clik here to view.

Enter a name and description for your scope and click “Next.”
Clik here to view.

Enter the IP address range for the scope. This includes the start and end IP addresses. Click “Next” when complete.
Clik here to view.

No exclusions for now, click Next to proceed. Here you could you can reserve some IPs’ in the range server that will require static IP addresses such a printer, routers etc.
Clik here to view.

Set the lease duration for IP addresses in this scope. The default is 8 days, but as you can see below, I have adjusted to 30 days. Click “Next.”
Clik here to view.

If you wish to configure any additional DHCP options you require, such as default gateway, DNS servers, etc. Click “Next” to proceed.
Clik here to view.

Enter the Default Gateway and click on Add. When complete, click next to proceed.
Clik here to view.

The below information is automatically filled out in a domain environment. If you wish to add more IP Addresses, enter it and click add.
Clik here to view.

Wins Server Field
You can populate the Wins Server fields as well. Click Next to proceed.
Clik here to view.

On the Activate Scope window, select “Yes, I want to activate this scope now” and clcik Next.
Clik here to view.

Click on Finish to complete the DHCP Server Setup.
Clik here to view.

As you can see from the DHCP Manager, we have installed and configured a DHCP server on Windows Server 2022. This includes creating and activating a scope.
Clik here to view.

I hope you found this comprehensive guide to Install DHCP Server on Windows Server very useful. Please feel free to leave a comment below.
The post Comprehensive Guide to Install DHCP Server on Windows Server appeared first on TechDirectArchive.