question

MKratel-1973 avatar image
0 Votes"
MKratel-1973 asked LimitlessTechnology-2700 answered

Unable to add DHCP Scope: Scope parameters are incorrect

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-dns
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

barzinhosseini avatar image
0 Votes"
barzinhosseini answered barzinhosseini edited

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LimitlessTechnology-2700 avatar image
0 Votes"
LimitlessTechnology-2700 answered

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://docs.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–

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.