Assemble segments as blocks and see parent-child relationships and IP ranges as a diagram, with overlaps flagged as you go
Each segment can have exactly one parent: the larger address space that contains it. Choosing a parent network in the settings on the right creates the relationship, and the diagram places the parent above the child and joins them with a line. A segment itself and everything below it are left out of the list of candidates, so a circular relationship cannot be created.
The network address and the broadcast address are derived from the IP and the subnet mask you enter. The tool then checks whether the segment fits inside its parent network, and whether its address range overlaps any sibling that shares the same parent. It also checks that the IP you entered sits on a network boundary and that the gateway falls inside the segment. Any segment with a problem is marked in red and the reason is written out in words.
No. Calculation, drawing, and Markdown generation all happen in JavaScript inside your browser, and what you enter is never sent to or stored on a server. Because of that, reloading the page returns everything to its initial state. To keep a design, use Export Markdown and download it as a Markdown file.
Up to 300. The overlap check compares every pair of segments, so the work grows with the square of the count, and without a limit the tool would stop responding. Once the limit is reached nothing is added and a message is shown instead. For a very large design, split the work into separate files per site or per environment.