It's no problem at all. DHCP has no reletivity to AD, it stands on its own
independntly and will even work for non-Windows machines which can't join
the Domain anyway.
You simply create a distinct Scope for each subnet (no superscopes!).
Configure your LAN's Router to forward the DHCP Queries to the subnet the
DHCP lives in,..with some Routers the queries are sent directly to the DHCP
Server instead of the subnet (some can do it either way, you'll have to
figure that out yourself).
The packet forwarded by the Router will already contain the information need
for the DHCP Server to know which subnet the request came from so it will
know which address to assign for the proper Scope.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"msteinhoff" <(E-Mail Removed)> wrote in message
news:7D727FC2-0BF6-4F4E-ADEB-(E-Mail Removed)...
> I am rebuilding our network to cetrally locate administration. All of the
> servers will be child domains of our corp.com network, each on it's own
> subnet. What I would like to do is have the one server manage DHP for all
of
> the subnets over the VPN.
>
> Each of the subnets is a remote location that is connected by VPN to the
> corporate office. Here's the scenario:
>
> Corporate Office server1.Corp.com 10.9.6.0 255.255.252.0
> Remoteserver #1 remoteserver1.corp.com 10.9.124.0
255.255.255.0
> Remoteserver #2 remoteserver2.corp.com 10.9.125.0
255.255.255.0
> Remoteserver #3 remoteserver3.corp.com 10.9.126.0
255.255.255.0
> etc.
>
> My question is can I set up DHCP at server1.corp.com to dish out subnet
> specific(scope) addresses to each subnet when it calls for an ip address.
> Given that all the routing is done, and DHCP Relay setup.
>