Calculate the inclusive size, endpoints, and CIDR blocks for an IPv4 range.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Start and end addresses become 32-bit integers; subtraction derives inclusive size and binary alignment produces optional CIDR blocks. The calculation is numeric and does not probe hosts.
10.0.0.0/24
Start IP: 10.0.0.0 End IP: 10.0.0.255 Total addresses: 256 Cidrs: 10.0.0.0/24 IP count: 256 Is subnet: yes Start IP decimal: 167772160 End IP decimal: 167772415
Firewalls, IPAM systems, and provider allocations calculate ranges.