| Each time you subnet you lose three or more IP's. A /24 has: - .0 - network address - can't be used - .255 - broadcast On top of that you generally need at least 1 more IP address that is the gateway for that network. - .1 - Usually If you have a network with fail-over gateways generally you need to assign them individual IP's, so you end up with: - .1 - floating IP - .2 - router 1 - .3 - router 2 If you end up subnetting down into small subnets to give customers only let's say 16 IP's, (so a /28 (32 bits - 4 bits)) customers can only use 13 of those addresses (network/broadcast/gateway are already taken). This gets worse as you go smaller, because each time you subnet you end up losing more IP's to the network/broadcast/gateway. |
The rest of the network doesn't care what they look like at certain scopes. Those devices just know to route it to the next hop, and when that next-hop is your box with a bunch of interfaces/aliases/whatever configured, it'll just handle it.
Try it, you'll like it.
(Edit: IPv4 here, hence /32. No such foolery needed with v6.)