"Andy Long" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Given the following non-routed (MASK 255.255.0.0) network, what is the
> best DHCP solution?
>
> Network: 10.10.0.0/16
>
> Subnets:
>
> 10.10.0.0/24 = Router & device management (static)
> 10.10.1.0/24 = Servers (static)
> 10.10.2.0/24 = DHCP Workstations
> 10.10.3.0/24 = DHCP VPN
> 10.10.4.0/24 = External Systems (static)
> 10.10.5.0/24 = Printers (static)
>
> Trouble is that for DHCP to respond the LAN Workstations, the Scope must
> be defined as a /16 network.
No, the scope must not be /16.
You can't have subnets without a LAN Router.
You use Subnets to protect from Broadcasts. Subnets create Broadcast
Domains.
Subnets should hold up to 250-300 Hosts before you need to create a new one
because that number of Hosts is the point where Ethernet efficiency starts
to drop off. So your choice of /24 is the perfect size.
> Should DHCP use the superscope for the 10.10.2.0/24
No Superscopes!!!! They are for Multi-Netting,...you are not
Multi-Netting.
Create one "normal" Scope per Subnet,...all on one DHCP Server with *one*
nic.
Configure the LAN Router to forward DHCP Queries to the DHCP Server
(commonly called DHCP Helper Addresses)
> The issue is that there is a need for more than the 254 IPs when the
> Workstation and VPN IPs are combined.
How many IP#s are in use total? I don't care what kind of Host it is or
where it is,...I just need a total number.
--
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.
-----------------------------------------------------