Networking & IT Tools

Subnetting Planner (VLSM)

Enter a base network, its CIDR prefix, and how many equal subnets you need to see the full breakdown of each resulting subnet.

NetworkBroadcastUsable rangeUsable hosts
192.168.0.0/26192.168.0.63192.168.0.1 - 192.168.0.6262
192.168.0.64/26192.168.0.127192.168.0.65 - 192.168.0.12662
192.168.0.128/26192.168.0.191192.168.0.129 - 192.168.0.19062
192.168.0.192/26192.168.0.255192.168.0.193 - 192.168.0.25462

Splits the base network into equally-sized subnets (rounding up to the next power of two if needed) — a classic VLSM planning step. For unequal-size subnets, you'd allocate the largest requirements first and use this tool per-block.

How to use this tool

  1. 1Enter the base network address.
  2. 2Enter the base CIDR prefix.
  3. 3Enter how many equal subnets you need.
  4. 4See each subnet's network, broadcast, and usable range.

Frequently asked questions

What if I need unequal-sized subnets?+

This tool splits into equal-sized subnets — for unequal (VLSM) sizing, allocate your largest subnet requirements first, then re-run this tool on the remaining block.