-----Original Message-----
This is a bit of a complicated question that is hard to answer
well without more information.
Generally, the "best" way usually is to open up your network mask
and add another DHCP range in the new address area(s) created.
For example: if you are now using, say, 192.168.1.* with
a 24-bit network mask of 255.255.255.0 (254 addresses),
you can change your network mask to 23-bits (255.255.254.0).
This opens up 192.168.0.* for LAN use and gives you 510
useable addresses. (192.168.0.1 through 192.168.1.254)
You can then add a second scope to DHCP to give out
addresses in this new range.
The catch in the above of course is that you have to convert
every device on your network to the new addressing. This
is sometimes not so simple. You can do it in two stages: first
distribute the wider network mask through DHCP and
manual assignment as required, and then when that is done
implement the new addresses.
If your default gateway router can handle multiple static LAN network
routes you may be able to program it to route between these two
"networks" during the time you are transitioning. (This is
sometimes termed a "router-on-a-stick" BTW since all the
traffic being routed is actually coming in and going out on
the same LAN segment.)
If your site is larger, the above will not be simple at all, and may not
even be a choice. In that case you have to add another LAN network
and implement some sort of segmentation and routing topology to
connect them. You can do this in a server with multiple NICs and
RRAS, but in this case I strongly advise using a separate routing box
(or boxes) to avoid a lot of headaches.
Steve Duff, MCSE, MVP
Ergodic Systems, Inc.
"Jay" <
[email protected]> wrote in