Vai al contenuto
D1
IT

Utilità di rete

Calcolatore subnet IP

Calcola rete, broadcast, netmask, intervallo host e conteggio indirizzi per notazione CIDR IPv4 e IPv6.

Questo modulo chiama l'endpoint relativo: /site-api/tools/ipcalc

Come usare il Calcolatore subnet IP

  1. 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.
  2. 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.
  3. 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.
  4. 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.

CampoPerchéEsempio
Notazione CIDRPrefisso di rete con bit di maschera192.168.1.0/24
Indirizzo di retePrimo indirizzo della subnet192.168.1.0
BroadcastUltimo indirizzo in subnet IPv4192.168.1.255
NetmaskDecimale puntato o lunghezza prefisso255.255.255.0
Maschera wildcardMaschera inversa in contesti ACL0.0.0.255
Intervallo hostPrimi/ultimi IP utilizzabili192.168.1.1 – 192.168.1.254
Conteggio hostNumero di indirizzi assegnabili254 utilizzabili in /24
IPv6 /64Unità tipica di allocazione LAN2001: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 — Calcolatore subnet 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.

Documenta ogni controllo nel ticket di supporto con timestamp; DN01 non conserva cronologia globale né mappe di propagazione.

Documenta ogni controllo nel ticket di supporto con timestamp; DN01 non conserva cronologia globale né mappe di propagazione.

Documenta ogni controllo nel ticket di supporto con timestamp; DN01 non conserva cronologia globale né mappe di propagazione.

Documenta ogni controllo nel ticket di supporto con timestamp; DN01 non conserva cronologia globale né mappe di propagazione.

Five-step network design sanity check

  1. Draft CIDR plan on paper or IPAM export.
  2. Run each aggregate through Calcolatore subnet IP — verify host counts and boundaries.
  3. Apply in firewall/VPC; document network/broadcast in change ticket.
  4. DNS Checker on service names; DIG PTR for mail IPs in new range.
  5. 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 Calcolatore subnet 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 del Calcolatore IP

Intervalli CIDR, maschere, conteggio host e confini rete/broadcast.

Cosa calcola il calcolatore IP?

Inserisci un CIDR come `192.168.1.0/24` per ottenere rete, broadcast, intervallo host utilizzabili, wildcard mask e numero host. La guida al calcolatore subnet IP mostra esempi pratici.

Perché /31 e /32 sono speciali?

/31 è spesso usato per link punto-punto, mentre /32 rappresenta una route host singola. In questi casi limite va interpretato con attenzione il numero di host utilizzabili.

Come si collega a DNS e blacklist?

Il calcolatore IP spiega l'indirizzamento; Verificatore DNS e Controllo blacklist aggiungono contesto di dominio e reputazione per host pubblici.

Posso automatizzare i calcoli subnet?

Sì. Usa la documentazione API dopo richiedere un token API per calcoli ripetibili negli script.

Cos'è la notazione CIDR?

Il CIDR combina indirizzo di rete e lunghezza del prefisso, ad es. 10.0.0.0/8. Il numero dopo la barra indica quanti bit del prefisso appartengono alla parte di rete.

Cos'è una subnet mask?

La maschera separa la parte di rete da quella host in un indirizzo IPv4. Un /24 equivale a 255.255.255.0 — il calcolatore mostra entrambe le forme per evitare errori di trascrizione.

Cos'è l'indirizzo broadcast?

È l'ultimo indirizzo della subnet, usato per traffico verso tutti gli host del segmento. Non assegnare host all'indirizzo di rete o broadcast quando pianifichi il DHCP.

Quanti host in un /24?

Un /24 IPv4 ha 256 indirizzi totali; dopo rete e broadcast restano 254 host utilizzabili nella maggior parte delle LAN. Il calcolatore mostra l'intervallo esatto per il tuo prefisso.

Posso calcolare subnet IPv6?

DN01 si concentra su CIDR IPv4, ancora il più comune in ticket di supporto e pianificazione ufficio. Per IPv6 la logica del prefisso è simile, ma valida le policy /64 del provider a parte.

Cos'è la wildcard mask?

È l'inverso della subnet mask, comune in ACL e policy di routing. Il calcolatore la mostra accanto al CIDR per copiare la forma corretta su router e firewall.

Il calcolatore IP è gratuito?

Sì per calcoli manuali nel browser. Pipeline che normalizzano migliaia di prefissi possono usare la documentazione API dopo richiedere un token API.

Quando usare il calcolatore invece di WHOIS?

Il calcolatore risponde su intervalli IP e limiti di subnet. WHOIS risponde su proprietà e date del dominio. Per un host pubblico usa entrambi: CIDR per la rete, WHOIS e Verificatore DNS per il nome.

Cambio strumento

Scegli il passo successivo nel tuo flusso di lavoro su dominio o sicurezza.

Catalogo completo strumenti

Guide

Guide pratiche per le attività più comuni con Calcolatore IP: record DNS, passaggi di risoluzione problemi e link ai nostri strumenti gratuiti.

Torna a Calcolatore IP