Expand a CIDR block into its full address range, or aggregate a start-to-end IP range into the smallest set of CIDR blocks.
10 blocks cover this range.
Manage your address space without spreadsheets.
ISPbox includes dual-stack IPAM: IPv4 and IPv6 pools, utilization, reservations and next-free suggestions. Free to start.
CIDR (Classless Inter-Domain Routing) writes a network as an address plus a prefix length, like 10.20.0.0/22. The prefix says how many leading bits are the network portion; the rest address hosts. A /24 holds 256 addresses (254 usable), a /22 holds 1024, and each step down doubles the size.
An arbitrary start-to-end range rarely lines up with a single power-of-two block, so it is expressed as the smallest set of aligned CIDR blocks that exactly covers it. This is what routers and firewalls do internally, and it is handy when a provider hands you a range rather than a clean subnet.