| Internet-Draft | Global NAT64 Anycast | April 2026 |
| Matolin | Expires 18 October 2026 | [Page] |
This document defines a globally routable, anycast NAT64 service using the IPv6 prefix 2600:6464::/96 as a standardized translation substrate for IPv6-to-IPv4 connectivity.¶
The goal of this specification is to eliminate per-network NAT64 configuration complexity by introducing a single globally consistent NAT64 translation prefix operated as a distributed anycast service by participating Internet Service Providers, cloud providers, and content delivery networks.¶
The model assumes an IPv6-only client environment with mandatory IPv4 reachability via NAT64 translation. IPv4-only services remain reachable without modification.¶
IPv4 is not modified. IPv6 is not modified. Only translation placement and routing semantics are standardized.¶
This document defines:¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 18 October 2026.¶
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
NAT64 [RFC6146] enables IPv6-only clients to communicate with IPv4 servers via protocol translation. Current deployments require per-operator configuration of NAT64 prefixes, DNS64 behavior, and stateful translation pools.¶
This document proposes a globally standardized NAT64 prefix:¶
2600:6464::/96¶
and defines its use as a globally anycasted translation endpoint.¶
Instead of each operator deploying isolated NAT64 infrastructure, participating networks announce the prefix via BGP anycast, allowing the nearest translation edge to handle synthesis.¶
Current NAT64 deployments suffer from:¶
This leads to:¶
A single global NAT64 anycast prefix provides:¶
The IPv6 prefix 2600:6464::/96 is reserved as:¶
Global NAT64 Anycast Translation Prefix¶
Characteristics:¶
The last 32 bits represent the IPv4 address being synthesized.¶
Example:¶
2600:6464::0808:0808 -> 8.8.8.8¶
Participating operators advertise 2600:6464::/96 globally.¶
Routing behavior:¶
Client -> nearest NAT64 edge (anycast)
-> stateful or stateless translation
-> IPv4 Internet¶
The architecture is intentionally stateless at routing level and stateful at translation edge only.¶
All NAT state is local to the terminating edge.¶
Mapping rule:¶
IPv6 address = 2600:6464:0:0:W.X.Y.Z¶
Where:¶
No DNS dependency is required if literal IPv4 embedding is used.¶
DNS64 MAY synthesize AAAA records using prefix 2600:6464::/96.¶
Example:¶
A record: example.com -> 93.184.216.34¶
Synthesized AAAA:
2600:6464::5db8:d822¶
DNSSEC considerations:¶
IPv4 -> IPv6 direct access via NAT64 prefix is explicitly disallowed.¶
Reason:¶
Only IPv6-originated sessions MAY traverse NAT64 edges.¶
Any network participating in global NAT64 anycast MUST:¶
SHOULD:¶
Threat model includes:¶
Mitigations:¶
Anycast NAT64 edges MUST NOT forward packets without valid IPv4 extraction context.¶
IANA is requested to:¶
Inspired by decades of NAT64 deployments, CGNAT scaling pain, and the universal human desire to stop dealing with IPv4.¶