IP & Subnet Calculator
IP Address & CIDR
Binary Visualization
Subnet Details
Subnet Splitter
| # | Network | CIDR | Usable Range | Hosts |
|---|---|---|---|---|
| 1 | 192.168.1.0 | /26 | 192.168.1.1 - 192.168.1.62 | 62 |
| 2 | 192.168.1.64 | /26 | 192.168.1.65 - 192.168.1.126 | 62 |
| 3 | 192.168.1.128 | /26 | 192.168.1.129 - 192.168.1.190 | 62 |
| 4 | 192.168.1.192 | /26 | 192.168.1.193 - 192.168.1.254 | 62 |
Last updated:
This tool is provided as-is for convenience. Output should be verified before use in any production or critical context.
Programmatic Access
IP & Subnet Calculator is also callable as a free HTTP JSON API at
https://aidevhub.io/api/subnet-calculator/ โ GET with query
parameters or POST with a JSON body, no authentication, CORS enabled,
50 requests/day per IP. Responses return
{ ok, tool, result, meta }.
curl -s "https://aidevhub.io/api/subnet-calculator/?ip=192.168.1.0&cidr=24"
Machine-readable contract: /api/tool/subnet-calculator.json All API endpoints: /agents/ LLM site index: /llms.txt
Agent Invocation
Best Path For Builders
Dedicated API endpoint
Deterministic outputs, machine-safe contracts, and production-ready examples.
Dedicated API
https://aidevhub.io/api/subnet-calculator/ OpenAPI: https://aidevhub.io/api/openapi.yaml
Unified Runtime API
https://aidevhub.io/api/tools/run/?toolId=subnet-calculator&a=...
GET and POST are supported at /api/tools/run/ with identical validation and limits.
Limit: 60 req / 60s, input max 128 KB.
How to Use IP & Subnet Calculator
- 1
Enter IP and CIDR
Input an IPv4 or IPv6 address with CIDR notation (e.g., 192.168.1.0/24). The calculator validates and interprets the range.
- 2
Analyze subnet details
View the network address, broadcast address, usable host range, subnet mask, and total host count in a clear breakdown.
- 3
Perform subnet division
Split a subnet into smaller subnets by increasing the CIDR value. The tool shows each resulting subnet range and usable IPs.
- 4
Check IP membership
Test if a specific IP address belongs to your subnet. Useful for firewall rules, access control lists, and security planning.
- 5
Export network plan
Download a CSV or JSON file with all subnet details, ranges, and calculations for documentation or infrastructure provisioning.