the way you are doing it is exactly the way I have always done it and I have
never had any trouble with it. The lease peiod is 8 days by default,
meaning it renews every 4 days,...so it would probably take quite a while
(but sooner if clients are rebooted daily) to eat up all the addresses on
one DHCP if the other goes down,..but yes it would eventually happen,...the
idea is to just buy time to get the broken one fix right away. If you get
delayed on repairs just adjust the Exclusion on the remaining one to provide
a few more addresses then put it back to original aferwards.
The only difference I do is that I *always* use the entire IP Range in the
Scope based on the subnet mask, then use Exclusions to mark out the lower
Static Addresses.
It still works your way as well, so it is kind of just a preference I
suppose.
So I would have:
DC1 (with a mask of 255.255.255.0)
Scope: 10.1.5.1 - 10.1.5.254
Exclusion: 10.1.5.1 - 10.1.5.59
Exclusion: 10.1.5.157 - 10.1.5.254
DC2 (with a mask of 255.255.255.0)
Scope: 10.1.5.1 - 10.1.5.254
Exclusion: 10.1.5.1 - 10.1.5.59
Exclusion: 10.1.5.60 - 10.1.5.156
--
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.
-----------------------------------------------------
"MPG" <(E-Mail Removed)> wrote in message
news:bba87c3c-59f0-4e9b-bcca-(E-Mail Removed)...
> Hello folks,
>
> We've got a domain that has about 120 DHCP clients. We've got two
> Win2K DCs. Until recently, all of our DHCP was handled by the second
> domain controller. I modified the setup to provide some DHCP
> redundancy and have some questions. Here is the current setup:
>
> DC1
> Scope: 10.1.5.60 - 10.1.5.254
> Exclusions: 10.1.5.157 - 10.1.5.254
>
> DC2
> Scope: 10.1.5.60 - 10.1.5.254
> Exclusions: 10.1.5.60 - 10.1.5.156
>
> The overlapping scopes and mutually exclusive exclusion lists were set
> up based on a recommendation in TechNet DHCP best practices. This
> basically leaves half of range on each DHCP server. With the current
> setup, each DHCP server has 97 available addresses to hand out which,
> I know, is not enough for the 120 DHCP clients. The hope is that it
> would be enough to get us through a crunch if one of the servers went
> down. Until I can get additional IP space allocated, I will have to
> live with that setup. I do have some questions about this setup that
> some of you may be able to answer:
>
> - Is there a chance a client will not be able to get an address under
> normal operations? For example, if the scope on one server fills up
> and the client happens to hit that server, will it get denied and give
> up?
>
> - Is there any better way of setting this up without changing the IP
> range?
>
> TIA!
> MPG