Kernaali Tools
References

IPv6 Quick Reference

A one-page A4 reference for IPv6 notation, prefix sizes, address types, multicast and reverse DNS.

One A4 page · 100% scale · turn off browser headers and footers.

IPv6 Quick ReferenceKERNAALI / FIELD REFERENCE

Read the address

2001:db8:4a10:0023:0000:0000:0000:009a/64
128 bits = eight 16-bit hexadecimal groups. Here the first four groups identify the /64 prefix; the remaining four are the interface-ID portion.

Canonical form: 2001:db8:4a10:23::9a/64. Drop leading zeros within groups. Replace the longest run of two or more zero groups with :: once; use the leftmost run on a tie. Never drop trailing zeros from a group.

Prefix / addressMeaningOperational detail
::/128UnspecifiedUsed before an address is available; not a destination
::1/128LoopbackLocal host only
fe80::/10Link-localRouters do not forward it to other links
fc00::/7Unique localLocally generated prefixes use fd00::/8 + random 40-bit global ID
2001:db8::/32DocumentationUse for published examples
ff00::/8MulticastScope is encoded in the address
ff02::1All nodes on linkLink-scoped multicast
ff02::2All routers on linkLink-scoped multicast
ff02::1:ff00:0/104Solicited-node multicastLast 24 bits come from the unicast/anycast address

Prefixes in a plan

PrefixCommon use / arithmetic
/4865,536 separate /64s
/56256 separate /64s
/6016 separate /64s
/64Usual SLAAC LAN prefix
/127Router point-to-point link (RFC 6164)
/128Single host route

A /64 is the normal LAN/SLAAC design, not a rule that every route must be /64. There is no IPv6 broadcast and no general “subtract two hosts” rule.

Reverse DNS and scope

Reverse the 32 hexadecimal digits and append ip6.arpa.; each digit is a DNS label. A /48 reverse zone uses 12 prefix nibbles, in reverse order. Delegate on a 4-bit boundary.

For 2001:db8:4a10::/48, the reverse zone is 0.1.a.4.8.b.d.0.1.0.0.2.ip6.arpa.

A link-local address may need an interface scope such as %eth0 in a host tool. The zone suffix is local context, not part of the 128-bit address.

Before enabling IPv6: allow required ICMPv6 (including Neighbor Discovery and Packet Too Big), deploy explicit firewall policy, and test DNS AAAA reachability.

Technical references

Found an issue? Send a correction with a reproducible example.