"Jon Sherry" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
I can't say I have a solution, but I have a few comments to toss out.
> There is one scope of 192.168.6.175 - 7.255 available (6.255 excluded) but
> only about 15% are used on a daily basis.
I'll come back to this.
> these computers together other than being laptops. But there's nothing
> other than not being part of the domain that sets the laptops apart from
> the desktop in terms of networking.
Domain membership has nothing to do with getting an IP Config from a DHCP
Server. You could rig your LAN Switches to get their IP Config from DHCP if
you chose to and they certainly are not domain members,..not to mention
Linux machines, Macs, etc.
> I've theorized there might be a policy object floating around out there
> that may have put time limits for non-domain machines to connect, but the
> time at which the problem resolves itself each day seems to vary widely.
There is no such ability without implementing a complex 802.1x which could
not possibly happen by accident and requires capable equipment to do it.
(hope I got my "802" numbers correct)
Now back to this:...
> There is one scope of 192.168.6.175 - 7.255 available (6.255 excluded) but
> only about 15% are used on a daily basis.
You should never let your IP Segment be over 250-300 Hosts. That is why the
/24bit mask subnet of 254 Hosts is the perfect size. If you need more
Hosts, then create a new segment. When you climb above that recommendation
the LAN effieciency degrades due to the number of Broadcasts on the wire
that are perfectly natural and normal for Ethernet. Interestingly, DHCP
works via Broadcasts. I'm not saying for sure that you are overloaded with
Broadcasts in the early part of the day that is crowding out the DHCP
queries,..but the theoretical possiblity exist.
The purpose for lower bit masks (less than /24bit) is for Supernetting
multiple IP segments over a "backbone" where they are then broken apart into
smaller IP segments (/24bit or higher) at a later downstream router. For
example you can Supernet 256 subnets over a Backbone using 10.0.0.0/16 and
then break them into 254 host segments further downstream with 10.?.?.0/24.
This is how the Internet functions and is how IP Ranges are dealt with
concerning ISPs. An ISP may own a full /8bit block of addresses 14.0.0.0/8
and then break them up for thier customers into segments of 14.?.?.0/24 of
even smaller segmets with /25, /26, etc. However the Internet Routers out
across "Internetland" only maintain the Supernetted route for 14.0.0.0/8 in
their routing tables that takes the traffic to the ISP, then it is up the
ISP to break it down and route it from there.
Concering DHCP Scopes. The Scope should contain the Full IP range of the
Subnet,..not a "piece" of it. You then control what is given (or not given)
out to clients by using Exclusions. If you run low on addresses then you
change the Exclusions to make more available or you can increase the
Exclusions to reduce what is available if that is needed.
--
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.
-----------------------------------------------------