Felix Tiede wrote:
> IANA (http://www.iana.org) says there are 256 subnets with a maximum of
> 256-2 (one network base and one broadcast address) addresses each in the
> 192.168.x.y address space. Bigger subnets should use 172.16-31.x.y which
> allows 16 subnets with a maximum of (256^2)-2 = 65534 addresses each. Or,
> if even larger subnets are required, use 10.x.y.z which allows one huge
> subnet of (256^3)-2 = 16777214 addresses.
> This is a relict of the old times when there were no netmasks, but it is
> still valid...
No, its not valid anymore. The whole purpose of netmasks is to replace
the old class A, class B and class C concept.
>
> So if you intend to widen up your netmask you should also use appropriate
> address space.
Normally there shouldn't be any need to do so. You _do_ have an 64K
space available in the 192.168.x.y range.
That having said, we _did_ have some issues when we moved from a /24 to
a /23 netmask at work years ago. That must have been in 2001 IIRC.
We changed our netmask to join two adjacent formerly class C address
blocks -located in a public address range- into a single broadcast
domain. Some of our equipment didn't support that; most notably:
-- some -already old at that time- Tektronix X-terminals
-- a few -recent at that time- Dell network printers.
Those printers and X-terminals _did_ support the netmask concept
properly to divide a formerly class C network into smaller subnets,
but failed when moving the netmask in the other direction.
Regards,
Kees.
--
Kees Theunissen.