Narzędzie sieciowe
Kalkulator podsieci IP
Obliczaj sieć, broadcast, maskę, zakres hostów i liczbę adresów dla notacji CIDR IPv4 i IPv6.
Jak używać Kalkulatora podsieci IP
- Enter an IPv4 or IPv6 address with CIDR prefix (for example 10.0.0.0/8 or 2001:db8:1::/48). The calculator returns network, broadcast (IPv4), netmask, wildcard, host range, and host counts.
- Verify results against your addressing plan before applying firewall rules or DHCP pools — off-by-one errors in broadcast or gateway IPs cause classic «works for some hosts» failures.
- Use IPv6 mode for /64 LAN sizing and larger aggregate planning; remember point-to-point /31 (IPv4) and /32 host routes behave differently from office /24 LAN math.
- Copy outputs into network diagrams or tickets. Recent calculations stay in local browser history; DN01 does not inventory your entire corporate IPAM database.
IP calculator fields
CIDR math underpins ACLs, cloud security groups, and VPN split-tunnel routes. The table maps outputs to design tasks. Subnet calculation is addressing logic — it does not ping hosts or check if IPs are blacklisted. Pair with Blacklist Checker on public egress IPs and DNS Checker when connecting names to addresses.
| Pole | Po co | Przykład |
|---|---|---|
| Notacja CIDR | Prefiks sieci z bitami maski | 192.168.1.0/24 |
| Adres sieci | Pierwszy adres podsieci | 192.168.1.0 |
| Broadcast | Ostatni adres w podsieci IPv4 | 192.168.1.255 |
| Maska sieci | Kropkowy zapis dziesiętny lub długość prefiksu | 255.255.255.0 |
| Maska wildcard | Maska odwrotna w kontekście ACL | 0.0.0.255 |
| Zakres hostów | Pierwsze/ostatnie użyteczne IP | 192.168.1.1 – 192.168.1.254 |
| Liczba hostów | Liczba adresów do przypisania | 254 użytecznych w /24 |
| IPv6 /64 | Typowa jednostka alokacji LAN | 2001:db8::/64 |
When subnet math saves outages
Split a /24 into smaller VLANs for Wi-Fi, servers, and management — calculator confirms host counts before you commit /26 boundaries in pfSense or cloud VPC consoles.
Cloud security group rules need CIDR blocks, not arbitrary ranges — paste proposed aggregates, verify network/broadcast, export to Terraform variables.
VPN split-tunnel policies list corporate supernets — confirm 10.0.0.0/8 vs 10.0.0.0/16 before pushing client profiles; wrong mask sends too much or too little traffic down the tunnel.
IPv6 /48 allocation from ISP divided into /64 per site — calculator helps document each LAN without manual bit counting errors.
Interview and certification study — quick sanity checks while learning; DN01 is not a replacement for full IPAM tools like NetBox or Infoblox for enterprise inventory.
Kubernetes pod CIDR planning overlaps with service CIDR — calculator confirms node subnet sizes before you discover kube-proxy rules conflict with corporate RFC1918 summaries routed over VPN.
AWS VPC peering and Transit Gateway route tables need non-overlapping CIDR — run calculator on proposed aggregates before submitting cloud networking change requests that are painful to roll back.
Database allowlists referencing /32 host routes — calculator confirms single-host semantics so DBAs do not accidentally open entire /24 when they meant one bastion IP.
Hybrid cloud extends on-prem /16 summaries into cloud — calculator helps slice exports for Terraform without overlapping existing datacenter VLANs documented in legacy IPAM spreadsheets.
Point-to-point /30 links waste fewer addresses than /29 when only two routers connect — calculator prevents over-allocating public IPv4 scarce space.
IPv6 /48 allocations from RIPE or ARIN split into site /48 or /56 — document calculator output in RIR justification templates when requesting additional address space.
Firewall object groups sometimes expand /24 into 256 /32 rules — calculator confirms whether summarization is possible before hitting vendor rule limits.
Container /28 pod subnets on small clusters exhaust quickly — calculator shows 14 usable hosts so platform teams right-size before hitting CNI allocation errors during deploy spikes.
Troubleshooting calculator surprises
/31 IPv4 links have no traditional broadcast — usable host count semantics differ; read tool notes for edge cases before applying office LAN assumptions.
/32 represents a single host route — host count is not a LAN. Common on loopbacks and anycast service IPs.
IPv6 networks rarely use broadcast — focus on subnet ID and interface identifiers; calculator output emphasizes prefix boundaries.
Private vs public space: calculator does not warn RFC1918 overlap with peered VPCs — you must coordinate with routing design; WHOIS on public ranges only when investigating internet-facing nets.
SLAAC and DHCPv6 assign host addresses inside IPv6 /64 — calculator defines subnet boundary; host discovery still needs neighbor tables or IPAM.
CIDR, DNS, and reputation layers
DNS A records point names to host addresses inside your subnets — Kalkulator podsieci IP does not resolve names. Use DNS Checker after assigning static IPs to confirm forward records.
Reverse PTR for mail lives in specific subnets — Blacklist Checker on the public IP plus DIG PTR validates mail egress paths after you carve ranges.
DN01 API can script repeated CIDR validations in CI for infra repos — browser UI for ad-hoc what-if during architecture whiteboards.
We do not scan subnets for live hosts, manage DHCP leases, or detect overlapping VRF tables — pure math utility with honest scope.
Documentation for auditors should cite calculator screenshots when explaining why /26 was chosen over /24 — math transparency beats hand-waved «we have enough IPs».
IPv4 address exhaustion makes /28 common for small SaaS tenants — calculator clarifies only 14 usable hosts before product commits to isolated per-customer VPC designs.
Supernet aggregation in BGP reduces table size — calculator validates summary boundaries before announcing aggregates to peers.
Zero-trust designs assign /32 per workload — aggregate only in policy engines after documenting each host route with calculator exports attached to security review tickets.
Multicast and broadcast domains differ from unicast subnet math — calculator focuses on unicast CIDR; do not apply IPv4 broadcast semantics to IPv6 designs.
Documentation for SOC2 network diagrams should match calculator outputs — auditors compare diagrams to live BGP and firewall exports during evidence review.
DN01 calculator does not perform WHOIS on IP allocations — RIR whois answers allocation ownership; our tool answers math inside CIDR you already hold.
Export calculator output into Terraform variable comments so future engineers understand why each CIDR was sized — DN01 does not maintain your infra git repo.
Overlapping pod and service CIDR in Kubernetes causes silent drops — calculator both ranges before cluster bootstrap and attach results to platform design doc.
DN01 IP calculator pairs with Blacklist Checker when documenting public egress subnets — math plus reputation context for complete network tickets.
Legacy apps hard-code netmask 255.255.255.0 — calculator shows when /25 or /26 actually applies so migrations do not assume entire /24 is reachable.
Carrier-grade NAT pools document public /32 routes per subscriber — calculator confirms aggregate advertisements before BGP policy changes.
Wi-Fi guest networks on /30 links between AP and controller — verify usable host count before assuming /24 guest LAN habits.
DN01 subnet math does not replace IPAM approval workflows — calculator output supports tickets, not automatic RIR allocation requests.
Dual-stack DNS often returns A and AAAA in same subnet family — pair calculator results with DNS Checker when documenting host addressing plans.
DN01 eight locales include localized subnet labels — math is universal; copy buttons help global platform teams share identical numbers in Slack and email.
Calculator warnings about /31 /32 edge cases appear in results — read notes before applying corporate template that assumes /24 LAN semantics everywhere.
Use DIG and DNS Checker after IP plan approval — calculator does not verify names resolve inside assigned subnets or replace WHOIS on allocated blocks.
Document CIDR decisions in change tickets — DN01 does not maintain network source-of-truth databases for your organization.
Pair with Blacklist Checker on public egress ranges after subnet cutover — addressing math and mail reputation are separate acceptance criteria for production go-live.
DN01 API can script CIDR checks — browser UI remains fastest for whiteboard sessions.
Dokumentuj każde sprawdzenie w tickecie wsparcia ze znacznikiem czasu; DN01 nie przechowuje globalnej historii ani map propagacji.
Dokumentuj każde sprawdzenie w tickecie wsparcia ze znacznikiem czasu; DN01 nie przechowuje globalnej historii ani map propagacji.
Dokumentuj każde sprawdzenie w tickecie wsparcia ze znacznikiem czasu; DN01 nie przechowuje globalnej historii ani map propagacji.
Dokumentuj każde sprawdzenie w tickecie wsparcia ze znacznikiem czasu; DN01 nie przechowuje globalnej historii ani map propagacji.
Five-step network design sanity check
- Draft CIDR plan on paper or IPAM export.
- Run each aggregate through Kalkulator podsieci IP — verify host counts and boundaries.
- Apply in firewall/VPC; document network/broadcast in change ticket.
- DNS Checker on service names; DIG PTR for mail IPs in new range.
- Blacklist Checker on new public egress before production mail — archive outputs locally.
IP calculator vs ipcalc CLI and IPAM suites
ipcalc and sipcalc are classic terminal tools — great for scripts, absent on many locked laptops. DN01 browser calculator with IPv6 support and localized labels helps mixed teams.
Enterprise IPAM tracks utilization, DNS integration, and reservations — DN01 does not. Use us for quick math, IPAM for source of truth.
No topology maps, no ping sweep, no propagation grids. Accurate CIDR breakdown with companion DNS and blacklist tools on one domain.
API access for repeatable calculations — not a network monitoring or flow analytics platform.
Multicloud peering often advertises overlapping RFC1918 — calculator math is correct while routing is broken; validate BGP advertisements and security group attachments outside DN01.
IPv6 address planning for Kubernetes dual-stack clusters requires consistent /64 per node group — document calculator output in network design docs so platform teams do not hand-wave host counts during autoscaling reviews.
Why use DN01 Kalkulator podsieci IP
- IPv4 and IPv6 CIDR breakdown: network, mask, host range, and counts in one view.
- Complements DNS Checker, DIG, and Blacklist Checker when designing public-facing subnets.
- Eight locales (EN/RU full), API for infra scripts, local history — no corporate IPAM claims.
- Honest utility: subnet math only, not discovery scans or lease tracking.
FAQ
FAQ kalkulatora IP
Zakresy CIDR, maski, liczba hostów oraz granice sieci i broadcastu.
Co oblicza kalkulator IP?
Wklej CIDR, np. `192.168.1.0/24`, aby dostać adres sieci, broadcast, zakres hostów używalnych, wildcard mask i liczbę hostów. przewodnik po kalkulatorze podsieci IP zawiera przykłady.
Dlaczego /31 i /32 są wyjątkowe?
/31 jest często używane na łączach punkt-punkt, a /32 oznacza trasę do pojedynczego hosta. W tych przypadkach brzegowych ostrożnie interpretuj liczbę hostów używalnych.
Jak to się łączy z DNS i blacklistą?
Kalkulator IP tłumaczy adresację, a Sprawdzanie DNS i Sprawdzanie blacklist dodają kontekst domeny i reputacji dla publicznych hostów.
Czy obliczenia podsieci można zautomatyzować?
Tak. Użyj dokumentację API po tym, jak uzyskać token API, aby wykonywać powtarzalne obliczenia w skryptach.
Czym jest notacja CIDR?
CIDR łączy adres sieci i długość prefiksu, np. 10.0.0.0/8. Liczba po ukośniku mówi, ile bitów prefiksu należy do części sieciowej.
Czym jest maska podsieci?
Maska oddziela część sieciową od hostowej w adresie IPv4. /24 to 255.255.255.0 — kalkulator pokazuje obie formy, by uniknąć błędów przy przepisywaniu.
Czym jest adres broadcast?
To ostatni adres podsieci, używany do ruchu do wszystkich hostów w segmencie. Przy planowaniu DHCP nie przypisuj hostów do adresu sieci ani broadcast.
Ile hostów w /24?
IPv4 /24 ma 256 adresów łącznie; po odjęciu sieci i broadcastu zostaje 254 używalnych hostów w większości LAN. Kalkulator pokazuje dokładny zakres dla twojego prefiksu.
Czy mogę obliczać podsieci IPv6?
DN01 skupia się na IPv4 CIDR, nadal najczęstszym w ticketach supportu i planowaniu biura. Dla IPv6 logika prefiksu jest podobna, ale polityki /64 dostawcy weryfikuj osobno.
Czym jest wildcard mask?
To odwrotność maski podsieci, powszechna w ACL i politykach routingu. Kalkulator pokazuje ją obok CIDR, by skopiować właściwą formę do routerów i firewalli.
Czy kalkulator IP jest darmowy?
Tak do ręcznych obliczeń w przeglądarce. Pipeline'y normalizujące tysiące prefiksów mogą używać dokumentację API po uzyskać token API.
Kiedy kalkulator zamiast WHOIS?
Kalkulator odpowiada o zakresach IP i granicach podsieci. WHOIS o własności i datach domeny. Dla publicznego hosta użyj obu: CIDR dla sieci, WHOIS i Sprawdzanie DNS dla nazwy.
Przełącznik narzędzi
Kontynuuj innym sprawdzeniem
Wybierz kolejny krok w pracy z domeną lub bezpieczeństwem.
- IP domenyAdresy A i AAAA domenyOtwórz
- Weryfikator czarnych listReputacja DNSBL dla IP i domenyOtwórz
- Weryfikator BINMarka karty, bank i kraj z BIN/IINOtwórz
- Weryfikator DNSWszystkie główne typy rekordów w jednym przebieguOtwórz
- DIGJeden typ rekordu, odpowiedź w stylu resolveraOtwórz
- WHOISRejestrator, wygaśnięcie i status domenyOtwórz
- Weryfikator certyfikatu SSLŁańcuch certyfikatów, SAN i wersja TLSOtwórz
- Tester HTTP/2Wsparcie HTTP/2, ALPN i TLSOtwórz
- Weryfikator nagłówków HTTPNagłówki odpowiedzi, przekierowania i cacheOtwórz
- Konwerter PunycodeUnicode ↔ Punycode dla domen IDNOtwórz
- Kodek Base64Kodowanie i dekodowanie tekstu Base64Otwórz
- Generator hasełSilne losowe hasła do pracy operacyjnejOtwórz
- Generator fraz hasłowychZapamiętywalne losowe frazy do bezpiecznych testówOtwórz
Powiązane artykuły
Praktyczne poradniki do typowych zadań z Kalkulator IP: rekordy DNS, kroki diagnostyczne i linki do naszych bezpłatnych narzędzi.
ip subnet calculator online, subnet calculator tool, cidr calculator web
IP subnet calculator online — lab notes
Network class homework without scribbling on paper.
Czytaj artykuł →cidr calculator, calculate cidr notation, cidr subnet tool
CIDR calculator — paste /24 and go
Medium-tail query when someone learns routing tables.
Czytaj artykuł →subnet mask calculator, netmask calculator online, subnet mask from cidr
Subnet mask calculator from CIDR
Turn /26 into 255.255.255.192 without mental math.
Czytaj artykuł →network and broadcast address calculator, find broadcast ip subnet, network address calculator
Network and broadcast address
First thing teachers ask after you pick a mask.
Czytaj artykuł →how many hosts in subnet, usable hosts calculator, host count /24
How many usable hosts in a subnet
/24 = 254 usable — until /31 and /32 exceptions.
Czytaj artykuł →ipv6 subnet calculator, ipv6 cidr calculator, ipv6 prefix calculator
IPv6 subnet calculator — big numbers
/64 prefixes and why last host is a huge integer.
Czytaj artykuł →