Validate a proposed IPv8 address and break it into its ASN and host components.
⚠ Proposed draft — not an adopted standard
Based on draft-thain-ipv8 (IETF Internet-Draft, April 2026). No real equipment speaks IPv8. Use for education and exploration only.
Format: r.r.r.r.n.n.n.n — 8 dotted-decimal octets, each 0–255.
IPv8 addresses in draft-thain-ipv8 are 64 bits long, expressed as 8 dotted-decimal octets (r.r.r.r.n.n.n.n). The first four octets form a 32-bit ASN routing prefix; the last four form a 32-bit host identifier with the same semantics as an IPv4 host.
Validation rules applied:
IPv4 subset check: when the first four octets are all zero, the draft treats the address as equivalent to the IPv4 address formed by the last four octets. This tool surfaces that mapping explicitly.
Caveat: This is the author's interpretation of the draft, which is widely regarded as under-specified. See our IPv8 explainer for background.