Subnetz- & CIDR-Rechner Online
Berechnen Sie IPv4/IPv6-Subnetzmasken, nutzbare IP-Hostbereiche, Netzwerk- und Broadcast-Adressen.
What is Subnetz- & CIDR-Rechner Online?
Subnet Calculator is a comprehensive networking utility for cloud architects, DevOps engineers, and network administrators. Convert CIDR prefixes into usable IP ranges, subnet masks, wildcard masks, and binary addresses.
Unlike traditional online utilities that upload your sensitive payloads to a remote server, TechnoLila's Subnetz- & CIDR-Rechner Online executes 100% locally in your web browser using modern JavaScript APIs, HTML5 Canvas, and SVG vector rendering. No barcodes, asset IDs, Wi-Fi credentials, tokens, or proprietary payloads ever leave your device.
How to Use Subnetz- & CIDR-Rechner Online Online
2. Alternatively, select your subnet mask from the dropdown menu.
3. Instantly view usable host range, broadcast address, netmask, total hosts, and binary breakdown.
Subnetz- & CIDR-Rechner Online Example
192.168.1.10/24
Network: 192.168.1.0
Mask: 255.255.255.0
Usable Range: 192.168.1.1 - 192.168.1.254
Broadcast: 192.168.1.255
Total Usable Hosts: 254
Common Use Cases
• Firewall & Security Groups: Calculate precise CIDR IP blocks for ingress and egress rules.
• Network Engineering: Subdivide classful networks into efficient variable-length subnets (VLSM).
Common Mistakes & Gotchas
• Confusing CIDR prefix length (e.g. /28) with total usable hosts (14 hosts).
Frequently Asked Questions
How does a /24 CIDR prefix translate to total IP addresses?
A /24 subnet contains 2^(32-24) = 256 total IP addresses, with 254 usable hosts (1 network address and 1 broadcast address reserved).
What is the difference between a subnet mask and wildcard mask?
A subnet mask (e.g. 255.255.255.0) specifies network bits using 1s. A wildcard mask (0.0.0.255) is the bitwise inverse used in Cisco ACLs and OSPF configurations.