Tested tool guide
Tested browser tools
Checked August 16, 2026
What IP Range Merger & Optimizer does, with a checked example
IP Range Merger & Optimizer reduces a collection of IP ranges and CIDR blocks to a smaller representation of the same address coverage. It normalizes the supplied boundaries, removes duplicate or contained coverage, joins compatible intervals, and expresses the result as aggregated CIDR prefixes. Users are often surprised when adjacent blocks merge even though they do not overlap. The larger prefix is valid only when it covers exactly their combined address set. Firewall lists can be sensitive, so processing remains in the browser and nothing is uploaded.
Worked example
A concrete input and expected output from the current implementation.
Input
192.0.2.0/25
192.0.2.128/25
->
Expected output
192.0.2.0/24
The first /25 covers 192.0.2.0 through 192.0.2.127, and the second covers 192.0.2.128 through 192.0.2.255. Together they form the aligned 256-address block represented exactly by 192.0.2.0/24.