The scopes look fine to me. But you should use the full Range in the Scope
and then trim it down using Exclusions. To me it is more flexible that way.
But the way you have it should not keep it from working.
Example:
DC1:
192.168.14.1 thru 192.168.14.254
10.1.10.1 thru 10.1.10.254 [Ex 10.1.10.155 - 10.1.10.254]
DC2:
192.168.15.1 thru 192.168.15.254
10.1.10.1 thru 10.1.10.254 [Ex 10.1.10.55 - 10.1.10.154]
I would probably follow the same pattern with the 192 segments so that
either DHCP can serve any segment equally. If you lose one DC the remaining
one can keep the LAN going until the other is fixed if it is done fairly
quickly.
Has there changes to the LAN?,...the VLANs Config,...Group Policies?
I have never heard of a DHCP "denying" anything since there is no user
authentication with them anyway,...they work anonymously. You don't even
have to be logged in to a workstation for it to get an address, so there
would not be any user to get "denied".
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
"Chadder" <(E-Mail Removed)> wrote in message
news:1E71EC6B-3837-4707-B969-(E-Mail Removed)...
>I am starting to subnet our network along with vlans. I have 2 DC's that
>are
> also DHCP servers in the same 192.168.x subnet. The core switch is doing
> layer 3 routing with ip helper addressing on the vlans pointing to these 2
> DC's. I had the following DHCP scopes setup
> DC1:
> 192.168.14.1 thru 192.168.14.254
> 10.1.10.55 thru 10.1.10.154
> DC2:
> 192.168.15.1 thru 192.168.15.254
> 10.1.10.155 thru 10.1.10.254
> Things were working fine and then I suddenly cannot get any DHCP renewals
> across the network in any subnet and upon an ipconfig /renew I get an
> "error:
> access denied". As soon as I disabled all the 10.x DHCP scopes everyone
> could get 192.x leases.
> Any ideas? Do the scopes have to be the same range using exclusions
> instead
> of starting at different addresses?