Skip to content
Tools.Town
290+ free online tools

Real-world workflow

Use Case

Size a Subnet for a Small Office or VPC

Pick the right CIDR prefix for a device count, then get the network, mask, and host range to paste into your router or cloud console.

16 August 2026 By Tools.Town Team 5 min read

Quick prefix table

Devices (with headroom)PrefixUsable hosts
up to 14/2814
up to 30/2730
up to 62/2662
up to 126/25126
up to 254/24254

Steps

  1. Count devices and double it for headroom, then pick the prefix from the table.
  2. Open the Subnet Calculator with a private base address (e.g. 192.168.10.0) and your prefix.
  3. Copy the network address, subnet mask, and usable host range into your router’s DHCP scope or cloud VPC config.
  4. Reserve the first few host addresses for gateways and static gear; start the DHCP pool after them.
  5. Adding a second subnet later (guest Wi-Fi, VoIP)? Re-run the calculator on the next block — e.g. 192.168.11.0/27 — and confirm the ranges do not overlap.
  6. Validate any manually typed address with the IP Address Validator before saving.

Watch out

  • Cloud VPCs often reserve extra addresses per subnet (AWS reserves 5), so a /28 yields fewer usable IPs than on-prem — size one step larger in the cloud.
  • The wildcard mask shown by the calculator is what ACL rules expect — it is the inverse of the subnet mask, not the same thing.

Frequently Asked Questions

How much headroom should I leave?

Plan for at least double today's device count. Phones, printers, and IoT devices multiply quickly, and re-subnetting a live network is far more painful than reserving a larger block up front.