IPTool IPTool

Fast system administrator tools

Supports compressed (::), full and IPv4-embedded formats (e.g., ::ffff:192.0.2.1).
/
IP/Prefix β€”
Compressed representation β€”
Expanded (full) representation β€”
Network block β€”
First address in subnet β€”
Last address in subnet β€”
Addresses in subnet β€”
Type/class of address β€”
Reference: reserved blocks
::/128 :: (unspecified)
::1/128 Loopback, address of the current device.
::/96 Embedded IPv4 (IPv4-compatible, obsolete)
::ffff:0:0/96 IPv4-mapped address (::ffff:0:0/96)
64:ff9b::/96 NAT64 well-known prefix
2001::/32 Teredo (2001::/32)
2001:db8::/32 For documentation examples
2002::/16 6to4 (2002::/16)
fe80::/10 Link-local addresses are often used for automatic network address configuration when external sources are unavailable.
fec0::/10 Site-local (deprecated)
fc00::/7 Private (internal) networks
ff00::/8 For multicast
3fff::/20 For documentation examples

What it is

The IPv6 calculator derives the network block, first/last address in the subnet and multiple address representations (compressed/expanded) from an IP and prefix.

How it works

Enter an IPv6 in any valid form (e.g., 2001:db8::1 or ::ffff:192.0.2.1) and prefix length (/64). The tool computes the network and range.

Examples

  • 2001:db8::1/64 β†’ network 2001:db8::/64, range 2001:db8:: – 2001:db8::ffff:ffff:ffff:ffff.
  • fc00::/7 β†’ unique local address (ULA) range.

Limitations & notes

There is no broadcast in IPv6; we show the last address in the subnet. Calculations follow standard CIDR rules.

FAQ

  • Why show "2^N" instead of an exact number? IPv6 subnets are astronomically large; using powers of two is clearer.
  • Is IPv4-embedded form supported? Yes, e.g., ::ffff:192.0.2.1.

Related tools