Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Configuring DHCP Scope: Post-deployment of Dynamic Host Configuration Protocol

Posted on 10/05/202006/09/2026 Christian By Christian 2 Comments on Configuring DHCP Scope: Post-deployment of Dynamic Host Configuration Protocol
  1. Home
  2. Windows Server
  3. Configuring DHCP Scope: Post-deployment of Dynamic Host Configuration Protocol
A visual representation of servers with the acronym DHCP prominently displayed, along with a diagram illustrating the DHCP process, including client-server interactions.

A DHCP Server assigns IP addresses to client computers. This is very often used in enterprise networks to reduce configuration efforts. All IP addresses of all computers are stored in a database that resides on a server machine. In this article, we shall discuss “Configuring DHCP Scope: Post-deployment of Dynamic Host Configuration Protocol”. For more information on DHCP, see the following guides on how to automatic IP Assignment: Dynamic Host Configuration Protocol (DHCP), see “how does Dynamic Host Configuration Protocol work” and “how to install Dynamic Host Configuration Protocol on Windows Server 2019“.

As you can see from the image below, merely installing the DHCP role does not complete the DHCP configuration. Also as you can see on the Server, “DHCP” as one of the options on the left pane of the window. 

Complete DHCP Configuration

Step 1: DHCP Post Installation

From the notification icon as shown above. Click on complete DHCP configuration. This will open the DHCP Post-Install Wizard as shown below

Screenshot of the DHCP Post-Install configuration wizard displaying the 'Description' section with steps for DHCP Server configuration and security group creation.

On this page of the Wizard, you are presented with three options. You can proceed with the Administrator’s credentials, an alternate user’s credentials and also AD Authorization. If your server is standalone and is not in any Active Directory Domain, then choose “Skip AD authorization” radio.

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.

Screen displaying the DHCP Post-Install configuration wizard, highlighting the Authorization section where user credentials are specified for authorizing a DHCP server in Active Directory Domain Services.

Next, navigate back to Server Manager, Click on Tools and Select DHCP. This will open the DHCP Configuration Window as shown below

Server Manager interface displaying the DHCP tool, showing server details like name and IPv4 address.

Alternatively, the DHCP Manager can be launched in the following ways.

Click on the “DHCP” server, and under the servers, right-click and select “DHCP Manager”.

Screenshot of Windows Server Manager displaying the DHCP section, with the server name 'TECHARCHIVE' and IPv4 address '192.168.0.2'. Options for managing DHCP are highlighted.

This will open DHCP Configuration Window as shown below

DHCP server options configuration window showing parameters such as IP addresses, default gateways, WINS servers, and DNS servers.

Step 2: DHCP Scope Creation and Configuration

On the left pane of the window, expand the drop-down as shown above. Right-click on “IPv4” then choose “New Scope“.

A new scope wizard window will pop up as shown below. Click “Next“

Screenshot of the DHCP management interface showing the 'New Scope...' option highlighted under the 'Server Options' menu.

On the “New Scope Wizard”, click on Next

Screenshot of the New Scope Wizard interface, featuring a welcome message and instructions to set up a scope for distributing IP addresses, with a prominent 'Next' button highlighted.

Enter a “Scope Name” and “description” as shown below

Screenshot of the 'New Scope Wizard' in a network configuration tool, displaying fields for 'Name' and 'Description' with example entries: 'Image Installation|LAN' and 'scope created for WDS'.

Input your start IP Address and end Address as shown below, Length and Subnet Mask and then click on “Next” as shown below

Configuration window for setting up IP address range in a DHCP server, showing fields for start and end IP addresses along with settings for length and subnet mask.

On the “Add Exclusion and Delay Page”, you can reserve some IPs’ in the range server that will require static IP addresses such a printer, routers etc.

Note: You can set the delays in milliseconds.
screenshot 2020 05 10 at 19.26.23
screenshot 2020 05 10 at 19.28.09 1
screenshot 2020 05 10 at 19.28.09 1

Lease duration is the time the DHCP Server will give a specific computer or client an IP before changing it or giving it another IP address when the server connects to the network again.

– I have set mine to 24 days, you can set yours to a specific duration.
– Click on Next.

Screenshot of the New Scope Wizard in a DHCP configuration interface showing the Lease Duration settings with fields for days, hours, and minutes, highlighting a duration of 24 days.

On this page, click “Next” in order to configure the DHCP Options as shown below

Screenshot of the New Scope Wizard in a DHCP configuration interface, prompting the user to configure DHCP options with options to proceed or configure later.

Set Default Gateway of the Subnet

Enter the Default Gateway of the Subnet as shown below.  Enter the right Default Gateway address that the clients will be assigned during lease time.

Click Add and click on Next as shown below

screenshot 2020 05 10 at 19.35.37
screenshot 2020 05 10 at 19.36.15

Enter the DNS information

Most times, this information is automatically filled out in a domain environment.

Note: DNS is very vital because it helps in resolving FQDN to IP Address. Click on Next

Screenshot of the New Scope Wizard in DNS settings, displaying fields for entering the parent domain 'techdirect.local' and configuring DNS server IP addresses.

WINS Server

This step is Optional. If you would like to use WINS Server in your environment, then input the details in this step and Click on Next.

For me, I will leave this blank and click on next.

WINS Servers configuration screen in a Windows application, featuring input fields for server name and IP address, along with buttons to add, remove, and navigate.

Activate the scope

If you would like to activate the scope immediately, select, “Yes, I want to activate the scope now“

If you would wish to activate it later, choose the second radio option.

Screenshot of the 'New Scope Wizard' with options to activate a scope now or later, highlighting the 'Yes, I want to activate this scope now' option and the 'Next' button.

Now the scope creation is complete for the DHCP Server Configuration.

Interface of the New Scope Wizard indicating completion, with a message confirming successful setup and instructions to finalize by clicking 'Finish'.

As we can see now from the DHCP Manager console, the scope is now active and the configs are present as it appears on the console as shown below.

Screenshot of a DHCP server interface showing server options, including configuration parameters for DHCP clients and instructions for modifying scope options.

Note: If you have segmented your LAN/Network into VLANS, simply create other scopes as shown above for those VLANS then configure your router to get IPs’ from the DHCP Server accordingly.

FAQs on Post-deployment of Dynamic Host Configuration Protocol

How can I optimize DHCP Server performance after Setting it up?

To optimize DHCP Server performance, please follow these suggestions below
1: Shorter lease times can help manage IP address allocation more efficiently.
2: When working with multiple subnets, configure DHCP relay agents to forward DHCP requests to the appropriate DHCP server.
3: Remove expired leases and duplicate IP addresses to free up resources.
4: Ensure your DHCP server has adequate network resources such as CPU, Memory etc.

I am out of available IP addresses in my DHCP pool after deployment. What can I do?

1: Increase the size of your DHCP address pool to accommodate more devices.
2: Try reducing the lease times as this will result in faster IP address turnover. Thereby, freeing up addresses more quickly.
3: Create smaller subnets to distribute the load and allocate IP addresses more efficiently.
4: You may consider transitioning to IPv6 as it offers larger address space compared to IPv4.

How can I protect my DHCP against unauthorized access and attacks?

1: You can achieve this by using DHCP server authorization. In this way, only authorized DHCP servers will be allowed on your network. This can be configured in Active Directory to prevent rogue DHCP servers.
2: Enable DHCP snooping on managed switches. This will prevent DHCP-related attacks, such as rogue DHCP servers or IP spoofing.
4: Implement segmentation by using VLANs to segment your network and restrict DHCP traffic to authorized segments only.
5: Frequently update and apply patches to your DHCP servers. This will mitigate known vulnerabilities.

How do I troubleshoot DHCP after deployment?

The first point of contact would be from the DHCP logs.

I hope you found this blog post helpful on “Configuring DHCP Scope: Post-deployment of Dynamic Host Configuration Protocol”. If you have any questions, please let me know in the comment session.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Windows Server Tags:DHCP, DHCP Server, Dynamic Host Configuration Protocol, TCP/IP, Windows Server 2016

Post navigation

Previous Post: How to install DHCP role on Windows Server 2019
Next Post: How to record the screen of macOS

Related Posts

  • WhatsApp Image 2022 02 20 at 4
    How to use Postman for your POST Request Web Server
  • settings app not working featured 800x400 1
    How to search through the Windows registry Windows Server
  • how to update WinPE Boot Images with Windows UEFI CA Cert e1778595575234
    Update WinPE Boot Images with Windows UEFI CA Certificates [Part 2] Windows Server
  • dns records
    What are the different types of DNS Records Windows Server
  • 0318 4
    Active Directory Authentication methods: How do Kerberos and NTLM work Windows Server
  • Enale FIPS compliance mode on Windows
    How to enable FIPS mode on Windows Server Oracle/MSSQL/MySQL

More Related Articles

WhatsApp Image 2022 02 20 at 4 How to use Postman for your POST Request Web Server
settings app not working featured 800x400 1 How to search through the Windows registry Windows Server
how to update WinPE Boot Images with Windows UEFI CA Cert e1778595575234 Update WinPE Boot Images with Windows UEFI CA Certificates [Part 2] Windows Server
dns records What are the different types of DNS Records Windows Server
0318 4 Active Directory Authentication methods: How do Kerberos and NTLM work Windows Server
Enale FIPS compliance mode on Windows How to enable FIPS mode on Windows Server Oracle/MSSQL/MySQL

Comments (2) on “Configuring DHCP Scope: Post-deployment of Dynamic Host Configuration Protocol”

  1. Avatar photo Dan says:
    22/07/2020 at 5:34 PM

    I’ve noticed a DC I’ve taken over still hasn’t completed the Wizard, what are the implications of this?

    Log in to Reply
    1. chris Christian says:
      22/07/2020 at 5:39 PM

      There is actually no implication whatsoever. DHCP is not configured (authorized to handout IP). Is this what you mean?

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • Prevent Local Administrators from turning off BitLocker 1
    Prevent Local Administrators from managing BitLocker with the manage-bde command Windows
  • windows update 03
    How to automate Windows Update with PowerShell Scripts
  • ssl
    SSL Encrypted Communications explained Web Server
  • OpenVz
    OpenVZ template on Proxmox Server: How to Guide Virtualization
  • ztre23fsas
    Grant or Deny Microphone Access on Mac Mac
  • windows 10 2018 insider wallpaper
    How to create an Environment variables in Windows Windows
  • Convert OST to PST
    How to install and work with Stellar Converter for OST Reviews
  • Screenshot 2022 04 25 at 16.46.34
    Hide YouTube Subscriber Count: Privacy for Channel Subscriptions JIRA|Confluence|Apps

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.