Calculate CIDR ranges, subnet masks, IP ranges, and usable hosts. Enter an IP with CIDR or subnet mask.
| CIDR | Subnet Mask | Addresses | Usable Hosts | Wildcard |
|---|
Get country, city, ISP, and coordinates for any IP address. Free API, no signup.
curl https://agent-gateway-kappa.vercel.app/api/geo/8.8.8.8
Get Free API Key
192.168.1.0/24 means a network where the first 24 bits are the network part, giving 256 addresses (2^8). The prefix length after the slash tells you how many bits identify the network./24 (mask 255.255.255.0), the wildcard is 0.0.0.255. Wildcard bits set to 1 mean "match any value" for that bit position.10.0.0.0/8 (16M addresses), 172.16.0.0/12 (1M addresses), 192.168.0.0/16 (65K addresses). These are used for internal networks and cannot be routed on the public internet.