Can a DHCP server support two separate networks

  • Thread starter Thread starter srs
  • Start date Start date
S

srs

I have been given an office to manage that has 300 users with static IP.
The first this I did was set up a DHCP server however the network is
set up with two totally different IP address. I have one of the segments on
the DHCP server. Now I am looking to get the other one going. My first
thought was to multi home the server and set up two scopes. The other though
was to change the segments to one using the subnet mask.



I am looking for some suggestions. Witch would be the best path? What are
the down falls?
 
Yes a DHCP server can server two (or more) subnets. Either if they are
directly attached to the DHCP server (multihomed) or if you allow DHCP
forwarding through your router (different vendors call it different things).
 
You don't need to multihome the DHCP server. Simply set up another DHCP
scope for the 2nd segment and on your router that connects the segments
enable DHCP relay (some routers call it bootp relay or IP helper).

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
:
: I have been given an office to manage that has 300 users with static IP.
: The first this I did was set up a DHCP server however the network is
: set up with two totally different IP address. I have one of the segments
on
: the DHCP server. Now I am looking to get the other one going. My first
: thought was to multi home the server and set up two scopes. The other
though
: was to change the segments to one using the subnet mask.
:
: I am looking for some suggestions. Witch would be the best path? What are
: the down falls?

Have you considered using a Class B or Class A subnet and just using one
scope?

These are the private addesses available by class:

Class A: 10.0.0.0 - 10.255.255.255
Class B: 172.16.0.0 - 172.31.255.255
Class C: 192.168.0.0 - 192.168.255.255

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Online Support for IT Professionals -
http://support.microsoft.com/servicedesks/technet/default.asp?fr=0&sd=tech
 
:
: Yes however the multi scope though was because I was considering VLANS

Do you have switches/routers that support VLAN and is there a need to have a
VLAN? Is the network so busy that it requires segmentation?

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Online Support for IT Professionals -
http://support.microsoft.com/servicedesks/technet/default.asp?fr=0&sd=tech
 
Back
Top