<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-v6ops-nat64-wkp-1918-07" category="std" consensus="true" submissionType="IETF" updates="6052" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="nat64-wkp-1918">Using the Well-Known IPv6 Prefix to Represent Non-Global IPv4 Addresses</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-v6ops-nat64-wkp-1918-07"/>
    <author initials="W." surname="Kumari" fullname="Warren Kumari">
      <organization>Google, LLC</organization>
      <address>
        <email>warren@kumari.net</email>
      </address>
    </author>
    <author fullname="Jen Linkova">
      <organization>Google, LLC</organization>
      <address>
        <email>furry13@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="August" day="14"/>
    <area>Operations and Management</area>
    <workgroup>IPv6 Operations</workgroup>
    <keyword>ipv6</keyword>
    <keyword>nat64</keyword>
    <keyword>wkp</keyword>
    <abstract>
      <?line 60?>

<t>This document modifies the requirement introduced in Section 3.1 of RFC6052
that IPv4/IPv6 Translators <bcp14>MUST NOT</bcp14> use the Well-Known Prefix 64:ff9b::/96
to represent non-globally reachable IPv4 addresses, such as those defined
in RFC1918 or listed in Section 2.2.2 of RFC6890.
The proposed change enables IPv6-only nodes to reach IPv4-only services
with specific non-globally reachable addresses
by leveraging the Well-Known Prefix.</t>
      <t>This document updates Section 3.1 of RFC6052 ("Restrictions on the Use of the
Well-Known Prefix") to allow packets in which an address is composed of the
Well-Known Prefix and specific non-globally reachable IPv4 addresses to be
translated.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-v6ops-nat64-wkp-1918/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        IPv6 Operations Working Group mailing list (<eref target="mailto:v6ops@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/v6ops/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/v6ops/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/furry13/6052-update-wkp1918"/>.</t>
    </note>
  </front>
  <middle>
    <?line 75?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Section 3.1 of <xref target="RFC6052"/> prohibits IPv4/IPv6 translators from using the
Well-Known Prefix (WKP, 64:ff9b::/96) to represent non-globally reachable IPv4
addresses, such as those defined in <xref target="RFC1918"/> or listed in Section 2.2.2 of
<xref target="RFC6890"/>.</t>
      <t>This restriction is relatively straightforward to implement in DNS64 <xref target="RFC6147"/>:
a DNS64 server simply avoids synthesizing an AAAA record using the WKP if the
original A record contains a non-globally reachable IPv4 address. However, this
requirement introduces significant operational challenges for systems that do
not rely on DNS64 and instead use local synthesis such as CLAT (Customer-side
Translator, <xref target="RFC6877"/>), or similar approaches.</t>
      <t>Enterprise and other closed networks often require IPv6-only nodes to
communicate with both internal (e.g., using <xref target="RFC1918"/> addresses) and external
(Internet) IPv4-only destinations. The restriction in Section 3.1 of <xref target="RFC6052"/>
prevents such networks from utilizing the WKP and, consequently, from relying
on public DNS64 servers (e.g. forwarding requests for external zones to public
DNS64) which utilize the WKP in order to maximize compatibility.</t>
      <t>Using two NAT64 prefixes — the WKP for Internet destinations and a
Network-Specific Prefix (NSP) for non-globally reachable IPv4 addresses — is
not a feasible solution for nodes performing local synthesis or running CLAT.
None of the widely deployed NAT64 Prefix Discovery mechanisms (<xref target="RFC7050"/>,
<xref target="RFC8781"/>) provide a method to map a specific NAT64 prefix to the subset of
IPv4 addresses for which it should be used.</t>
      <t>According to Section 3 of <xref target="RFC7050"/>, a node must use all learned prefixes when
performing local IPv6 address synthesis. Consequently, if a node discovers both
the WKP and the NSP, it will use both prefixes to represent globally reachable
IPv4 addresses. This duplication significantly complicates security policies,
troubleshooting, and other operational aspects of the network.</t>
      <t>Combining the WKP with the Local-Use prefix (64:ff9b:1::/48, <xref target="RFC8215"/>) is also
not feasible, as it introduces the same challenges as using the WKP
with the NSP.</t>
      <t>Prohibiting the WKP from representing private IPv4 addresses <xref target="RFC1918"/> and shared addresses <xref target="RFC6598"/>
offers no substantial benefit to IPv6-only or IPv6-mostly deployments.
It also substantially complicates network design and the behavior of nodes.</t>
      <t>Given the recent operational experience in deploying IPv6-only and IPv6-mostly
networks, it is desirable to allow translators to use a single prefix
(including the WKP) to represent IPv4 addresses regardless of their
globally reachable or non-globally reachable status.
In particular, allowing translators to use the WKP to represent
private IPv4 addresses (<xref target="RFC1918"/>, <xref target="RFC6598"/>) will greatly improve
the utility of the WKP in enterprise networks.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<section anchor="terminology">
        <name>Terminology</name>
        <t>This document reuses the Terminology section of <xref target="RFC6052"/> and <xref target="RFC8190"/>.</t>
      </section>
    </section>
    <section anchor="update">
      <name>RFC6052 Update</name>
      <t>This document updates Section 3.1 of <xref target="RFC6052"/> ("Restrictions on the Use of the
Well-Known Prefix") as follows:</t>
      <t>OLD TEXT:</t>
      <t>===</t>
      <t>The Well-Known Prefix <bcp14>MUST NOT</bcp14> be used to represent non-global IPv4 addresses,
such as those defined in <xref target="RFC1918"/> or listed in Section 3 of <xref target="RFC5735"/>. Address
translators <bcp14>MUST NOT</bcp14> translate packets in which an address is composed of the
Well-Known Prefix and a non-global IPv4 address; they <bcp14>MUST</bcp14> drop these packets.</t>
      <t>===</t>
      <t>NEW TEXT:</t>
      <t>===</t>
      <t>The Well-Known Prefix <bcp14>MAY</bcp14> be used to represent the non-global IPv4 addresses
listed in <xref target="RFC1918"/> and <xref target="RFC6598"/>.</t>
      <t>Unmanaged client-side translators (CLATs) <bcp14>MUST</bcp14> translate packets in which an
address is composed of the Well-Known Prefix and these non-globally reachable
IPv4 address (defined in <xref target="RFC1918"/> and <xref target="RFC6598"/>) by default.</t>
      <t>Provider-side translators (PLATs) <bcp14>MUST</bcp14> translate such packets unless configured
otherwise. Because administrators may rely on dropping these packets as an
implicit security policy, the translation <bcp14>MAY</bcp14> be disabled by a configuration knob.</t>
      <t>===</t>
      <t>As noted in Erratum 5547 (<xref target="EID5547"/>):</t>
      <t><tt>
IPv4 packets with private destination addresses are routinely translated to IPv4 packets with global destination addresses in NAT44.
Similarly, an IPv6 packet with a destination address representing a private IPv4 address [RFC6052] can be translated to an IPv4 packet with a global destination address by NAT64 [RFC6146].
If a 464XLAT CLAT cannot translate a private IPv4 address to an IPv6 address using the NAT64 /96 prefix and that IPv4 address [RFC6052], then the packet may not be translated to an IPv4 packet with a global address by the 464XLAT PLAT (stateful NAT64). This changes the intent of the sender, and in so doing violates the end to end principle.
</tt></t>
      <t>Removing the requirement introduced in RFC 6052 Section 3.1 addresses this
errata.</t>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>There may be cases in which it is desirable to ignore translation of private use
IPv4 addressing due to internal policy or overlapping internal networks.
In such envinronments the operators need to create configurations
which address the filtering of private use IPv4 addressing
if there is an expectation of compliance with
the original section 3.1 of <xref target="RFC6052"/>.</t>
      <section anchor="existing-behavior">
        <name>Existing Behavior</name>
        <t>Testing and operational experience with existing CLAT implementations (both
mobile and non-mobile) have revealed highly inconsistent behavior regarding the
original restriction in Section 3.1 of <xref target="RFC6052"/>. While some implementations
strictly comply with the original requirement and drop packets destined for
non-globally reachable IPv4 addresses, many other widely deployed CLATs
completely ignore this restriction and translate the packets.</t>
        <t>This inconsistency creates significant operational challenges. Network
operators are unable to predictably determine how unmanaged, client-side
devices will handle traffic directed to internal IPv4 services. This
unpredictable dropping or translating of packets on the client side severely
complicates network design, security policies, and troubleshooting.</t>
        <t>By formalizing the requirement that unmanaged CLAT implementations <bcp14>MUST</bcp14>
translate these packets by default (as updated in Section 3), and allowing PLAT
devices to translate these packets, this document provides clear, standardized
instructions to implementers. This resolves the current operational ambiguity,
ensuring predictable behavior across all client ecosystems and aligning the
standard with the practical realities of modern IPv6-mostly and IPv6-only
deployments.</t>
        <t>Furthermore, where client-side translation and local synthesis are used, it is
currently not feasible to employ more than one translation prefix, especially
if different prefixes must be used for different IPv4 destinations. None of the
widely deployed NAT64 Prefix Discovery mechanisms (<xref target="RFC7050"/>, <xref target="RFC8781"/>)
provide a method to map a specific NAT64 prefix to a subset of IPv4 addresses
for which it should be used.</t>
      </section>
      <section anchor="use-of-network-specific-or-local-use-prefix">
        <name>Use of Network Specific or Local-Use Prefix</name>
        <t>Use of a network specific prefix or the Local-Use prefix as defined in<br/>
          <xref target="RFC8215"/>, 64:ff9b:1::/48, does not preclude the removal of section   <br/>
3.1 of <xref target="RFC6052"/> as a <bcp14>MUST</bcp14> requirement.
Whether a network employs a network specific  <br/>
prefix or 64:ff9b:1::/48, the behavior of synthesizing a private use  <br/>
IPv4 address is not prohibited by <xref target="RFC6052"/>. The changes proposed in  <br/>
this document are not impactful to networks using NSPs or the Local-Use 
prefix as defined in <xref target="RFC8215"/>.</t>
        <t>As discussed in <xref target="introduction"/>, utilizing the NSP or
the Local-Use prefix will typically prevent the use of a public DNS64
resolver in the vast majority of cases, as large scale public DNS64 resolvers
use the WKP to maximize compatibility.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Legitimizing packets where the IPv6 destination address is composed of the WKP
and a non-globally reachable IPv4 address does not, inherently, introduce new
security considerations. Whether a specific traffic flow between an IPv6-only
source and a non-globally reachable IPv4 destination (or any flow to a
non-globally reachable IPv4 destination) is legitimate is a matter of local
network topology and administrative policy. However, existing NAT64
implementations compliant with RFC 6052 are expected to drop such packets.
Administrators may be relying on this implicit filtering as a built-in security
mechanism to prevent unauthorized access to private IPv4 infrastructure, rather
than implementing explicit security policies. This reliance is particularly
prevalent in managed NAT64 (PLAT) environments.</t>
      <t>Modifying the recommended behavior to allow such address compositions may, in
the absence of explicit filtering, enable traffic flows that were previously
prohibited by the translator's default logic.
To mitigate this risk, existing managed PLAT implementations
compliant with RFC 6052 <bcp14>SHOULD NOT</bcp14> alter their default dropping
behavior. As specified in <xref target="update"/>,
implementations which choose to
drop those packets by default <bcp14>MUST</bcp14> provide a configuration knob to
control this functionality, ensuring that the transition to supporting
non-globally reachable addresses is an intentional administrative
action accompanied by a review of local security policies.</t>
      <t>Furthermore, administrators should not rely on the internal verification logic
of the translator to enforce security boundaries. Instead, explicit policies
such as access control lists (ACLs), firewall policies or NAT rules must be
used to define authorized traffic patterns through the translator.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC1918">
          <front>
            <title>Address Allocation for Private Internets</title>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="B. Moskowitz" initials="B." surname="Moskowitz"/>
            <author fullname="D. Karrenberg" initials="D." surname="Karrenberg"/>
            <author fullname="G. J. de Groot" initials="G. J." surname="de Groot"/>
            <author fullname="E. Lear" initials="E." surname="Lear"/>
            <date month="February" year="1996"/>
            <abstract>
              <t>This document describes address allocation for private internets. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="5"/>
          <seriesInfo name="RFC" value="1918"/>
          <seriesInfo name="DOI" value="10.17487/RFC1918"/>
        </reference>
        <reference anchor="RFC6052">
          <front>
            <title>IPv6 Addressing of IPv4/IPv6 Translators</title>
            <author fullname="C. Bao" initials="C." surname="Bao"/>
            <author fullname="C. Huitema" initials="C." surname="Huitema"/>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>This document discusses the algorithmic translation of an IPv6 address to a corresponding IPv4 address, and vice versa, using only statically configured information. It defines a well-known prefix for use in algorithmic translations, while allowing organizations to also use network-specific prefixes when appropriate. Algorithmic translation is used in IPv4/IPv6 translators, as well as other types of proxies and gateways (e.g., for DNS) used in IPv4/IPv6 scenarios. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6052"/>
          <seriesInfo name="DOI" value="10.17487/RFC6052"/>
        </reference>
        <reference anchor="RFC6598">
          <front>
            <title>IANA-Reserved IPv4 Prefix for Shared Address Space</title>
            <author fullname="J. Weil" initials="J." surname="Weil"/>
            <author fullname="V. Kuarsingh" initials="V." surname="Kuarsingh"/>
            <author fullname="C. Donley" initials="C." surname="Donley"/>
            <author fullname="C. Liljenstolpe" initials="C." surname="Liljenstolpe"/>
            <author fullname="M. Azinger" initials="M." surname="Azinger"/>
            <date month="April" year="2012"/>
            <abstract>
              <t>This document requests the allocation of an IPv4 /10 address block to be used as Shared Address Space to accommodate the needs of Carrier- Grade NAT (CGN) devices. It is anticipated that Service Providers will use this Shared Address Space to number the interfaces that connect CGN devices to Customer Premises Equipment (CPE).</t>
              <t>Shared Address Space is distinct from RFC 1918 private address space because it is intended for use on Service Provider networks. However, it may be used in a manner similar to RFC 1918 private address space on routing equipment that is able to do address translation across router interfaces when the addresses are identical on two different interfaces. Details are provided in the text of this document.</t>
              <t>This document details the allocation of an additional special-use IPv4 address block and updates RFC 5735. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="153"/>
          <seriesInfo name="RFC" value="6598"/>
          <seriesInfo name="DOI" value="10.17487/RFC6598"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5735">
          <front>
            <title>Special Use IPv4 Addresses</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="L. Vegoda" initials="L." surname="Vegoda"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>This document obsoletes RFC 3330. It describes the global and other specialized IPv4 address blocks that have been assigned by the Internet Assigned Numbers Authority (IANA). It does not address IPv4 address space assigned to operators and users through the Regional Internet Registries, nor does it address IPv4 address space assigned directly by IANA prior to the creation of the Regional Internet Registries. It also does not address allocations or assignments of IPv6 addresses or autonomous system numbers. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5735"/>
          <seriesInfo name="DOI" value="10.17487/RFC5735"/>
        </reference>
        <reference anchor="RFC6146">
          <front>
            <title>Stateful NAT64: Network Address and Protocol Translation from IPv6 Clients to IPv4 Servers</title>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="P. Matthews" initials="P." surname="Matthews"/>
            <author fullname="I. van Beijnum" initials="I." surname="van Beijnum"/>
            <date month="April" year="2011"/>
            <abstract>
              <t>This document describes stateful NAT64 translation, which allows IPv6-only clients to contact IPv4 servers using unicast UDP, TCP, or ICMP. One or more public IPv4 addresses assigned to a NAT64 translator are shared among several IPv6-only clients. When stateful NAT64 is used in conjunction with DNS64, no changes are usually required in the IPv6 client or the IPv4 server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6146"/>
          <seriesInfo name="DOI" value="10.17487/RFC6146"/>
        </reference>
        <reference anchor="RFC6147">
          <front>
            <title>DNS64: DNS Extensions for Network Address Translation from IPv6 Clients to IPv4 Servers</title>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="A. Sullivan" initials="A." surname="Sullivan"/>
            <author fullname="P. Matthews" initials="P." surname="Matthews"/>
            <author fullname="I. van Beijnum" initials="I." surname="van Beijnum"/>
            <date month="April" year="2011"/>
            <abstract>
              <t>DNS64 is a mechanism for synthesizing AAAA records from A records. DNS64 is used with an IPv6/IPv4 translator to enable client-server communication between an IPv6-only client and an IPv4-only server, without requiring any changes to either the IPv6 or the IPv4 node, for the class of applications that work through NATs. This document specifies DNS64, and provides suggestions on how it should be deployed in conjunction with IPv6/IPv4 translators. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6147"/>
          <seriesInfo name="DOI" value="10.17487/RFC6147"/>
        </reference>
        <reference anchor="RFC6877">
          <front>
            <title>464XLAT: Combination of Stateful and Stateless Translation</title>
            <author fullname="M. Mawatari" initials="M." surname="Mawatari"/>
            <author fullname="M. Kawashima" initials="M." surname="Kawashima"/>
            <author fullname="C. Byrne" initials="C." surname="Byrne"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>This document describes an architecture (464XLAT) for providing limited IPv4 connectivity across an IPv6-only network by combining existing and well-known stateful protocol translation (as described in RFC 6146) in the core and stateless protocol translation (as described in RFC 6145) at the edge. 464XLAT is a simple and scalable technique to quickly deploy limited IPv4 access service to IPv6-only edge networks without encapsulation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6877"/>
          <seriesInfo name="DOI" value="10.17487/RFC6877"/>
        </reference>
        <reference anchor="RFC6890">
          <front>
            <title>Special-Purpose IP Address Registries</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="L. Vegoda" initials="L." surname="Vegoda"/>
            <author fullname="R. Bonica" initials="R." role="editor" surname="Bonica"/>
            <author fullname="B. Haberman" initials="B." surname="Haberman"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>This memo reiterates the assignment of an IPv4 address block (192.0.0.0/24) to IANA. It also instructs IANA to restructure its IPv4 and IPv6 Special-Purpose Address Registries. Upon restructuring, the aforementioned registries will record all special-purpose address blocks, maintaining a common set of information regarding each address block.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="153"/>
          <seriesInfo name="RFC" value="6890"/>
          <seriesInfo name="DOI" value="10.17487/RFC6890"/>
        </reference>
        <reference anchor="RFC7050">
          <front>
            <title>Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis</title>
            <author fullname="T. Savolainen" initials="T." surname="Savolainen"/>
            <author fullname="J. Korhonen" initials="J." surname="Korhonen"/>
            <author fullname="D. Wing" initials="D." surname="Wing"/>
            <date month="November" year="2013"/>
            <abstract>
              <t>This document describes a method for detecting the presence of DNS64 and for learning the IPv6 prefix used for protocol translation on an access network. The method depends on the existence of a well-known IPv4-only fully qualified domain name "ipv4only.arpa.". The information learned enables nodes to perform local IPv6 address synthesis and to potentially avoid NAT64 on dual-stack and multi-interface deployments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7050"/>
          <seriesInfo name="DOI" value="10.17487/RFC7050"/>
        </reference>
        <reference anchor="RFC8781">
          <front>
            <title>Discovering PREF64 in Router Advertisements</title>
            <author fullname="L. Colitti" initials="L." surname="Colitti"/>
            <author fullname="J. Linkova" initials="J." surname="Linkova"/>
            <date month="April" year="2020"/>
            <abstract>
              <t>This document specifies a Neighbor Discovery option to be used in Router Advertisements (RAs) to communicate prefixes of Network Address and Protocol Translation from IPv6 clients to IPv4 servers (NAT64) to hosts.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8781"/>
          <seriesInfo name="DOI" value="10.17487/RFC8781"/>
        </reference>
        <reference anchor="RFC8190">
          <front>
            <title>Updates to the Special-Purpose IP Address Registries</title>
            <author fullname="R. Bonica" initials="R." surname="Bonica"/>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Haberman" initials="B." surname="Haberman"/>
            <author fullname="L. Vegoda" initials="L." surname="Vegoda"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>This memo updates the IANA IPv4 and IPv6 Special-Purpose Address Registries to address issues raised by the definition of a "global" prefix. It also corrects several errors in registry entries to ensure the integrity of the IANA Special-Purpose Address Registries.</t>
              <t>This memo updates RFC 6890.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="153"/>
          <seriesInfo name="RFC" value="8190"/>
          <seriesInfo name="DOI" value="10.17487/RFC8190"/>
        </reference>
        <reference anchor="RFC8215">
          <front>
            <title>Local-Use IPv4/IPv6 Translation Prefix</title>
            <author fullname="T. Anderson" initials="T." surname="Anderson"/>
            <date month="August" year="2017"/>
            <abstract>
              <t>This document reserves the IPv6 prefix 64:ff9b:1::/48 for local use within domains that enable IPv4/IPv6 translation mechanisms.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8215"/>
          <seriesInfo name="DOI" value="10.17487/RFC8215"/>
        </reference>
        <reference anchor="EID5547" target="https://www.rfc-editor.org/errata/eid5547">
          <front>
            <title>Errata ID 5547: NAT64 Well-Known Prefix SHOULD NOT be used for Private Use IPv4 Addresses</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 292?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank Mikael Abrahamsson, Mohamed Boucadair, Nick Buraglio, Lorenzo Colitti, Brian Carpenter, Goetz Goerisch, Wes Hardaker, Suresh Krishnan, Ted Lemon, Jordi Palet, and XiPeng Xiao for their helpful comments and suggestions on this document.</t>
    </section>
    <section numbered="false" anchor="appendix-example-flow">
      <name>Appendix: Example flow</name>
      <t>To illustrate the updated normative behavior, consider an IPv6-only network
utilizing 464XLAT <xref target="RFC6877"/> where an administrator wishes to provide access to
an internal, IPv4-only corporate service hosted at 10.1.2.3.</t>
      <section numbered="false" anchor="scenario-a-unmanaged-clat-to-managed-plat-flow">
        <name>Scenario A: Unmanaged CLAT to Managed PLAT Flow</name>
        <t>An IPv4-only application on an unmanaged client device generates an IPv4 packet
destined for 10.1.2.3.</t>
        <t>The local CLAT intercepts the IPv4 packet and synthesizes an IPv6 destination
address by prepending the Well-Known Prefix: 64:ff9b::10.1.2.3.</t>
        <t>CLAT Behavior: Under the updated guidance in Section 3, the CLAT <bcp14>MUST</bcp14> translate
this packet by default, ignoring the non-globally reachable nature of the
embedded IPv4 address, and forward the resulting IPv6 packet to the network.</t>
        <t>The IPv6 network routes the packet to the managed PLAT (NAT64 gateway).</t>
        <t>PLAT Behavior: Upon receiving the packet destined for 64:ff9b::10.1.2.3, the
PLAT evaluates its local configuration:</t>
        <t>Permit: If the administrator has explicitly enabled translation for
non-globally reachable addresses (or left the default translation behavior
enabled), the PLAT translates the packet back to IPv4 and forwards it to
10.1.2.3.</t>
        <t>Drop: If the administrator relies on a default-drop posture for non-globally
reachable addresses or has explicitly configured an access control list (ACL)
blocking this range, the PLAT drops the packet.</t>
      </section>
      <section numbered="false" anchor="scenario-b-native-ipv6-host-to-managed-plat">
        <name>Scenario B: Native IPv6 Host to Managed PLAT</name>
        <t>An IPv6-capable host (without a local CLAT) needs to communicate with the same
internal service. It acquires the destination address 64:ff9b::10.1.2.3 (e.g.,
via DNS64, local synthesis, or explicit application configuration).</t>
        <t>The host transmits the IPv6 packet, which is routed to the PLAT.</t>
        <t>PLAT Behavior: The PLAT applies the same configuration logic as in Scenario A.
It <bcp14>MUST</bcp14> translate the packet to IPv4 and forward it to 10.1.2.3 unless local
administrative policy configures it to drop the packet.</t>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
NwAA

-->

</rfc>
