IPv4 Range Expander

Calculate the minimal CIDR blocks covering a given IP range

IP Range

CIDR Blocks 12

246 total addresses

110.0.0.5/32
210.0.0.6/31
310.0.0.8/29
410.0.0.16/28
510.0.0.32/27
610.0.0.64/26
710.0.0.128/26
810.0.0.192/27
910.0.0.224/28
1010.0.0.240/29
1110.0.0.248/31
1210.0.0.250/32

About Range Expansion

Minimal CIDR Cover

Any contiguous IPv4 range can be expressed as a small set of power-of-two-aligned CIDR blocks. This tool produces the minimal set covering exactly the inclusive range — useful for ACLs, firewall rules, and BGP prefix lists.

How it Works

At each step the algorithm picks the largest block that is aligned to the current IP and does not exceed the end IP, then advances past it. Block sizes are always powers of two.