No superscopes. Those are only for Multi-Nets and there is no reason for
that here.
Just create a new subnet on the LAN. Tie them together with a LAN Router
(Cisco, RRAS, HP, whatever). Add a *normal* Scope to the DHCP Server for
the new subnet. The router forwards the queries to the DHCP from the new
subnet. Simple, clean, no uneeded complexities,...and when it gives you
problems you'll actually be able to figure it out ;-).
Extra note: It is a good idea (no, a great idea) to keep subnets below
250-300 hosts. This is best accomplished with a standard 24bit mask and it
is certainly easier to keep track of than if you start "borrowing bits" from
here and there. Stick with the 24bit mask (255.255.255.0)
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html
Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/t...dance/2004.asp
http://www.microsoft.com/isaserver/t...dance/2000.asp
Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------
"RKJ-3" <RKJ-(E-Mail Removed)> wrote in message
news:C5AE7110-359B-4F80-91A7-(E-Mail Removed)...
> I have a straight class C network 10.200.1.X 255.255.255.0 with a single
DHCP
> server/scope serving clients on the local subnet as well as remote VPN
users
> dialing in through RRAS. I am dangerously low on IP addresses and need a
way
> to either A) create a second DHCP scope (10.200.2.X) specifically for the
> mobile VPN users while still allowing them to continue accessing resources
on
> the other local subnet (10.200.1.X) as before or B) setup the second
subnet
> under a superscope and allow all clients to pull from either address
scope.
> I have considered the options of using the RRAS server as a router or
> possibly just setting up a superscope. Any suggestions and examples would
be
> greatly appreciated.