It is simple:
1. Use the existing DHCP Server. It only takes one.
2. Create a correct Scope for the other subnet (no superscopes)
3. Configure the LAN Router between the subnets to forward DHCP Queries to
the DHCP Server
4. All done.
All "user" machines should be DHCP Clients with no Reservations or as few
Reservations as possible.
All Servers, Utility machines, and Network Devices should be specifically
Static (not reserved in DHCP,...not any DHCP at all). The Infrastucture
should never have to depend on the DHCP Server being "alive" in order for
the infrastucture to exist.
--
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.
-----------------------------------------------------
"Jorge Azcuy" <(E-Mail Removed)> wrote in message
news:87CC40A4-557A-4DB5-900C-(E-Mail Removed)...
>I may know the answer to this, but wanted to ask anyways:
>
> I currently have 2 subnets/VLANs, 1 for Windows 2003 servers (10.100.60.0)
> and 1 for Windows XP desktops (10.100.40.0). Currently, DHCP is servicing
> the
> .60 subnet mainly for newly deployed devices (most devices will eventually
> be
> assigned a static IP address).
>
> If possible, I would like to create an additional DHCP scope (or add a 2nd
> DHCP server) to service the .40 subnet, however this server would
> physically
> reside in the .60 subnet. A Layer3 cisco switch would be configured for
> DHCP
> relay to allow for this.
>
> I guess the question is: Is it possible to add that 2nd scope or DHCP
> server
> to ONLY service the client desktop subnet, and the existing DHCP
> scope/server service ONLY the .60 subnet? Or is it mandatory that a DHCP
> server exist in the .40 subnet in order to fulfill these requirements.
>
> Thank you