<?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.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-v6ops-nat64-wkp-1918-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="nat64-wkp-1918">NAT64 WKP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-v6ops-nat64-wkp-1918-00"/>
    <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="2025" month="November" day="24"/>
    <area>Operations and Management</area>
    <workgroup>IPv6 Operations</workgroup>
    <keyword>ipv6</keyword>
    <keyword>nat64</keyword>
    <keyword>wkp</keyword>
    <abstract>
      <?line 56?>

<t>This document removes the requirement introduced in Section 3.1 of RFC6052 that the NAT64 Well-Known Prefix 64:FF9B::/96 <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"/>.</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 60?>

<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-global IPv4 addresses, such as those defined in <xref target="RFC1918"/> or listed in Section 3 of <xref target="RFC5735"/>.</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-global 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 RFC1918 addresses) and external (Internet) IPv4-only destinations.
The restriction in Section 3.1 of RFC6052 prevents such networks from utilizing the WKP and, consequently, from relying on public DNS64 servers 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-global 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 a 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 global IPv4 addresses.
This duplication significantly complicates security policies, troubleshooting, and other operational aspects of the network.</t>
      <t>Prohibiting the WKP from representing non-global IPv4 addresses offers no substantial benefit to IPv6-only or IPv6-mostly deployments.
Simultaneously, it 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 all IPv4 addresses, regardless of their global or non-global status.
This simplification would 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"/>.</t>
      </section>
    </section>
    <section anchor="rfc6052-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 non-global IPv4 addresses, such as those defined in <xref target="RFC1918"/> or listed in Section 3 of <xref target="RFC5735"/>.
By default, address translators <bcp14>MUST</bcp14> translate packets in which an address is composed of the Well-Known Prefix and a non-global IPv4 address; they <bcp14>MUST NOT</bcp14> drop these packets unless configured to do so.</t>
      <t>===</t>
      <t>As noted in Errata 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 when it is desirable to ignore translation of private use IPv4 addressing due to internal policy or overlapping internal networks. It is important to note, however, that overlapping networks in IPv6 translated addresses are also overlapping in IPv4, and so behavior will be similar across protocols in the vast majority of use cases. In environments reliant on <xref target="RFC7050"/> may be required 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.</t>
      <section anchor="existing-behavior">
        <name>Existing Behavior</name>
        <t>Testing of existing non-mobile CLAT implementations has shown that there is significant lack of support for compliance with the original test of <xref target="RFC6052"/> section 3.1, indicating the operational behaviors of devices utilizing a client side translator (CLAT) are aligned with the proposed text at present, and that compliance with the existing text will cause potential operational overhead as adjustments to current practice will be required.</t>
        <t>Further, where client side translation and local synthesis is used, it is currently not possible to employ more than one translation prefix, as 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-prefix">
        <name>Use of Network Specific Prefix</name>
        <t>Use of a network specific prefix such as provided by <xref target="RFC8215"/> does not preclude the removal of section 3.1 as a <bcp14>MUST</bcp14> requirement. If a network employs a network specific prefix the behavior of synthesizing a private use IPv4 address is not prevented by standard. The use of a network specific prefix implies the existence of a local mechanism for synthesizing IPv6 addresses based on that specific prefix, and thereby rules out 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>TODO Security</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="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="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="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="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="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="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 172?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank .... for their helpful comments and suggestions on this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
bUV/DeBoxem3mk4pkzT9bEtQCPUvdsxBZ+QfAAA=

-->

</rfc>
