Unable to add DHCP Scope: Scope parameters are incorrect

M Kratel 1 Reputation point
2022-04-14T01:34:50.097+00:00

When trying to add a new scope to our DHCP Manager, I'm receiving the following error:
"The scope parameters are incorrect. Either the scope already exists or its subnet address and mask is inconsistent with the subnet address and mask of an existing scope."

I'd like to add the caveat that I'm not certain the existing scope was properly set up. It was set up years ago by someone who no longer works here. Here are the parameters of the scope I'm trying to add:

Start IP: 172.24.27.1
End IP: 172.24.27.62
Length: 26
Subnet mask: 255.255.255.192

Exclusion: 172.24.27.1

Lease Duration: 8 days

Default Gateway: 172.24.27.1

Here are the properties of the existing Scope:
Start IP: 172.24.31.100
End IP: 172.24.31.104
Subnet Mask: 255.0.0.0
Lease Duration: 1 day

The existing scope is primarily used for dhcp reservations of devices, and I'm not convinced that it is set up properly.

Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,021 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Barzin Hosseini 91 Reputation points
    2022-04-16T07:50:28.22+00:00

    Hello .

    you need to change your new or existing subnet mask:

    Your Scope -> Usable Host IP : 172.24.27.1 - 172.24.27.62
    Existing Scope -> Usable Host IP : 172.0.0.1 - 172.255.255.254

    as you can see these scopes overlap.

    0 comments No comments

  2. Limitless Technology 39,351 Reputation points
    2022-04-20T07:14:45.52+00:00

    Hi there,

    In addition to the error message check the System and DHCP Server service event logs (Applications and Services Logs > Microsoft > Windows > DHCP-Server) for reported issues that are related to the observed problem.

    If you suspect that your existing scope is not set properly you can try to Install and Configure a DHCP Server in a Workgroup by following this article https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/install-configure-dhcp-server-workgroup

    Note that cannot add a DHCP reservation that is outside of the scope distribution range in Windows Server.

    If you receive an error while Modifying an existing DHCP scope ensure that the scope is expanded or contracted both ways or in one direction. Also, modify either the start or the endip address one at a time and immediately apply the changes after each and every change to the start or end ip address of the scope.

    -----------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments