<?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.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-intarea-ipv6-resolved-gateway-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="IPv6-Resolved IPv4 GW">IPv6-Resolved IPv4 Gateway</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-intarea-ipv6-resolved-gateway-00"/>
    <author initials="R." surname="van Mook" fullname="Remco van Mook">
      <organization>Asteroid International B.V.</organization>
      <address>
        <email>remco@asteroidhq.com</email>
      </address>
    </author>
    <date year="2026" month="August" day="27"/>
    <area>Internet</area>
    <workgroup>Internet Area Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 51?>

<t>This document specifies host behavior enabling IPv4 communication
for dual-stack hosts on IPv6-only segments, without
subnets, ARP, tunneling, or translation. Hosts that receive
<tt>192.0.0.11/32</tt> as their IPv4 default gateway address resolve
the next-hop link-layer address from the IPv6 neighbor cache
rather than via ARP. IPv4 packets are forwarded
natively, end-to-end. The mechanism is incrementally deployable
alongside unmodified hosts with no changes to DHCPv4
infrastructure. This document
requests the allocation of <tt>192.0.0.11/32</tt> in the IANA IPv4
Special-Purpose Address Registry to support this mechanism.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://remcovanmook.github.io/draft-ipv6-resolved-gateway/draft-ietf-intarea-ipv6-resolved-gateway.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-intarea-ipv6-resolved-gateway/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Internet Area Working Group mailing list (<eref target="mailto:int-area@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/int-area/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/int-area/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/remcovanmook/draft-ipv6-resolved-gateway"/>.</t>
    </note>
  </front>
  <middle>
    <?line 65?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>An IPv4 address functions as a service endpoint identifier --
either for a client seeking access to a service, or a server
providing one. The BSD socket API, present in virtually every
operating system and language runtime, expresses this directly:
a call to <tt>connect(AF_INET, "192.0.2.1", 80)</tt> is a statement
about which service to reach, not about routing or link-layer
resolution. The host implements IPv4 natively;
routers recognise and forward IPv4 packets and will continue to
do so. What this document changes is solely how the host resolves
the link-layer next-hop for the first hop.</t>
      <t>Networks transitioning to IPv6-only segments still need to carry
IPv4 traffic for dual-stack hosts. Traditional mechanisms such as
dual-stack, tunneling, and translation all reintroduce IPv4 at
the infrastructure level. This document defines a sentinel
IPv4 address, <tt>192.0.0.11</tt>, that signals to a host stack that
link-layer resolution for the IPv4 default gateway is derived
from the link-layer address entry for the IPv6 default router in
the neighbor cache <xref target="RFC4861"/>, rather than via ARP. The IPv4
routing table entry is unchanged; only the next-hop resolution
path is modified. This eliminates the need for IPv4 subnets and
ARP on the local segment, removing the requirement for tunneling
or translation at the first hop.</t>
      <t>This problem is already being solved in production, but
inconsistently. Hosting providers including Hetzner, OVH, and
Scaleway independently deploy /32 host addresses with off-link
IPv4 gateways using per-OS workarounds (Linux pointopoint, netplan
on-link: true, explicit post-up routes). None of this is
documented in any RFC, and the implementations are not
interoperable across providers. This draft standardises the
pattern with a single sentinel address that host stacks can
implement natively. Alternative
approaches (a new DHCPv4 option, or implicit behaviour when
no router is specified) would both require DHCPv4 client
changes across every OS implementation; given typical
deployment timescales, meaningful coverage would take a decade
at best. The sentinel address approach requires no changes to
DHCPv4 clients or servers and is incrementally deployable
today.</t>
      <t>The mechanism has been verified to work without changes to
applications or DHCPv4 configuration on Windows 11, macOS,
Android, iOS, Linux, FreeBSD, and ChromeOS.</t>
      <t>This document addresses the host-side first-hop gap left open
by <xref target="I-D.ietf-intarea-v4-via-v6"/>, which defines router-to-router
forwarding of IPv4 traffic over IPv6 next-hops. Together, the
two documents provide a complete solution: hosts reach their
first-hop router without ARP, and routers forward IPv4 traffic
across an IPv6-only infrastructure without IPv4 addresses on
any router interface.</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>
    <section anchor="problem-statement">
      <name>Problem Statement</name>
      <t>IPv4 next-hop resolution on a local link depends on ARP, which
requires an IPv4 subnet to be configured on the link. In an
IPv6-only segment, no such subnet exists. Existing solutions
-- dual-stack, tunneling, and translation-based approaches
such as NAT64 -- generally require changes beyond the local
segment. This document closes the first-hop resolution gap
for dual-stack hosts on IPv6-only segments without requiring
changes to host software, packet formats, or DHCPv4 clients.</t>
    </section>
    <section anchor="host-behavior-and-next-hop-resolution">
      <name>Host Behavior and Next-Hop Resolution</name>
      <t>This mechanism activates only when a functional IPv6
implementation is present on the same interface, sufficient
to perform Neighbor Discovery per <xref target="RFC4861"/> and process
Router Advertisements. Without IPv6 on the interface, the
sentinel address has no effect and the host continues to
behave as if no gateway were configured.</t>
      <t>For the outbound path, link-local IPv6 operation is sufficient.
For return traffic to reach the host via the
<xref target="I-D.ietf-intarea-v4-via-v6"/> forwarding model, the first-hop
router must advertise the host's /32 route with a routable IPv6
next-hop (GUA or ULA); a link-local address is not valid as an
inter-router next-hop. Operators deploying this mechanism in
conjunction with <xref target="I-D.ietf-intarea-v4-via-v6"/> <bcp14>MUST</bcp14> therefore
ensure the host has a routable IPv6 address on the interface.</t>
      <t>A host implementing this mechanism <bcp14>SHOULD</bcp14> be configured with a
/32 prefix length for its IPv4 address. With a broader prefix,
the host will continue to ARP for addresses it considers on-link,
defeating the purpose of the mechanism for local segment traffic.
A /32 ensures all IPv4 traffic is directed to the first-hop router
via the sentinel, with no on-link ARP possible.</t>
      <t>When a host is configured to use <tt>192.0.0.11</tt> as its IPv4 default
gateway, the host's operating system <bcp14>MUST</bcp14> implement the following
logic:</t>
      <ol spacing="normal" type="1"><li>
          <t>The host <bcp14>MUST</bcp14> maintain a functional IPv6 Neighbor Discovery
implementation per <xref target="RFC4861"/> on the same interface,
including default router discovery and neighbor cache
maintenance. No additional action specific to this mechanism
is required at interface configuration time.</t>
        </li>
        <li>
          <t>When the next hop for an IPv4 packet is <tt>192.0.0.11</tt>, the host
<bcp14>MUST NOT</bcp14> perform ARP. Instead, it consults the IPv6 default
router list and neighbor cache for the link-layer address,
scoped to the interface on which <tt>192.0.0.11</tt> is configured
as the IPv4 default gateway.</t>
        </li>
        <li>
          <t>If the IPv6 default router link-layer address is in a usable
NUD state (REACHABLE, STALE, DELAY, or PROBE per <xref target="RFC4861"/>),
the IPv4 packet is sent in a link-layer frame addressed to
that destination.</t>
        </li>
        <li>
          <t>If no reachable IPv6 default router is known after the
interface has completed initial configuration (i.e., at
least one RA has been processed), the packet <bcp14>MAY</bcp14> be queued
or dropped per implementation policy. If a last-known
router address is available, a Neighbor Solicitation
<bcp14>SHOULD</bcp14> be sent to that address. For behavior prior to
first RA reception, see the startup paragraph below.</t>
        </li>
      </ol>
      <t>Host stacks <bcp14>MUST</bcp14> treat <tt>192.0.0.11</tt> as a sentinel address
signalling that IPv6-based next-hop resolution is to be used,
regardless of other address configuration on the interface.
This behavior is unconditional and not dependent on any
additional signaling.</t>
      <t>When a DHCPv4 lease configuring <tt>192.0.0.11</tt> expires and
is not renewed, the host <bcp14>SHOULD</bcp14> remove <tt>192.0.0.11</tt> as the
IPv4 default gateway and cease IPv6-based resolution on that
interface. For statically configured deployments, removal
is governed by local administrative policy.</t>
      <t>Cross-interface resolution <bcp14>MUST NOT</bcp14> be performed. On multi-homed
hosts, each interface independently resolves <tt>192.0.0.11</tt> against
its own IPv6 neighbor cache state.</t>
      <t>The following pseudocode defines the resolution logic:</t>
      <artwork><![CDATA[
on interface I (where 192.0.0.11 is the configured IPv4 gateway):

  if next-hop(pkt) == 192.0.0.11:

    routers = default_router_list(I)

    if routers is empty:
      if not first_ra_received(I):  /* startup: MUST queue */
        queue pkt
      else:                         /* mid-operation: MAY drop */
        queue or drop pkt
      send Router Solicitation on I  /* ff02::2; subject to
                                        RFC 4861 rate limiting */
      return

    selected = select from routers by:
      1. highest Default Router Preference (RFC 4191)
      2. NUD state == REACHABLE   /* if preference equal */
      3. implementation-defined   /* if reachability equal */

    lladdr = neighbor_cache(I, selected).lladdr

    if lladdr is valid and NUD state != INCOMPLETE:
      /* STALE, DELAY, and PROBE are usable; see RFC 4861 s7.3.3 */
      send pkt in link-layer frame with dst = lladdr
    else:
      queue or drop pkt           /* per implementation policy */
      send Neighbor Solicitation for selected router on I
]]></artwork>
      <t>Router selection uses Default Router Preference as defined in
<xref target="RFC4191"/>. When multiple routers have equal preference and
reachability, the tiebreaker is implementation-defined; use
of most-recently-heard RA is one reasonable approach.</t>
      <t>If the selected IPv6 default router becomes unreachable during
an active session, the host <bcp14>SHOULD</bcp14> re-evaluate the default
router list and select an alternative. Existing transport
sessions will be disrupted if the link-layer next-hop changes;
this is consistent with IPv6 router failure behavior and is not
specific to this mechanism. Packets queued for a router that
has become unreachable <bcp14>SHOULD</bcp14> be flushed and re-evaluated
against the updated router selection.</t>
      <t>Each time an interface transitions to an operational state
and begins RA solicitation, a host may receive DHCPv4
configuration before any RA has been processed. Until a
reachable IPv6 default router is known, IPv4 packets <bcp14>MUST</bcp14>
be queued rather than silently dropped, pending RA reception.
Implementations <bcp14>SHOULD</bcp14> bound this queue duration to avoid
indefinite resource consumption. On queue timeout, packets
<bcp14>SHOULD</bcp14> be dropped and an ICMPv4 Host Unreachable message
<bcp14>MAY</bcp14> be generated toward the sending application.</t>
    </section>
    <section anchor="router-behavior">
      <name>Router Behavior</name>
      <section anchor="end-to-end-packet-flow">
        <name>End-to-End Packet Flow</name>
        <t>In this model, end hosts are assigned IPv4 addresses with a /32
prefix length. No IPv4 prefix is configured on the link; a
sending host directs all IPv4 traffic to the first-hop router
using the link-layer address derived from the IPv6 neighbor cache.
A host cannot resolve another host's IPv4 address on the
local link without router assistance; direct host-to-host
IPv4 communication on the segment may occur via ICMPv4 redirect
(<xref target="RFC1122"/>, Section 3.2.2.2) from the gateway, but cannot be
initiated by the host alone.</t>
        <t>For return traffic to reach end hosts, operators <bcp14>MUST</bcp14> ensure
that host /32 routes with an IPv6 next-hop per <xref target="RFC8950"/>
are present in the routing infrastructure, allowing routers
to forward IPv4 traffic toward the correct first-hop without
requiring IPv4 addresses on any router interface. The mechanism
by which the routing infrastructure learns these host routes is
outside the scope of this document.</t>
        <t>The following diagram illustrates the end-to-end packet flow.
Router-to-router forwarding uses <xref target="RFC8950"/>; no IPv4 address
is configured on any router interface. IPv4 addresses used in
the diagram are from the documentation ranges defined in
<xref target="RFC5737"/> and are not globally routable.</t>
        <artwork><![CDATA[
Host A                      Router R1
IPv4: 198.51.100.1/32       (no IPv4 address configured)
IPv6: 2001:db8:1::1         IPv6 link-local: fe80::R1

  [1] IPv4 pkt (src: 198.51.100.1, dst: 203.0.113.5)
      L2 dst: MAC(R1) -- resolved from ND cache, no ARP
  ---------------------------------------------------->

Router R1                   Router R2
(no IPv4 address)           (no IPv4 address configured)
IPv6 link-local: fe80::R1   IPv6 link-local: fe80::R2

  [2] FIB lookup: 203.0.113.5/32 via fe80::R2 (RFC 8950)
      L2 dst: MAC(R2) -- resolved from ND cache, no ARP
  ---------------------------------------------------->

Router R2                   Host B
(no IPv4 address)           IPv4: 203.0.113.5/32
IPv6 link-local: fe80::R2   IPv6: 2001:db8:2::2

  [3] FIB lookup: 203.0.113.5/32 via fe80::HostB (ND)
      L2 dst: MAC(HostB) -- resolved from ND cache, no ARP
  ---------------------------------------------------->
  [4] IPv4 packet delivered to Host B
]]></artwork>
        <t>No ARP is exchanged at any point.</t>
      </section>
      <section anchor="router-ingress-behavior">
        <name>Router Ingress Behavior</name>
        <t>Routers <bcp14>MUST</bcp14> treat <tt>192.0.0.11</tt> as an interface-scoped
address, valid only on the interface on which it is
configured, and only for locally-terminated traffic.
<tt>192.0.0.11</tt> does not appear in IPv4 fragment headers;
fragmentation behavior is unchanged by this mechanism.
Specifically:</t>
        <ul spacing="normal">
          <li>
            <t>It <bcp14>MUST NOT</bcp14> be injected into any routing protocol.</t>
          </li>
          <li>
            <t>It <bcp14>MUST NOT</bcp14> trigger overlapping-subnet checks.</t>
          </li>
          <li>
            <t>It <bcp14>MUST NOT</bcp14> appear as source or destination in any
forwarded packet.</t>
          </li>
        </ul>
        <t>A router <bcp14>MAY</bcp14> respond to ICMPv4 echo requests addressed to
<tt>192.0.0.11</tt> and <bcp14>MAY</bcp14> generate ICMPv4 Time Exceeded messages using
<tt>192.0.0.11</tt> as the source address. All such messages are
interface-local.</t>
        <t>ICMPv4 error generation on IPv6-only transit routers is out of
scope; see <xref target="RFC7600"/>.</t>
      </section>
      <section anchor="backward-compatibility-router-arp-response">
        <name>Backward Compatibility: Router ARP Response</name>
        <t>The use of <tt>192.0.0.11</tt> as the DHCPv4 Router Option (Option 3)
value is fully conformant with <xref target="RFC2132"/>, which imposes no
requirement that the router address be reachable via ARP on
the same subnet. Unlike <xref target="RFC1027"/> (proxy ARP), the router
is not proxying for a remote host; it owns this address on
the interface for the purpose of link-layer reachability.</t>
        <t>Unmodified hosts receiving <tt>192.0.0.11</tt> as their IPv4 default
gateway will issue an ARP request for it. A router <bcp14>SHOULD</bcp14> respond
to such ARP requests with its own MAC address. This is not proxy
ARP: no subnet exists, no remote host is being proxied.</t>
        <t>This enables a two-tier deployment model on the same L2 segment:</t>
        <ul spacing="normal">
          <li>
            <t><strong>Unmodified hosts:</strong> router answers ARP; IPv4 forwarding works
with zero host-side changes.</t>
          </li>
          <li>
            <t><strong>Updated hosts:</strong> link-layer address resolved from IPv6 neighbor
cache; ARP eliminated entirely.</t>
          </li>
        </ul>
        <t>Both tiers interoperate, allowing incremental deployment.
The router requires no per-host state to support both
tiers simultaneously: updated hosts will not send ARP
requests for <tt>192.0.0.11</tt>, so the router's ARP response
behavior is triggered only by unmodified hosts.</t>
      </section>
    </section>
    <section anchor="deployment-considerations">
      <name>Deployment Considerations</name>
      <t>This mechanism applies granularly at the segment level. A network
may contain a mix of IPv4-only, dual-stack, and IPv6-only
segments; this mechanism is applicable specifically to IPv6-only
segments carrying dual-stack hosts and does not affect other
segment types.</t>
      <t>This mechanism complements <xref target="RFC8925"/> (IPv6-Only Preferred
Option). RFC 8925 allows hosts to signal a preference for
IPv6-only operation, but operators must still provide IPv4
for hosts or applications that require it. This document
provides exactly that fallback: IPv4 connectivity on an
IPv6-only segment, without requiring a dual-stack
infrastructure or an IPv4 subnet on the local link. A host
that receives Option 108 and transitions to IPv6-only
operation retains functional IPv4 connectivity via
<tt>192.0.0.11</tt> without any additional configuration.</t>
      <t>This mechanism fits within the IPv6-mostly network deployment
model described in <xref target="I-D.ietf-v6ops-6mops"/>, specifically
the case where native IPv4 connectivity is provided to
dual-stack hosts on an IPv6-only segment.</t>
      <t>CLAT <xref target="I-D.ietf-v6ops-claton"/> provides an alternative approach
to IPv4 connectivity via translation. CLAT notes that a CLAT
function <bcp14>SHOULD</bcp14> be disabled when native IPv4 connectivity is
available; this mechanism provides exactly that native
connectivity, making CLAT unnecessary on segments where it
is deployed.</t>
      <t>Hosts without a functional IPv6 implementation on the relevant
interface cannot perform Neighbor Discovery and are outside
the scope of this document.</t>
      <t>On segments with multiple routers advertising equal Default
Router Preference (common in datacenter ECMP fabrics), hosts
may make inconsistent router selections based on RA timing.
Operators <bcp14>SHOULD</bcp14> configure explicit Default Router Preference
values per <xref target="RFC4191"/> to ensure deterministic behavior.</t>
      <t>Implementations in which IPv4 and IPv6 stacks are managed by
separate processes (as is common on mobile operating systems)
will require inter-process communication to expose the IPv6
neighbor cache to the IPv4 forwarding path. This is an
implementation consideration and does not affect the on-wire
behavior defined in this document.</t>
      <t>DHCPv4 relay agents that enforce on-link gateway validation
may reject or flag <tt>192.0.0.11</tt> as an invalid router option.
Operators <bcp14>SHOULD</bcp14> verify relay agent behavior in their
deployment before relying on this mechanism.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="arp-attack-surface-reduction">
        <name>ARP Attack Surface Reduction</name>
        <t>In the updated-host deployment model, ARP is eliminated from the
segment entirely. In the unmodified-host model, ARP is constrained
to the sentinel address from a known source (the first-hop
router), eliminating the class of ARP-based network reconnaissance
and spoofing attacks that are possible in conventional subnet
deployments. Broadcast traffic is reduced to a single predictable
ARP exchange per unmodified host at startup, compared to
continuous ARP traffic across a conventional subnet.</t>
        <t>The mechanism relies on the integrity of IPv6 Neighbor Discovery.
Rogue RA risks apply as in any IPv6 deployment and can be
mitigated with RA Guard <xref target="RFC6105"/>. Subnet scanning is
mitigated since hosts carry /32 addresses only.</t>
        <t>A host receiving <tt>192.0.0.11</tt> as its IPv4 default gateway
on a network that does not implement this mechanism will issue
an ARP request that receives no response, causing IPv4
connectivity to fail silently. Operators <bcp14>SHOULD</bcp14> ensure
<tt>192.0.0.11</tt> is only offered via DHCPv4 on segments where
the mechanism is deployed. DHCPv4 snooping and dynamic ARP
inspection, where used, <bcp14>MUST</bcp14> be configured to permit ARP
responses for <tt>192.0.0.11</tt> from the first-hop router.</t>
        <t>This mechanism does not interact with IPv4 link-local address
configuration per <xref target="RFC3927"/>. A host configured with
<tt>192.0.0.11</tt> as its gateway and a link-local IPv4 source
address will follow the same resolution logic defined in
Section 4 (Host Behavior and Next-Hop Resolution).</t>
      </section>
      <section anchor="universal-gateway-address">
        <name>Universal Gateway Address</name>
        <t>A consequence of the IANA allocation and the ARP behavior
defined in Section 5.3 is that <tt>192.0.0.11</tt> can serve as a
topology-independent gateway address in any deployment where
routers respond to ARP for it, not limited to IPv6-only
segments. This document does not specify or require this
behavior in IPv4-only deployments; it is an emergent property
of the allocation.</t>
        <t>In segments where routers respond to ARP for <tt>192.0.0.11</tt>,
it functions as a universal gateway address. Unlike a
conventional per-subnet gateway address, it does not reveal
network topology and carries no subnet membership information.
ARP cache poisoning of <tt>192.0.0.11</tt> is less valuable than
poisoning a conventional gateway address, as it carries no
topological information for an attacker to exploit; it can
only redirect local-segment traffic, mitigated by dynamic ARP
inspection. Rogue RA attacks achieve the same redirection and
are mitigated by RA Guard <xref target="RFC6105"/>.</t>
        <t>As <tt>192.0.0.11</tt> <bcp14>MUST NOT</bcp14> appear as source or destination in
any forwarded packet per Section 5.2, conformant deployments
render it unreachable from any device not on the local segment.
This eliminates it as a target for off-link attacks. As
Source=False in the IANA registry (see IANA Considerations),
no conformant off-link device will originate packets with
<tt>192.0.0.11</tt> as source, precluding volumetric attacks using
this address.</t>
        <t>IPv6 has long used specific link-local addresses (fe80::) as
next-hop addresses, topology-independent identifiers that
work on any segment without carrying subnet membership
information. <tt>192.0.0.11</tt> provides the same property for IPv4.</t>
      </section>
    </section>
    <section anchor="implementation-requirements">
      <name>Implementation Requirements</name>
      <t>An implementation is conformant if it satisfies all <bcp14>MUST</bcp14>
and <bcp14>MUST NOT</bcp14> requirements in Sections 4 and 5.</t>
      <t>A reference implementation in Linux userspace is available
at https://github.com/remcovanmook/v4-with-v6-nh.
A full conformance test suite will be documented prior to
IETF Last Call.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document requests that IANA assign <tt>192.0.0.11/32</tt> in the
"IANA IPv4 Special-Purpose Address Registry" <xref target="RFC6890"/> as follows:</t>
      <table>
        <thead>
          <tr>
            <th align="left">Field</th>
            <th align="left">Value</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Address Block</td>
            <td align="left">192.0.0.11/32</td>
          </tr>
          <tr>
            <td align="left">Name</td>
            <td align="left">IPv4 Gateway via IPv6 Resolution</td>
          </tr>
          <tr>
            <td align="left">RFC</td>
            <td align="left">This document</td>
          </tr>
          <tr>
            <td align="left">Allocation Date</td>
            <td align="left">(date of publication)</td>
          </tr>
          <tr>
            <td align="left">Termination Date</td>
            <td align="left">N/A</td>
          </tr>
          <tr>
            <td align="left">Source</td>
            <td align="left">True</td>
          </tr>
          <tr>
            <td align="left">Destination</td>
            <td align="left">True</td>
          </tr>
          <tr>
            <td align="left">Forwardable</td>
            <td align="left">False</td>
          </tr>
          <tr>
            <td align="left">Globally Reachable</td>
            <td align="left">False</td>
          </tr>
          <tr>
            <td align="left">Reserved-by-Protocol</td>
            <td align="left">False</td>
          </tr>
        </tbody>
      </table>
      <t>The Destination=True designation reflects that <tt>192.0.0.11</tt>
may appear as a destination in ICMPv4 messages received by
the router on a local interface (see Section 5.2). It does
not imply global reachability; Forwardable=False and
Globally Reachable=False together preclude any use of this
address beyond the local link.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC4191">
          <front>
            <title>Default Router Preferences and More-Specific Routes</title>
            <author fullname="R. Draves" initials="R." surname="Draves"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <date month="November" year="2005"/>
            <abstract>
              <t>This document describes an optional extension to Router Advertisement messages for communicating default router preferences and more-specific routes from routers to hosts. This improves the ability of hosts to pick an appropriate router, especially when the host is multi-homed and the routers are on different links. The preference values and specific routes advertised to hosts require administrative configuration; they are not automatically derived from routing tables. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4191"/>
          <seriesInfo name="DOI" value="10.17487/RFC4191"/>
        </reference>
        <reference anchor="RFC4861">
          <front>
            <title>Neighbor Discovery for IP version 6 (IPv6)</title>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <author fullname="E. Nordmark" initials="E." surname="Nordmark"/>
            <author fullname="W. Simpson" initials="W." surname="Simpson"/>
            <author fullname="H. Soliman" initials="H." surname="Soliman"/>
            <date month="September" year="2007"/>
            <abstract>
              <t>This document specifies the Neighbor Discovery protocol for IP Version 6. IPv6 nodes on the same link use Neighbor Discovery to discover each other's presence, to determine each other's link-layer addresses, to find routers, and to maintain reachability information about the paths to active neighbors. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4861"/>
          <seriesInfo name="DOI" value="10.17487/RFC4861"/>
        </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="RFC8950">
          <front>
            <title>Advertising IPv4 Network Layer Reachability Information (NLRI) with an IPv6 Next Hop</title>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="S. Agrawal" initials="S." surname="Agrawal"/>
            <author fullname="K. Ananthamurthy" initials="K." surname="Ananthamurthy"/>
            <author fullname="K. Patel" initials="K." surname="Patel"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>Multiprotocol BGP (MP-BGP) specifies that the set of usable next-hop address families is determined by the Address Family Identifier (AFI) and the Subsequent Address Family Identifier (SAFI). The AFI/SAFI definitions for the IPv4 address family only have provisions for advertising a next-hop address that belongs to the IPv4 protocol when advertising IPv4 Network Layer Reachability Information (NLRI) or VPN-IPv4 NLRI.</t>
              <t>This document specifies the extensions necessary to allow the advertising of IPv4 NLRI or VPN-IPv4 NLRI with a next-hop address that belongs to the IPv6 protocol. This comprises an extension of the AFI/SAFI definitions to allow the address of the next hop for IPv4 NLRI or VPN-IPv4 NLRI to also belong to the IPv6 protocol, the encoding of the next hop to determine which of the protocols the address actually belongs to, and a BGP Capability allowing MP-BGP peers to dynamically discover whether they can exchange IPv4 NLRI and VPN-IPv4 NLRI with an IPv6 next hop. This document obsoletes RFC 5549.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8950"/>
          <seriesInfo name="DOI" value="10.17487/RFC8950"/>
        </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="RFC1027">
          <front>
            <title>Using ARP to implement transparent subnet gateways</title>
            <author fullname="S. Carl-Mitchell" initials="S." surname="Carl-Mitchell"/>
            <author fullname="J.S. Quarterman" initials="J.S." surname="Quarterman"/>
            <date month="October" year="1987"/>
            <abstract>
              <t>This RFC describes the use of the Address Resolution Protocol (ARP) by subnet gateways to permit hosts on the connected subnets to communicate without being aware of the existence of subnets, using the technique of "Proxy ARP".</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1027"/>
          <seriesInfo name="DOI" value="10.17487/RFC1027"/>
        </reference>
        <reference anchor="RFC1122">
          <front>
            <title>Requirements for Internet Hosts - Communication Layers</title>
            <author fullname="R. Braden" initials="R." role="editor" surname="Braden"/>
            <date month="October" year="1989"/>
            <abstract>
              <t>This RFC is an official specification for the Internet community. It incorporates by reference, amends, corrects, and supplements the primary protocol standards documents relating to hosts. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="3"/>
          <seriesInfo name="RFC" value="1122"/>
          <seriesInfo name="DOI" value="10.17487/RFC1122"/>
        </reference>
        <reference anchor="I-D.ietf-intarea-v4-via-v6">
          <front>
            <title>IPv4 routes with an IPv6 next hop</title>
            <author fullname="Juliusz Chroboczek" initials="J." surname="Chroboczek">
              <organization>IRIF, Université Paris-Cité</organization>
            </author>
            <author fullname="Warren Kumari" initials="W." surname="Kumari">
              <organization>Google, LLC</organization>
            </author>
            <author fullname="Toke Høiland-Jørgensen" initials="T." surname="Høiland-Jørgensen">
              <organization>Red Hat</organization>
            </author>
            <date day="17" month="April" year="2026"/>
            <abstract>
              <t>   V4-via-v6 routing is a technique that uses IPv6 next-hop addresses
   for routing IPv4 packets, and thus makes it possible to route IPv4
   packets across a network where some routers have not been assigned
   IPv4 addresses.  This document describes v4-via-v6 routing, and
   defines related operational procedures, notably the origination of
   ICMPv4 packets by nodes that might not have an IPv4 address.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-intarea-v4-via-v6-08"/>
        </reference>
        <reference anchor="RFC5737">
          <front>
            <title>IPv4 Address Blocks Reserved for Documentation</title>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="L. Vegoda" initials="L." surname="Vegoda"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>Three IPv4 unicast address blocks are reserved for use in examples in specifications and other documents. This document describes the use of these blocks. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5737"/>
          <seriesInfo name="DOI" value="10.17487/RFC5737"/>
        </reference>
        <reference anchor="RFC2132">
          <front>
            <title>DHCP Options and BOOTP Vendor Extensions</title>
            <author fullname="S. Alexander" initials="S." surname="Alexander"/>
            <author fullname="R. Droms" initials="R." surname="Droms"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>This document specifies the current set of DHCP options. Future options will be specified in separate RFCs. The current list of valid options is also available in ftp://ftp.isi.edu/in-notes/iana/assignments. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2132"/>
          <seriesInfo name="DOI" value="10.17487/RFC2132"/>
        </reference>
        <reference anchor="RFC3927">
          <front>
            <title>Dynamic Configuration of IPv4 Link-Local Addresses</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="E. Guttman" initials="E." surname="Guttman"/>
            <date month="May" year="2005"/>
            <abstract>
              <t>To participate in wide-area IP networking, a host needs to be configured with IP addresses for its interfaces, either manually by the user or automatically from a source on the network such as a Dynamic Host Configuration Protocol (DHCP) server. Unfortunately, such address configuration information may not always be available. It is therefore beneficial for a host to be able to depend on a useful subset of IP networking functions even when no address configuration is available. This document describes how a host may automatically configure an interface with an IPv4 address within the 169.254/16 prefix that is valid for communication with other devices connected to the same physical (or logical) link.</t>
              <t>IPv4 Link-Local addresses are not suitable for communication with devices not directly connected to the same physical (or logical) link, and are only used where stable, routable addresses are not available (such as on ad hoc or isolated networks). This document does not recommend that IPv4 Link-Local addresses and routable addresses be configured simultaneously on the same interface. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3927"/>
          <seriesInfo name="DOI" value="10.17487/RFC3927"/>
        </reference>
        <reference anchor="RFC6105">
          <front>
            <title>IPv6 Router Advertisement Guard</title>
            <author fullname="E. Levy-Abegnoli" initials="E." surname="Levy-Abegnoli"/>
            <author fullname="G. Van de Velde" initials="G." surname="Van de Velde"/>
            <author fullname="C. Popoviciu" initials="C." surname="Popoviciu"/>
            <author fullname="J. Mohacsi" initials="J." surname="Mohacsi"/>
            <date month="February" year="2011"/>
            <abstract>
              <t>Routed protocols are often susceptible to spoof attacks. The canonical solution for IPv6 is Secure Neighbor Discovery (SEND), a solution that is non-trivial to deploy. This document proposes a light-weight alternative and complement to SEND based on filtering in the layer-2 network fabric, using a variety of filtering criteria, including, for example, SEND status. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6105"/>
          <seriesInfo name="DOI" value="10.17487/RFC6105"/>
        </reference>
        <reference anchor="RFC7600">
          <front>
            <title>IPv4 Residual Deployment via IPv6 - A Stateless Solution (4rd)</title>
            <author fullname="R. Despres" initials="R." surname="Despres"/>
            <author fullname="S. Jiang" initials="S." role="editor" surname="Jiang"/>
            <author fullname="R. Penno" initials="R." surname="Penno"/>
            <author fullname="Y. Lee" initials="Y." surname="Lee"/>
            <author fullname="G. Chen" initials="G." surname="Chen"/>
            <author fullname="M. Chen" initials="M." surname="Chen"/>
            <date month="July" year="2015"/>
            <abstract>
              <t>This document specifies a stateless solution for service providers to progressively deploy IPv6-only network domains while still offering IPv4 service to customers. The solution's distinctive properties are that TCP/UDP IPv4 packets are valid TCP/UDP IPv6 packets during domain traversal and that IPv4 fragmentation rules are fully preserved end to end. Each customer can be assigned one public IPv4 address, several public IPv4 addresses, or a shared address with a restricted port set.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7600"/>
          <seriesInfo name="DOI" value="10.17487/RFC7600"/>
        </reference>
        <reference anchor="RFC8925">
          <front>
            <title>IPv6-Only Preferred Option for DHCPv4</title>
            <author fullname="L. Colitti" initials="L." surname="Colitti"/>
            <author fullname="J. Linkova" initials="J." surname="Linkova"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="T. Mrugalski" initials="T." surname="Mrugalski"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>This document specifies a DHCPv4 option to indicate that a host supports an IPv6-only mode and is willing to forgo obtaining an IPv4 address if the network provides IPv6 connectivity. It also updates RFC 2563 to specify DHCPv4 server behavior when the server receives a DHCPDISCOVER not containing the Auto-Configure option but containing the new option defined in this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8925"/>
          <seriesInfo name="DOI" value="10.17487/RFC8925"/>
        </reference>
        <reference anchor="I-D.ietf-v6ops-6mops">
          <front>
            <title>IPv6-mostly Networks: Deployment and Operations Considerations</title>
            <author fullname="Nick Buraglio" initials="N." surname="Buraglio">
              <organization>Energy Sciences Network</organization>
            </author>
            <author fullname="Ondřej Caletka" initials="O." surname="Caletka">
              <organization>RIPE NCC</organization>
            </author>
            <author fullname="Jen Linkova" initials="J." surname="Linkova">
              <organization>Google</organization>
            </author>
            <date day="12" month="August" year="2026"/>
            <abstract>
              <t>   This document discusses a deployment scenario called "an IPv6-mostly
   network", when IPv6-only and IPv4-enabled endpoints coexist on the
   same network (network segment, VLAN, SSID etc).  The proposed
   approach enables smooth and incremental transition from dual-stack to
   IPv6-only network by allowing IPv6-capable devices to remain
   IPv6-only while the network is seamlessly supplying IPv4 to those
   that require it.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-v6ops-6mops-09"/>
        </reference>
        <reference anchor="I-D.ietf-v6ops-claton">
          <front>
            <title>464XLAT Customer-side Translator (CLAT): Node Behavior and Recommendations</title>
            <author fullname="Lorenzo Colitti" initials="L." surname="Colitti">
              <organization>Google</organization>
            </author>
            <author fullname="Jen Linkova" initials="J." surname="Linkova">
              <organization>Google</organization>
            </author>
            <author fullname="Tommy Jensen" initials="T." surname="Jensen">
              <organization>Cloudflare</organization>
            </author>
            <date day="5" month="March" year="2026"/>
            <abstract>
              <t>   464XLAT defines an architecture for providing IPv4 connectivity
   across an IPv6-only network.  The solution involves two functional
   elements: a provider-side translator (PLAT) and a customer-side
   translator (CLAT).  This document updates the 464XLAT specification
   (RFC6877) and Requirements for IPv6 Customer Edge Routers (RFC8585)
   by further defining CLAT node behavior and IPv6 Customer Edge Routers
   to support IPv4-as-a-Service by providing recommendations for node
   developers on enabling and disabling CLAT.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-v6ops-claton-16"/>
        </reference>
      </references>
    </references>
    <?line 541?>

<section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The author thanks Tobias Fiebig, Warren Kumari, Jen Linkova,
David Lamparter, and Jordi Palet Martinez for their feedback
and review. An earlier version of this work was presented as
a lightning talk at RIPE 91 in Bucharest (October 2025) and
at IETF 124 in Montreal (November 2025).</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA71c63LbyJX+30/RUX5EcpG0KF/GpuIktCWPlbUlrWRnKpWa
mgGJJoUIBBg0IJnJOM+yz7JPtt85p7vRACnH2apdzZRFgejG6dPn8p1LYzgc
qjqrczPRZ5d3z4dXxpb5nUnpr6f6+6Q298lGJbNZZe523/KDSst5kawwQ1ol
i3qYmXoxzIo6qUwyzNYYUbkRw6XMNzw8VCk+TvTR4dHz4eGL4dF3ao4Ly7La
TLStU5Wtq4muq8bWR4eHLw+PFM020XtnRW2qwtR76r6sbpdV2ayjq3qKu/QP
+CYrlvp7+nZP2Wa2yqzNyqLerGmdpx/fqnlZWFPYxvJTjMLinqhbs8GsKW5x
8w1PaEVK3ZmiMROl9c4H7uELmXqv92itV0mW4zrYMaQV/IGYMyqrJX2XVPMb
fHdT12s7efyYbqVL2Z0Z+dse04XHs6q8t+axn+QxDV5m9U0zw/DKrOblXVKs
yvL2sduBXUynQTk+2jp6Zjx4JFOOsvJr0zz+1k0e3dSrfE8pWydF+lOSlwUY
tDFWrbOJ/ktdzgfallVdmYXFp82KPvyoVNLUN2UFXg9Br9ZZgR26GmnQqD+A
SL4o0nZFtHe/AMcmemqxN2WWul1Maux8kuvXoz+N+CYje8JL/0Pibr7522he
rpQqymqFEXe821dv3zwdvxz7jy+e+4/PX7w8dB9fvHyGjyorFr2R48Oj7/zH
8dERfTwbnow6jLt7OrzL8Ou5u/HZd0/8mKPxkyP38cnLMNPz8eEz9/G754ct
DUfPOvPfPS/Xdvh8hX93XJ9DDMpioobDoU5mtq6SOWT8401mNVS5WZmi1nZt
5tkiM1bflLbWM3OT3GVlpU2RzHKScFZ+sGzVFNmceazAAZ02ST7Els9veaDV
ZSFWoyzyjbZmSbNjw+8ha2VTk3JCjXBhenU50HVTFIamH2AroZhJYXOee6Tf
8Wz1TVJj5+YGfFY/j18ejQ7x33j8+MnRzzqh701WCW2pWSRNXmsnjjpJU4io
1U5OFW7VhflcD2/KtcYzb4d5sjFVuG9RlSuaj8nHndnyZgai5sn8xqgqwTcV
kVNo7CBRP5LHrrF0LAjKbTQYcp9UqUlVwZKRbwZgYDqsyyF+jfRHzL4yc0yS
2ZUG+7NiDrEEh5Ic3ErNOi834LdRpD5Lm6VGN9DVlHYmdQwmTuqi1DTNEvtV
l/rk3RuQQjJZQb6rZl43laHHRTusKvO3xghPjcbzStlFXS50n7FZIYyYnk95
keqapAMbfdlU69IaPXU8uzLLDA/cEBG2Wa+h3xiJp4ZVjhSL3SpLUyxL/ZqU
tCpTkEgSpKaFcDFsQlPwN5Y2N4H8VHfZ3BAT1yWUSIMjRU3cqDQcmcl4V0gO
Ez3PMxZkY9giJ/M5TQjCwjQsZPKXqdS6Ku+ylG6FpZK9eX19AhtF+6mnl2cD
vQZNNGdGm17VDe+SweCNKtcGMkGj7QYmZaVh9GBui2WTLI2uGlC5wgPNZ5rD
0jbxZmSQ5TrfTBToxWxE3s9wTQWu7k/f/nR2fvpxoPdkO45G472BfnF48DOJ
CuiuIdm8lckMqqTvb7L5TWARZoKFmd8MIBu1ljvglJhELLsVeMUK0YiW0apZ
4bPVOufJrWyIF+BjRZOYivRoXi6xpYaX6kS9pwP44j7DsrAkPLghqoAWwNOR
/oE0ue7YHC/BuAaK8DCQcs+SxyQ5xbWsuZHCBiWmfafvFlmF23EFwnZuagIK
VoxJRqskDoA721YJHCViCwPdwg3zpMLG8oIweLHI5nqXhQPTqiTNnJcJgo7Z
GmxHYlU7oGPgiDmRhSMVxBIzpw7G6UHNq+1qss4hc3lPn8neZYURLSFum1zF
qjSItfrngVhSmy1BtNMKZrIsjL5UEYtbEQlM3mljiR5TQVBSFcznDtMK+mAj
opmeh5lEurBgZ59jq6v/8Q/nhr98GeidJvijo0x5Ua/JfLoHgjqYExay9Fjz
1necQLtKtcbkdL+3tY7Z2LpVVhCIciMNS74ww7ky2lgFYsjz8fphWHMvYwOC
HbAzRBm+IxucicUXdnjxUF33p1lXupLNBMFoYX3sO5Ic+p5u4KrZCglEh6Va
B/M60DN4XPgY2FOYaTw034hjpRFi/0izcUfesCV8Z+q/F6Ya6Is/vWOJVddY
jGx1AfcEO8yzOFel4S1EjNxOG+eeysViSHIgEumkBbth+cGmGl5ca1LTBNtW
pFbvv4e1+KzZxpf8L8yYqdcwqKoseCrB7WxR82ye1bjZ1sNmLRJkD0b6HHac
vBkbmcwqrynClqTYEHRyekg65i1e4hwOFA2mE/wihEjmnSQpmVeltS2zvBYS
KNYMdWEFMzHwhsSIIKgwAYqJ5WIOr59BH1gXW/WzEPdCBXqC7R3pae4QLfBL
sgYRpBZgVwLu3Du3r8u1bDZEiOZg5jj81lTwEqYAyg2KZgPUSw+wB02e6lkJ
ap1o+knFmypvoh0b2PdpbF6XeceIThAyUVAEbJgrkQ5eC7lBSzIEg7QyCRnj
RUMOAjORpxQK6uQWrIZUzZMUKyX6bS3avcU8zwdPse2CIdVZgCWuiMMX9/Q1
0FWXKcIY0rQYpt0AicwMVoc5BIfBepLwekwbPxzE5Q4e86M9MWWxyJZN5RBX
oX+AOiHG0+Mx2JLML64HgEIpBSYDneEvzQox0G8rY4BKRGrf3MDGmovrUR+8
t9rnneeQsSObDzZ1ywSY10BkIdiFmm1gWh8OTsjaCrjwPkaEh3CsfFLO/TO4
WOiOz6Sd9RhaDC0pTbk0ZL4HrCZw0YH4oFsE4UoSq9pob5cnDvMyshGwr9pF
OZH228ARBfHJI5YORnHkKSfJSRym9NytnzB2p4YiG0VGJHgs/LtI5mZEqPZN
WdyRoLIhAQknxDjGCFbk6dZsSGhg6/Y+fLr+CGDHv/X5BX++Ov3PT2dXpyf0
+frd9P378EG5O67fXXx6f9J+ake+ufjw4fT8RAbjqu5cUnsfpn/eE8bsXVx+
PLs4n77fE4jfkaGKMeTMyMoAW8lwEpyB/lbZTKzo6zeX//1f46cQn19xzDp+
+eWL++PF+Lun+IPsjTyNWSt/Yuc2pBsmqdgWE0RM1hk0EGYB+mUB/AoN+SBu
PvoLcebHif7tbL4eP/2du0AL7lz0POtcZJ5tX9kaLEzccWnHYwI3O9d7nO7S
O/1z52/P9+jib38Pr2b0cPzi979TJEKXzrVfB5gv3nMHXCELkjigQb5Ri2vm
4Ju1gLVXBQOZFDFicdvsbZJJA3LBVIhqyVeqLbRMcYVAXDeL+ZwxGj6l3w6C
NCLxCPi+DQQPZ4klKQuuTTkQrc+nH58/RYynlwaAhC2191De3M7MpnS+nFmh
HKV9oDzPS28aI9vRMhO28d9IZQTrIOQQdosicXHq5aKG4QFYkcBIS6rIDmKP
IO6JjQchMv3aZ1yIRee05+9A5lULUcXmt34pAca7Y2gaFA1C4QNoSAbRrrqO
WjOElKDWbbpNVqY1ZgPsLplJdv5YD2AQEQ+CHDA/ySz77g19FQN0phvbSFG3
uhIbOU1xZw10xJxDDNga1uf++dGjyTVsuXtyv5A8s1ggRg7gjfnso0z2vIx4
DIlOtqABPkS5N1Us62D4WxeHgJIZwU9N4H/g4hbWKaFPInxhWsuVEY+HdWyA
87zP88F3SxtFKLSer/tZHflRhB4mH3TF1AXfetUwxnbcDE/5jWUEzjd5zEl/
MHLl7Q/GY//7T1MSv0/vpwfHZDza1XpOZ5ZTB3dJnqWcfikECzufHwzRSF8w
a8rKOvQk4U1HOhHQgel/ddIoxP0LXrCRJ5BgwBWjKFtftWtlQegtL5DelyXs
8rSX19hBozP4XVsobFTEV2jKIvsM3FQscY1MRObTI+7BItIgawb7hfDADRmo
QHU/HUL2WRJWAVdkLMlWYjEX7QzgdhcmqX3guHaJNw5vYnRKU3UiTi+TI3CA
FiFstOxzOzgtpKME0fbMo8A8J8UBhA9C9tHRycsBZTbDnoDrP4gVEtbbmK94
RIMFxEkJVlbPUZcQUE5vB7GQbyXbWFTagIlpL/O8vCdznJfLbD5Rahylt3jA
KiGxy3aYyR32jUoHPePZt3i7LSgPDBF1L8+RBvNJlqyXZNZaSDRFUkCGEdCS
lPhMUyKa5KK3uexZLM/8YOvdZEo5hEBVLwKhqGykjigrZ4qQFNE+qebxgnNf
mLSfSxK20hM9NAuuQlLjBfYpoWBGhBsssFvJHxru+JJntt7BkpAz2k4qMZ/B
zHUrvu1qyeJwANMRt45A0vAk0LSV2hqpJ1jF4sGE1Y4sF4eWkK3GcjSJ+c8/
nUjWVu9fnU7fvJu+fn860Ncfp/Tr5PT99M8MCS6vLl6f9qXrgBcYyGu3wmek
k5gGxC8QQm9TiCMyOqE8IcEzqaqop7yowrmr1pD203FW3xYEyZNFzTk3I1Lt
+Uu22AdrFBdARpO8J2P72ciMBpTRxNDcIL6iRLu+mrYRtYMLJj0QmXKLBHom
o/y3xjSyTwTOqnJNW01c6qtliZB7wwsDT/CcIdMeSVe0Q8kdVV2xblDWav11
yWkTKWthXOsZmNssX0ndWn2CAKFEtq7oX+G4JOywRqpZubyMNeLFIAlV3ayx
yipZVsn6BlPAZMFqvotSQeIFsT31lq1MtpIhShK6ubiJRJCVA9W74obMOvAP
U5wOECAsAT5y9qALXXJ+1fNqK2XRc7CMRgMPJNUKOB6sFelyWeuQNOSYpUAU
2Fo0IR60t47DoWMSl9Zm0eo6vDCf1y6uSZVDLRXChHusqcULbg85/7rtd0ik
d5cNQficHx/xsht6cba8ZQVLA6k55b6AxCOn1ybCrMsEI0wBxUvyAQVumG20
B2ErqBHVZinZ52VaqTeUrRi2mhdREiwv9tMZX0pcXxSAi3mdYe/xt+JQZqAZ
nbbTdLO5vtLS49ISzghGnlw02YIddVGxbi5lFjywXlvTIPwCoA0ZJMl+B9q9
j/7nP/+pSC4DYWd6/54goG4pYam96YC0OK18gGk0g34n8Pvr2/pAv3oVTcG3
6JAYeuV3/Se58hO5n/2zA7kLU/kbqQSwWtebCX8hT4GwsZb/VCU/ucp0irET
rR8/8jo+kc1hC6YfPXajtbsA+twVk1sz0Q/9YL5Vlg5DIDJhy0iWcHtOZyKj
uWErUu0Csdi+cVjLky8Wh0eTydExRfR/pehKbNg3/cBPaXJUVJYh97zKGJ8F
uiRAEoZakwvMfOU+Sq3dM3kW2AvEdgPxgsOiBBqrpVvAJXA1pAKwCK6UHj1+
OT5wowBjWkeLbQ+uVliIPVu3owGOoG2BTDj5rjcZisCmYaxzlFme1Zt2NA/P
czKWWJVXip9YKfbPBmHJByO5KUiWGwPBcnEWRfuB+l+90mfnby4+XL4//Xjq
uQI6upCBxghmoKSdwI1jdjNhV+x3oyejJ+06WRggGwQctmADY/oUTH/lyFNB
NtUDMtaV0gedco+Anf6WMV4QEeexSUbZOPhUgtxAtzcUMz0sHonVfgsRgwqg
grB8+eLALttGkBrEj9MGsrGRnJBribdeHEudmRmu3gpE2i05x0Shgj9dUR6e
LATZ2OGNoVQ0kEFmGQdhGlsWUmNy6S/YUYc4Azt2gbOZAfQy5HBbEJeyl1QA
7pwWohm4A26XPxwaiF5D4kbfeSzeB+JOU2nGtggVZfs4i0cNH8o9ykqsC2eE
IKdq1owMF330HlCJS5odK1eu022VUgSSl+6oWgC0UTJgFifJxPOrhwOikb50
jQkCJV2jiJuTvbhAUeJnh50t/lvkjb0xoqcR61LlvCOvr1lTd2MQ3iCr2NBT
zgplBM5jN9d2J0gxvmjTTQSMyBgoeuTMLPEUEhsbqczAh9irZOO7o3wTUBe3
zTiXIsXPXcB7pD8BUQJ+qG8LCAbdhg/ycipA9U6J3ma5KxULch9owhskOTE6
HqmzXhnWs54zc7yfYnzSELuCXXdlBuRXpFJlEWTRVBLm2mYlUxMSkrHEf6zD
52OtavfXxxXEbAp733yg9TEg/xQJBPTNJkujXGgiSWnJnHCJySVJeH1RDZDT
u85G+QQvLv1an0pX2ClZcgl63gI7Qf9dWcYlA8loSi6aLH1iCTF7+NMruSeU
7VGdlBVnEGS/5HI3IxNl/Y8hAJ58FizJDO3IGj2UKZLS/gP9H65H5KstdiOf
sZsnhQB6xqTYFIlLXCqo0y0mK1BRISQk513gZ8mkUDbl2C1JqqNgPecvtpsa
Q1LHZdNIw8r5vKk4o+vEA9zjydQ++xdq96Sa6bXzUE9GR/TfQbvekNSaNWGB
M6MkcK4lDgiGmltnXZ76oTxzEIyBMxyUjGXMKfk+1bYYhAyxF5SA5J0lDokH
am398oU6r+PON0burrumWygdcBshI37nTKlksKvqGqvJvKx4I1oR8r2hoaKy
XXnVOyuv3YZKKmtL1udhkimyrAqOJ6xvMxPeZFbhA5fNef8psxS6SXwtaSvS
STMK5Vcanq/h4M2FOm3XZ6gBcah/1SukxwUABjbRRhxTnibmhNrS391c6XGP
Yn3fYOXp5W5VL51+daIAlRSzOiDq965X2ZV5XKuMXublTEpzLis/koiOzef0
gcBByL0as/JNEKS9GD0bj8aHiNNIVOVnv7f0aN0HXJukowSH40k6ezEZTybj
MD2LdlvcmOiFeXE4meBxAKJ/Gf/o7CEQ7L6t5t3HDwgE08RPOGh8MnrmQ4z3
R/LVh+mb/avxAdUlffu7sPH8RKwYV0mnV5cYN/xf/Pwu4N2r8TbrAu+OVJ8/
B9Fd/5J3O/nzFd4dMe+OftRvz14jci9vKcCNuETbRtbR3y4hGgnxTv4d/b/w
72gH/6TQ+lXmiVB2F/cg044c0yJhpICa2fXkG9lFNL3W++cnu3jFX/5fsguE
Pv2xk2EG7oCvdhUbxzAOxM6ldkUpkc+uqZJKDGSCuGNvxMDGsf+sWLLotaDn
yoVbX8tvRgh5KKl9FbpZJVzmUnc/Gdmm+zPKkKtW3qNGlFAoQyyGcdLWmbbV
sg4xaWkkrdj2rDCP4EoEFiCao3LdsfJXPNzu5EMdl9i5d5vir13QQuRMlBrq
s7qTz8uKv0oASA2Rwcy7ts26nJf5qDeorrLlkiJnbF4OsnHv0HVqQFDmt7Y/
wC2Num8EO1N439YKXM8kJCScanAiwsVV53UID2N/1tyIUXp8hHWWOpw36FQl
unuOUTSDh9N+/EeKl04/z42hpzrs7dpH1Y5Mrl9ByM9PAVu5kySMhctqU7ai
xhRuO3qrCot3VPgUWej8cLFanBQkiFkuFMuoZF7Yb9MRnS9fRBFeg1eMed6U
qzVmlTTCxCsIqdIVM84aARWNlHd3Lc9lxd3Qi7XUV9zvJweKglJDdC0an4Cm
jhMfSTNtdL6obezLVmtuiilKFfck1zeu8bhXOJmZqGDkmq+pHy6UP0XSKJrM
s1vHDToQBcCwD4n9vKERrsrjIgaXuOdvSbBdcG5WZS3I7JjUGTGnOzvRgn7V
1X5fI4xq5J1W9jaJg5351D9OI+HzVolh59kiFZpKKNORWdtwWE/McNLuugQg
gZ6FIe3CSqJq10QVjXG43KfZYfdbQf7okiOBU9RpPpFWrKgLayAlvcA6zbUZ
Zy4+Z9z2Ig3tnHGiUlJ9Xw5rOkcTNety1Nkpa8MZuUiIrdSjR33+TR49CsJS
2HvSD1B47MxlC275UAaMCS/176YqozZVlwoayQNcLiXMviOe7DrDTjCJR7Bn
PGYOh/79lI4EQMpzkoHX1O9Ma7e6bfau43AmahGO+DNiPXWrjbuPqaPdt3PX
Jj4MRa3VSh5lM0o9JoUpGwujH5JG/lQXnUQpa0mUkksP0kEi1a2/2zJSpN9Y
J0zOmMQ+yDkF43wgHFH/OBlnKE5aEXjjOlGS0LvabTqj3AYWjSCiaPKkwqTO
YviA2Z1VmVL/Pm26ogiaGmCk8WKVffYdw2xdB51OQXIIwfD6fj57vNVcZH2S
heyRjXxp56BPmECO9nC81u/xoye23l6azDjhoEI/zWZNstnnhJS/ZXoXtB09
I3PHj78gdktWmnoNxFQfjLQA46NnImrWEUECw7VQMCjKQWPjoz7MkCCULEIb
9nNzmBxl8q3UfCSG5MY1Mla605juTlVKO2XWb5h0J+MMAb2ETqvJ/QuQPAPj
Jv4oKJ9ag+msNxKK7uoZ3WqWpC7/sAe9E4s6aj1x5q1zpkb6UyVNpOKTodb7
xPHhi7bFtE2vthLRNvVVhiTS9jqBeuuCq+viDb8eQmRRJbuTdN2WlUXmjLw/
WEn0UHkArHJqEpkZJWa403cdtc5FZ33Jn8fSz45xTrVrqaFK0n7HurLQdc+g
bFfna7Kj+ZXq0e+nH7epkRPGkP4gOt26QShxqLrczebu4V9+CjTSOFlN+Iry
exXl59OMy1+p9L9+ZcEqdH5smZPd8u6O3cTT0FkNPlzK9FFXM2XRk4oVoG0Q
Zt5ntcp8fyT733fh9C4L0FYLWq+A5iQfLsvcAcmpqJVL8odfac31ORqX0FJf
TWhdFN3e5u0KmW88pZVLocyV33ywHVdnKZsq0QPcW0LFL9xwCpwNAzKrsrkF
CmQhY8ewooM/8Qm1rRoKgAy3YGDOqyll8rlfpO1AdaIQYr72gNiDNULByzbq
uOICIVkK13SaGgkRqdY1D1EdBQy9akXmI0/JJzj35Xt5aA8AwxMJAuFRqPWn
NqH8Qie5XO2LmYb/VyWgqtnqeLQHihFCMNrcmOvm6WWwaRmfGQl7W6N6XRsu
id/HaNQH3ULO+EiaTDyPscFOz8lt1cXwHiS2OKTNJG7JngtsIOTUebNkGWTl
MxTBcGQvbaYeeHMWQNq0pPbFfQt4yCJPthE8JxQkceDryq7qtCU/fLhrE1MS
BfOFO3oUQWVXWCNEKUfIt8+9/5oKAk1F5qePqhAfEmab1mxzrxtR7CsTzsWf
FXFhUcBlH6gPQj6mRbk+pxvQS4C92k8ZAKDM2p2KthiWmPZLOSnZ6sjnZySu
QdBF3vu72tah6Z40XxyCo5BmMzwv9KmJA6Tz5UWRIKqieg1XP4FoywWDhloU
SpwB1SdcyzHtzTycvaLSKeOGaKcQRL2m5uw5NSBGvc8VMVuyXOGg5poKO3PO
ZPOJXp/oYkvRQ86Ee123z4DBYCI5M+WavYHyman+kf7c2S5yt84cYscy02lr
X7IcCXLe1a5MpYVlw+2VVWZvBSBvuMNaygSuqhtEiPvcEkpZKerdWbL4sP3H
FN83lLlg20hvIKHmiWsBZJa8D4dINhoH/s2Nww6MtbnqFBdwOPCa+oP9D4Xc
/W5wr/eKDzx5SZG2Vm964jbwjltvg3TVC9K72JFDZwmesJOJVDLPXC29hRBU
2gKCCIXt+BiEMyKu9tZvOhb4vlhwIEZYxx/c7YMG1e3tj/GDH2OLslyzSpD5
3RTJCrJF4SKw7Nq4Y9+CQLjHU/J93SMOcq4Hu+fiTFn7dqDZVoj65d5tiNtu
B3kmwKjQxPF0x1mTXpdCcMT05hsSNl8K7h7L2Er9kbjEfZtJ7xDPU2eefBZZ
REKqd22Oo9+WGJe+fEn3qd7/plNaB5L8+1RQDt2CCvdGLf/GFNIBfhUVBJFU
xp3n4DetRO9k8cecSGi9G1KRH/VkPRs9ke7IfjadNJuPPbMbVHSoHmvbDKO+
z60X5ThDEdkIEcr2BSAhz+sPsWS1vG6E+/9Esraj760XV3hRkdBlo8uQTWEV
VrHjDYmCuJf2WBL95N+h+RV76zWnceqNcixtuTlid9qD519ZVCfXovCk3ktp
mrC5PQ6G9GeiOkae0kMunu2N4PMRgR+VuTNJroKZc5vmTHVVZWKs3FQrs5qB
jJtsrcPLqGixtAyBeesys/L6k35eGbzjrm/uZiI3Si07qr2/56W2qE7k1FKg
yQsYhaExNf40ifhvag1ibJqXmWR35/x+B+5Adu0ZrLvD3lkmxF3B1cw2D5i9
kQ4e0MMFcCEDT2NVl8c4HeNWh87UO30flLbXGv1vFFH4zHi/hMIWr1Xio0Gc
s48EHca5oGNlYFXcniYIjHWV3/1DwrPr7SOuSz96iwkmYhkGcFnKwdTwrg7P
NVhfq655Na/eJrk1nddBVf6NT/tU9eBLXXB7MKC3TUTLCfM7YtkGl1W2ZJJC
K9lOAy9M5Rcx+QNVd7C0K1NXBKncNktdKC4SjJTUbKnhjd6kJT0QoVNw2yFR
KCb12AM68x56Y8LXA73ThrbvoxIrzG8p9J0ZXorDeyJ8FnJLg1WswV1RC8mJ
IMTe0oU30XCs0Y1M4ZJCVcfya7a2DwJHe5QtSDIsvrL8Djhq++LePq7QeWGP
KkU28kJWS+T7TAqDIRXQf2IhL7Wgvajsmk8hROdx6K0f/i2F7sWEQNWdFxY+
hisgXg7hYYobahijele7DuqrJHhnm6w2bTdq+xqYcFKHXgmp31NE8AZLFf5t
i3L/NRvRG9ToqA37bG7Je+AFamovvEFN/6s3qO05i/Pi5SE12ViHUuxEqV/0
28zkab+Z4Rf9Jy77Pfjzi/pld9n/gcvRDXimJ/A19OS2fWZnoTufqc9JSLep
jV8wKs10pKEtdOKxlB/fMba7DzufOm3R0wnZFTdynwJo8n/rZuYT4AfdkR9d
N0BnKJbx+IEOpnakWMltaquvbQuPPIl8xL838q24EvYD0Uix1F8d+b3v1roK
juQbR2KTCEumw9lmeOn6D75lJEe10VJf8fpgzKjY4bLwi5wbTbcgLOd3Wvea
9HsTXOk+FPj9URxKtEUV7OhNGW0GlX1X5H4PRtQZQThM+Yhy45rbOvXj45j7
zjkSjNjmrPuydq+98Q5MOrEbGxKxqq2wd19mIcUOeXkiVV3IRE3nlHPJTbr0
dp34Ky9QZQQHX/ixnGVgFyzGLFsO9A9wOabQ/9Gskiob6D8aNsK3sKgDdQKQ
ncIKUuqiplfzkBH/Y1mlmb5McjqHieuIOP7uK+xZpRfGpEyO9MPfZeYeeAEw
PKlyKiYTMM7kpZLsj+U9SUl464S8UobitOVNLW/mS3KCHvrq7PJUvxzzS2Ya
MLEiS75/Ma9L+Eh6b/CzA4FsNb/QV4+PntK9H8qCmolyvX9e3rE/lXtH6n8A
7M5eoupYAAA=

-->

</rfc>
