home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 1900s / rfc1933.txt < prev    next >
Text File  |  1996-04-04  |  47KB  |  1,236 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                        R. Gilligan
  8. Request for Comments: 1933                                   E. Nordmark
  9. Category: Standards Track                         Sun Microsystems, Inc.
  10.                                                               April 1996
  11.  
  12.  
  13.             Transition Mechanisms for IPv6 Hosts and Routers
  14.  
  15. Status of this Memo
  16.  
  17.    This document specifies an Internet standards track protocol for the
  18.    Internet community, and requests discussion and suggestions for
  19.    improvements.  Please refer to the current edition of the "Internet
  20.    Official Protocol Standards" (STD 1) for the standardization state
  21.    and status of this protocol.  Distribution of this memo is unlimited.
  22.  
  23. Abstract
  24.  
  25.    This document specifies IPv4 compatibility mechanisms that can be
  26.    implemented by IPv6 hosts and routers.  These mechanisms include
  27.    providing complete implementations of both versions of the Internet
  28.    Protocol (IPv4 and IPv6), and tunneling IPv6 packets over IPv4
  29.    routing infrastructures.  They are designed to allow IPv6 nodes to
  30.    maintain complete compatibility with IPv4, which should greatly
  31.    simplify the deployment of IPv6 in the Internet, and facilitate the
  32.    eventual transition of the entire Internet to IPv6.
  33.  
  34. 1. Introduction
  35.  
  36.    The key to a successful IPv6 transition is compatibility with the
  37.    large installed base of IPv4 hosts and routers.  Maintaining
  38.    compatibility with IPv4 while deploying IPv6 will streamline the task
  39.    of transitioning the Internet to IPv6.  This specification defines a
  40.    set of mechanisms that IPv6 hosts and routers may implement in order
  41.    to be compatible with IPv4 hosts and routers.
  42.  
  43.    The mechanisms in this document are designed to be employed by IPv6
  44.    hosts and routers that need to interoperate with IPv4 hosts and
  45.    utilize IPv4 routing infrastructures.  We expect that most nodes in
  46.    the Internet will need such compatibility for a long time to come,
  47.    and perhaps even indefinitely.
  48.  
  49.    However, IPv6 may be used in some environments where interoperability
  50.    with IPv4 is not required.  IPv6 nodes that are designed to be used
  51.    in such environments need not use or even implement these mechanisms.
  52.  
  53.    The mechanisms specified here include:
  54.  
  55.  
  56.  
  57.  
  58. Gilligan & Nordmark         Standards Track                     [Page 1]
  59.  
  60. RFC 1933               IPv6 Transition Mechanisms             April 1996
  61.  
  62.  
  63.    -    Dual IP layer.  Providing complete support for both IPv4 and
  64.         IPv6 in hosts and routers.
  65.  
  66.    -    IPv6 over IPv4 tunneling.  Encapsulating IPv6 packets within
  67.         IPv4 headers to carry them over IPv4 routing infrastructures.
  68.         Two types of tunneling are employed: configured and automatic.
  69.  
  70.    Additional transition and compatibility mechanisms may be developed
  71.    in the future.  These will be specified in other documents.
  72.  
  73. 1.2. Terminology
  74.  
  75.    The following terms are used in this document:
  76.  
  77.    Types of Nodes
  78.  
  79.         IPv4-only node:
  80.  
  81.                 A  host  or  router  that  implements  only  IPv4.    An
  82.                 IPv4-only  node does not understand IPv6.  The installed
  83.                 base of IPv4  hosts  and  routers  existing  before  the
  84.                 transition begins are IPv4-only nodes.
  85.  
  86.         IPv6/IPv4 node:
  87.  
  88.                 A host or router that implements both IPv4 and IPv6.
  89.  
  90.         IPv6-only node:
  91.  
  92.                 A host or router that implements IPv6, and does not
  93.                 implement IPv4.  The operation of IPv6-only nodes is not
  94.                 addressed here.
  95.  
  96.         IPv6 node:
  97.  
  98.                 Any host or router that implements IPv6.  IPv6/IPv4 and
  99.                 IPv6-only nodes are both IPv6 nodes.
  100.  
  101.         IPv4 node:
  102.  
  103.                 Any host or router that implements IPv4.  IPv6/IPv4 and
  104.                 IPv4-only nodes are both IPv4 nodes.
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Gilligan & Nordmark         Standards Track                     [Page 2]
  115.  
  116. RFC 1933               IPv6 Transition Mechanisms             April 1996
  117.  
  118.  
  119.    Types of IPv6 Addresses
  120.  
  121.         IPv4-compatible IPv6 address:
  122.  
  123.                 An IPv6 address, assigned to an IPv6/IPv4 node, which
  124.                 bears the high-order 96-bit prefix 0:0:0:0:0:0, and an
  125.                 IPv4 address in the low-order 32-bits.  IPv4-compatible
  126.                 addresses are used by the automatic tunneling mechanism.
  127.  
  128.         IPv6-only address:
  129.  
  130.                 The remainder of the IPv6 address space.  An IPv6
  131.                 address that bears a prefix other than 0:0:0:0:0:0.
  132.  
  133.    Techniques Used in the Transition
  134.  
  135.         IPv6-over-IPv4 tunneling:
  136.  
  137.                 The technique of encapsulating IPv6 packets within IPv4
  138.                 so that they can be carried across IPv4 routing
  139.                 infrastructures.
  140.  
  141.         IPv6-in-IPv4 encapsulation:
  142.  
  143.                 IPv6-over-IPv4 tunneling.
  144.  
  145.         Configured tunneling:
  146.  
  147.                 IPv6-over-IPv4 tunneling where the IPv4 tunnel endpoint
  148.                 address is determined by configuration information on
  149.                 the encapsulating node.
  150.  
  151.         Automatic tunneling:
  152.  
  153.                 IPv6-over-IPv4 tunneling where the IPv4 tunnel endpoint
  154.                 address is determined from the IPv4 address embedded in
  155.                 the IPv4-compatible destination address of the IPv6
  156.                 packet.
  157.  
  158. 1.3. Structure of this Document
  159.  
  160.    The remainder of this document is organized into three sections:
  161.  
  162.    -    Section 2 discusses the IPv4-compatible address format.
  163.  
  164.    -    Section 3 discusses the operation of nodes with a dual IP
  165.         layer, IPv6/IPv4 nodes.
  166.  
  167.  
  168.  
  169.  
  170. Gilligan & Nordmark         Standards Track                     [Page 3]
  171.  
  172. RFC 1933               IPv6 Transition Mechanisms             April 1996
  173.  
  174.  
  175.    -    Section 4 discusses IPv6-over-IPv4 tunneling.
  176.  
  177. 2. Addressing
  178.  
  179.    The automatic tunneling mechanism uses a special type of IPv6
  180.    address, termed an "IPv4-compatible" address.  An IPv4-compatible
  181.    address is identified by an all-zeros 96-bit prefix, and holds an
  182.    IPv4 address in the low-order 32-bits.  IPv4-compatible addresses are
  183.    structured as follows:
  184.  
  185.         |              96-bits                 |   32-bits    |
  186.         +--------------------------------------+--------------+
  187.         |            0:0:0:0:0:0               | IPv4 Address |
  188.         +--------------------------------------+--------------+
  189.  
  190.                  IPv4-Compatible IPv6 Address Format
  191.  
  192.    IPv4-compatible addresses are assigned to IPv6/IPv4 nodes that
  193.    support automatic tunneling.  Nodes that are configured with IPv4-
  194.    compatible addresses may use the complete address as their IPv6
  195.    address, and use the embedded IPv4 address as their IPv4 address.
  196.  
  197.    The remainder of the IPv6 address space (that is, all addresses with
  198.    96-bit prefixes other than 0:0:0:0:0:0) are termed "IPv6-only
  199.    Addresses."
  200.  
  201. 3. Dual IP Layer
  202.  
  203.    The most straightforward way for IPv6 nodes to remain compatible with
  204.    IPv4-only nodes is by providing a complete IPv4 implementation.  IPv6
  205.    nodes that provide a complete IPv4 implementation in addition to
  206.    their IPv6 implementation are called "IPv6/IPv4 nodes."  IPv6/IPv4
  207.    nodes have the ability to send and receive both IPv4 and IPv6
  208.    packets.  They can directly interoperate with IPv4 nodes using IPv4
  209.    packets, and also directly interoperate with IPv6 nodes using IPv6
  210.    packets.
  211.  
  212.    The dual IP layer technique may or may not be used in conjunction
  213.    with the IPv6-over-IPv4 tunneling techniques, which are described in
  214.    section 4.  An IPv6/IPv4 node that supports tunneling may support
  215.    only configured tunneling, or both configured and automatic
  216.    tunneling.  Thus three configurations are possible:
  217.  
  218.    -    IPv6/IPv4 node that does not perform tunneling.
  219.  
  220.    -    IPv6/IPv4 node that performs configured tunneling only.
  221.  
  222.    -    IPv6/IPv4 node that performs configured tunneling and
  223.  
  224.  
  225.  
  226. Gilligan & Nordmark         Standards Track                     [Page 4]
  227.  
  228. RFC 1933               IPv6 Transition Mechanisms             April 1996
  229.  
  230.  
  231.         automatic tunneling.
  232.  
  233. 3.1. Address Configuration
  234.  
  235.    Because they support both protocols, IPv6/IPv4 nodes may be
  236.    configured with both IPv4 and IPv6 addresses.  Although the two
  237.    addresses may be related to each other, this is not required.
  238.    IPv6/IPv4 nodes may be configured with IPv6 and IPv4 addresses that
  239.    are unrelated to each other.
  240.  
  241.    Nodes that perform automatic tunneling are configured with IPv4-
  242.    compatible IPv6 addresses.  These may be viewed as single addresses
  243.    that can serve both as IPv6 and IPv4 addresses.  The entire 128-bit
  244.    IPv4-compatible IPv6 address is used as the node's IPv6 address,
  245.    while the IPv4 address embedded in low-order 32-bits serves as the
  246.    node's IPv4 address.
  247.  
  248.    IPv6/IPv4 nodes may use the stateless IPv6 address configuration
  249.    mechanism [5] or DHCP for IPv6 [3] to acquire their IPv6 address.
  250.    These mechanisms may provide either IPv4-compatible or IPv6-only IPv6
  251.    addresses.
  252.  
  253.    IPv6/IPv4 nodes may use IPv4 mechanisms to acquire their IPv4
  254.    addresses.
  255.  
  256.    IPv6/IPv4 nodes that perform automatic tunneling may also acquire
  257.    their IPv4-compatible IPv6 addresses from another source: IPv4
  258.    address configuration protocols.  A node may use any IPv4 address
  259.    configuration mechanism to acquire its IPv4 address, then "map" that
  260.    address into an IPv4-compatible IPv6 address by pre-pending it with
  261.    the 96-bit prefix 0:0:0:0:0:0.  This mode of configuration allows
  262.    IPv6/IPv4 nodes to "leverage" the installed base of IPv4 address
  263.    configuration servers.  It can be particularly useful in environments
  264.    where IPv6 routers and address configuration servers have not yet
  265.    been deployed.
  266.  
  267.    The specific algorithm for acquiring an IPv4-compatible address using
  268.    IPv4-based address configuration protocols is as follows:
  269.  
  270.    1)   The IPv6/IPv4 node uses standard IPv4 mechanisms or protocols
  271.         to acquire its own IPv4 address.  These include:
  272.  
  273.            -    The Dynamic Host Configuration Protocol (DHCP) [2]
  274.            -    The Bootstrap Protocol (BOOTP) [1]
  275.            -    The Reverse Address Resolution Protocol (RARP) [9]
  276.            -    Manual configuration
  277.            -    Any other mechanism which accurately yields the node's
  278.                 own IPv4 address
  279.  
  280.  
  281.  
  282. Gilligan & Nordmark         Standards Track                     [Page 5]
  283.  
  284. RFC 1933               IPv6 Transition Mechanisms             April 1996
  285.  
  286.  
  287.    2)   The node uses this address as its IPv4 address.
  288.  
  289.    3)   The node prepends the 96-bit prefix 0:0:0:0:0:0 to the 32-bit
  290.         IPv4 address that it acquired in step (1).  The result is an
  291.         IPv4-compatible IPv6 address with the node's own IPv4-address
  292.         embedded in the low-order 32-bits.  The node uses this address
  293.         as its own IPv6 address.
  294.  
  295. 3.1.1. IPv4 Loopback Address
  296.  
  297.    Many IPv4 implementations treat the address 127.0.0.1 as a "loopback
  298.    address" -- an address to reach services located on the local
  299.    machine.  Per the host requirements specification [10], section
  300.    3.2.1.3, IPv4 packets addressed from or to the loopback address are
  301.    not to be sent onto the network; they must remain entirely within the
  302.    node.  IPv6/IPv4 implementations may treat the IPv4-compatible IPv6
  303.    address ::127.0.0.1 as an IPv6 loopback address.  Packets with this
  304.    address should also remain entirely within the node, and not be
  305.    transmitted onto the network.
  306.  
  307. 3.2.  DNS
  308.  
  309.    The Domain Naming System (DNS) is used in both IPv4 and IPv6 to map
  310.    hostnames into addresses.  A new resource record type named "AAAA"
  311.    has been defined for IPv6 addresses [6].  Since IPv6/IPv4 nodes must
  312.    be able to interoperate directly with both IPv4 and IPv6 nodes, they
  313.    must provide resolver libraries capable of dealing with IPv4 "A"
  314.    records as well as IPv6 "AAAA" records.
  315.  
  316. 3.2.1.  Handling Records for IPv4-Compatible Addresses
  317.  
  318.    When an IPv4-compatible IPv6 addresses is assigned to an IPv6/IPv4
  319.    host that supports automatic tunneling, both A and AAAA records are
  320.    listed in the DNS.  The AAAA record holds the full IPv4-compatible
  321.    IPv6 address, while the A record holds the low-order 32-bits of that
  322.    address.  The AAAA record is needed so that queries by IPv6 hosts can
  323.    be satisfied.  The A record is needed so that queries by IPv4-only
  324.    hosts, whose resolver libraries only support the A record type, will
  325.    locate the host.
  326.  
  327.    DNS resolver libraries on IPv6/IPv4 nodes must be capable of handling
  328.    both AAAA and A records.  However, when a query locates an AAAA
  329.    record holding an IPv4-compatible IPv6 address, and an A record
  330.    holding the corresponding IPv4 address, the resolver library need not
  331.    necessarily return both addresses.  It has three options:
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Gilligan & Nordmark         Standards Track                     [Page 6]
  339.  
  340. RFC 1933               IPv6 Transition Mechanisms             April 1996
  341.  
  342.  
  343.    -    Return only the IPv6 address to the application.
  344.  
  345.    -    Return only the IPv4 address to the application.
  346.  
  347.    -    Return both addresses to the application.
  348.  
  349.    The selection of which address type to return in this case, or, if
  350.    both addresses are returned, in which order they are listed, can
  351.    affect what type of IP traffic is generated.  If the IPv6 address is
  352.    returned, the node will communicate with that destination using IPv6
  353.    packets (in most cases encapsulated in IPv4); If the IPv4 address is
  354.    returned, the communication will use IPv4 packets.
  355.  
  356.    The way that DNS resolver implementations handle redundant records
  357.    for IPv4-compatible addresses may depend on whether that
  358.    implementation supports automatic tunneling, or whether it is
  359.    enabled.  For example, an implementation that does not support
  360.    automatic tunneling would not return IPv4-compatible IPv6 addresses
  361.    to applications because those destinations are generally only
  362.    reachable via tunneling.  On the other hand, those implementations in
  363.    which automatic tunneling is supported and enabled may elect to
  364.    return only the IPv4-compatible IPv6 address and not the IPv4
  365.    address.
  366.  
  367. 4. IPv6-over-IPv4 Tunneling
  368.  
  369.    In most deployment scenarios, the IPv6 routing infrastructure will be
  370.    built up over time.  While the IPv6 infrastructure is being deployed,
  371.    the existing IPv4 routing infrastructure can remain functional, and
  372.    can be used to carry IPv6 traffic.  Tunneling provides a way to
  373.    utilize an existing IPv4 routing infrastructure to carry IPv6
  374.    traffic.
  375.  
  376.    IPv6/IPv4 hosts and routers can tunnel IPv6 datagrams over regions of
  377.    IPv4 routing topology by encapsulating them within IPv4 packets.
  378.    Tunneling can be used in a variety of ways:
  379.  
  380.    -    Router-to-Router.  IPv6/IPv4 routers interconnected by an IPv4
  381.         infrastructure can tunnel IPv6 packets between themselves.  In
  382.         this case, the tunnel spans one segment of the end-to-end path
  383.         that the IPv6 packet takes.
  384.  
  385.    -    Host-to-Router.  IPv6/IPv4 hosts can tunnel IPv6 packets to an
  386.         intermediary IPv6/IPv4 router that is reachable via an IPv4
  387.         infrastructure.  This type of tunnel spans the first segment
  388.         of the packet's end-to-end path.
  389.  
  390.  
  391.  
  392.  
  393.  
  394. Gilligan & Nordmark         Standards Track                     [Page 7]
  395.  
  396. RFC 1933               IPv6 Transition Mechanisms             April 1996
  397.  
  398.  
  399.    -    Host-to-Host.  IPv6/IPv4 hosts that are interconnected by an
  400.         IPv4 infrastructure can tunnel IPv6 packets between
  401.         themselves.  In this case, the tunnel spans the entire
  402.         end-to-end path that the packet takes.
  403.  
  404.    -    Router-to-Host. IPv6/IPv4 routers can tunnel IPv6 packets to
  405.         their final destination IPv6/IPv4 host.  This tunnel spans
  406.         only the last segment of the end-to-end path.
  407.  
  408.    Tunneling techniques are usually classified according to the
  409.    mechanism by which the encapsulating node determines the address of
  410.    the node at the end of the tunnel.  In the first two tunneling
  411.    methods listed above -- router-to-router and host-to-router -- the
  412.    IPv6 packet is being tunneled to a router.  The endpoint of this type
  413.    of tunnel is an intermediary router which must decapsulate the IPv6
  414.    packet and forward it on to its final destination.  When tunneling to
  415.    a router, the endpoint of the tunnel is different from the
  416.    destination of the packet being tunneled.  So the addresses in the
  417.    IPv6 packet being tunneled do not provide the IPv4 address of the
  418.    tunnel endpoint.  Instead, the tunnel endpoint address must be
  419.    determined from configuration information on the node performing the
  420.    tunneling.  We use the term "configured tunneling" to describe the
  421.    type of tunneling where the endpoint is explicitly configured.
  422.  
  423.    In the last two tunneling methods -- host-to-host and router-to-host
  424.    -- the IPv6 packet is tunneled all the way to its final destination.
  425.  
  426.    The tunnel endpoint is the node to which the IPv6 packet is
  427.    addressed.  Since the endpoint of the tunnel is the destination of
  428.    the IPv6 packet, the tunnel endpoint can be determined from the
  429.    destination IPv6 address of that packet: If that address is an IPv4-
  430.    compatible address, then the low-order 32-bits hold the IPv4 address
  431.    of the destination node, and that can be used as the tunnel endpoint
  432.    address.  This technique avoids the need to explicitly configure the
  433.    tunnel endpoint address.  Deriving the tunnel endpoint address from
  434.    the embedded IPv4 address of the packet's IPv6 address is termed
  435.    "automatic tunneling".
  436.  
  437.    The two tunneling techniques -- automatic and configured -- differ
  438.    primarily in how they determine the tunnel endpoint address.  Most of
  439.    the underlying mechanisms are the same:
  440.  
  441.    -    The entry node of the tunnel (the encapsulating node) creates an
  442.         encapsulating IPv4 header and transmits the encapsulated packet.
  443.  
  444.    -    The exit node of the tunnel (the decapsulating node) receives
  445.         the encapsulated packet, removes the IPv4 header, updates the
  446.         IPv6 header, and processes the received IPv6 packet.
  447.  
  448.  
  449.  
  450. Gilligan & Nordmark         Standards Track                     [Page 8]
  451.  
  452. RFC 1933               IPv6 Transition Mechanisms             April 1996
  453.  
  454.  
  455.    -    The encapsulating node may need to maintain soft state
  456.         information for each tunnel recording such parameters as the MTU
  457.         of the tunnel in order to process IPv6 packets forwarded into
  458.         the tunnel.  Since the number of tunnels that any one host or
  459.         router may be using may grow to be quite large, this state
  460.         information can be cached and discarded when not in use.
  461.  
  462.    The next section discusses the common mechanisms that apply to both
  463.    types of tunneling.  Subsequent sections discuss how the tunnel
  464.    endpoint address is determined for automatic and configured
  465.    tunneling.
  466.  
  467. 4.1. Common Tunneling Mechanisms
  468.  
  469.    The encapsulation of an IPv6 datagram in IPv4 is shown below:
  470.  
  471.                                         +-------------+
  472.                                         |    IPv4     |
  473.                                         |   Header    |
  474.         +-------------+                 +-------------+
  475.         |    IPv6     |                 |    IPv6     |
  476.         |   Header    |                 |   Header    |
  477.         +-------------+                 +-------------+
  478.         |  Transport  |                 |  Transport  |
  479.         |   Layer     |      ===>       |   Layer     |
  480.         |   Header    |                 |   Header    |
  481.         +-------------+                 +-------------+
  482.         |             |                 |             |
  483.         ~    Data     ~                 ~    Data     ~
  484.         |             |                 |             |
  485.         +-------------+                 +-------------+
  486.  
  487.                       Encapsulating IPv6 in IPv4
  488.  
  489.    In addition to adding an IPv4 header, the encapsulating node also has
  490.    to handle some more complex issues:
  491.  
  492.   -     Determine when to fragment and when to report an ICMP "packet
  493.         too big" error back to the source.
  494.  
  495.   -     How to reflect IPv4 ICMP errors from routers along the tunnel
  496.         path back to the source as IPv6 ICMP errors.
  497.  
  498.    Those issues are discussed in the following sections.
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506. Gilligan & Nordmark         Standards Track                     [Page 9]
  507.  
  508. RFC 1933               IPv6 Transition Mechanisms             April 1996
  509.  
  510.  
  511. 4.1.1.  Tunnel MTU and Fragmentation
  512.  
  513.    The encapsulating node could view encapsulation as IPv6 using IPv4 as
  514.    a link layer with a very large MTU (65535-20 bytes to be exact; 20
  515.    bytes "extra" are needed for the encapsulating IPv4 header).  The
  516.    encapsulating node would need only to report IPv6 ICMP "packet too
  517.    big" errors back to the source for packets that exceed this MTU.
  518.    However, such a scheme would be inefficient for two reasons:
  519.  
  520.   1)    It would result in more fragmentation than needed. IPv4 layer
  521.         fragmentation should be avoided due to the performance problems
  522.         caused by the loss unit being smaller than the retransmission
  523.         unit [11].
  524.  
  525.   2)    Any IPv4 fragmentation occurring inside the tunnel would have to
  526.         be reassembled at the tunnel endpoint.  For tunnels that
  527.         terminate at a router, this would require additional memory to
  528.         reassemble the IPv4 fragments into a complete IPv6 packet before
  529.         that packet could be forwarded onward.
  530.  
  531.    The fragmentation inside the tunnel can be reduced to a minimum by
  532.    having the encapsulating node track the IPv4 Path MTU across the
  533.    tunnel, using the IPv4 Path MTU Discovery Protocol [8] and recording
  534.    the resulting path MTU.  The IPv6 layer in the encapsulating node can
  535.    then view a tunnel as a link layer with an MTU equal to the IPv4 path
  536.    MTU, minus the size of the encapsulating IPv4 header.
  537.  
  538.    Note that this does not completely eliminate IPv4 fragmentation in
  539.    the case when the IPv4 path MTU would result in an IPv6 MTU less than
  540.    576 bytes. (Any link layer used by IPv6 has to have an MTU of at
  541.    least 576 bytes [4].) In this case the IPv6 layer has to "see" a link
  542.    layer with an MTU of 576 bytes and the encapsulating node has to use
  543.    IPv4 fragmentation in order to forward the 576 byte IPv6 packets.
  544.  
  545.    The encapsulating node can employ the following algorithm to
  546.    determine when to forward an IPv6 packet that is larger than the
  547.    tunnel's path MTU using IPv4 fragmentation, and when to return an
  548.    IPv6 ICMP "packet too big" message:
  549.  
  550.         if (IPv4 path MTU - 20) is less than or equal to 576
  551.                 if packet is larger than 576 bytes
  552.                         Send IPv6 ICMP "packet too big" with MTU = 576.
  553.                         Drop packet.
  554.                 else
  555.                         Encapsulate but do not set the Don't Fragment
  556.                         flag in the IPv4 header. The resulting IPv4
  557.                         packet might be fragmented by the IPv4 layer on
  558.                         the encapsulating node or by some router along
  559.  
  560.  
  561.  
  562. Gilligan & Nordmark         Standards Track                    [Page 10]
  563.  
  564. RFC 1933               IPv6 Transition Mechanisms             April 1996
  565.  
  566.  
  567.                         the IPv4 path.
  568.                 endif
  569.         else
  570.                 if packet is larger than (IPv4 path MTU - 20)
  571.                         Send IPv6 ICMP "packet too big" with
  572.                         MTU = (IPv4 path MTU - 20).
  573.                         Drop packet.
  574.                 else
  575.                         Encapsulate and set the Don't Fragment flag
  576.                         in the IPv4 header.
  577.                 endif
  578.         endif
  579.  
  580.    Encapsulating nodes that have a large number of tunnels might not be
  581.    able to store the IPv4 Path MTU for all tunnels. Such nodes can, at
  582.    the expense of additional fragmentation in the network, avoid using
  583.    the IPv4 Path MTU algorithm across the tunnel and instead use the MTU
  584.    of the link layer (under IPv4) in the above algorithm instead of the
  585.    IPv4 path MTU.
  586.  
  587.    In this case the Don't Fragment bit must not be set in the
  588.    encapsulating IPv4 header.
  589.  
  590. 4.1.2.  Hop Limit
  591.  
  592.    IPv6-over-IPv4 tunnels are modeled as "single-hop".  That is, the
  593.    IPv6 hop limit is decremented by 1 when an IPv6 packet traverses the
  594.    tunnel.  The single-hop model serves to hide the existence of a
  595.    tunnel.  The tunnel is opaque to users of the network, and is not
  596.    detectable by network diagnostic tools such as traceroute.
  597.  
  598.    The single-hop model is implemented by having the encapsulating and
  599.    decapsulating nodes process the IPv6 hop limit field as they would if
  600.    they were forwarding a packet on to any other datalink.  That is,
  601.    they decrement the hop limit by 1 when forwarding an IPv6 packet.
  602.    (The originating node and final destination do not decrement the hop
  603.    limit.)
  604.  
  605.    The TTL of the encapsulating IPv4 header is selected in an
  606.    implementation dependent manner.  The current suggested value is
  607.    published in the "Assigned Numbers RFC.  Implementations may provide
  608.    a mechanism to allow the administrator to configure the IPv4 TTL.
  609.  
  610. 4.1.3. Handling IPv4 ICMP errors
  611.  
  612.    In response to encapsulated packets it has sent into the tunnel, the
  613.    encapsulating node may receive IPv4 ICMP error messages from IPv4
  614.    routers inside the tunnel.  These packets are addressed to the
  615.  
  616.  
  617.  
  618. Gilligan & Nordmark         Standards Track                    [Page 11]
  619.  
  620. RFC 1933               IPv6 Transition Mechanisms             April 1996
  621.  
  622.  
  623.    encapsulating node because it is the IPv4 source of the encapsulated
  624.    packet.
  625.  
  626.    The ICMP "packet too big" error messages are handled according to
  627.    IPv4 Path MTU Discovery [8] and the resulting path MTU is recorded in
  628.    the IPv4 layer.  The recorded path MTU is used by IPv6 to determine
  629.    if an IPv6 ICMP "packet too big" error has to be generated as
  630.    described in section 4.1.1.
  631.  
  632.    The handling of other types of ICMP error messages depends on how
  633.    much information is included in the "packet in error" field, which
  634.    holds the encapsulated packet that caused the error.
  635.  
  636.    Many older IPv4 routers return only 8 bytes of data beyond the IPv4
  637.    header of the packet in error, which is not enough to include the
  638.    address fields of the IPv6 header. More modern IPv4 routers may
  639.    return enough data beyond the IPv4 header to include the entire IPv6
  640.    header and possibly even the data beyond that.
  641.  
  642.    If the offending packet includes enough data, the encapsulating node
  643.    may extract the encapsulated IPv6 packet and use it to generating an
  644.    IPv6 ICMP message directed back to the originating IPv6 node, as
  645.    shown below:
  646.  
  647.                 +--------------+
  648.                 | IPv4 Header  |
  649.                 | dst = encaps |
  650.                 |       node   |
  651.                 +--------------+
  652.                 |     ICMP     |
  653.                 |    Header    |
  654.          - -    +--------------+
  655.                 | IPv4 Header  |
  656.                 | src = encaps |
  657.         IPv4    |       node   |
  658.                 +--------------+   - -
  659.         Packet  |    IPv6      |
  660.                 |    Header    |   Original IPv6
  661.          in     +--------------+   Packet -
  662.                 |  Transport   |   Can be used to
  663.         Error   |    Header    |   generate an
  664.                 +--------------+   IPv6 ICMP
  665.                 |              |   error message
  666.                 ~     Data     ~   back to the source.
  667.                 |              |
  668.          - -    +--------------+   - -
  669.  
  670.         IPv4 ICMP Error Message Returned to Encapsulating Node
  671.  
  672.  
  673.  
  674. Gilligan & Nordmark         Standards Track                    [Page 12]
  675.  
  676. RFC 1933               IPv6 Transition Mechanisms             April 1996
  677.  
  678.  
  679. 4.1.4.  IPv4 Header Construction
  680.  
  681.    When encapsulating an IPv6 packet in an IPv4 datagram, the IPv4
  682.    header fields are set as follows:
  683.  
  684.         Version:
  685.  
  686.                 4
  687.  
  688.         IP Header Length in 32-bit words:
  689.  
  690.                 5 (There are no IPv4 options in the encapsulating
  691.                 header.)
  692.  
  693.         Type of Service:
  694.  
  695.                 0
  696.  
  697.         Total Length:
  698.  
  699.                 Payload length from IPv6 header plus length of IPv6 and
  700.                 IPv4 headers (i.e. a constant 60 bytes).
  701.  
  702.         Identification:
  703.  
  704.                 Generated uniquely as for any IPv4 packet transmitted by
  705.                 the system.
  706.  
  707.         Flags:
  708.  
  709.                 Set the Don't Fragment (DF) flag as specified in
  710.                 section 4.1.1. Set the More Fragments (MF) bit as
  711.                 necessary if fragmenting.
  712.  
  713.         Fragment offset:
  714.  
  715.                 Set as necessary if fragmenting.
  716.  
  717.         Time to Live:
  718.  
  719.                 Set in implementation-specific manner.
  720.  
  721.         Protocol:
  722.  
  723.                 41 (Assigned payload type number for IPv6)
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. Gilligan & Nordmark         Standards Track                    [Page 13]
  731.  
  732. RFC 1933               IPv6 Transition Mechanisms             April 1996
  733.  
  734.  
  735.         Header Checksum:
  736.  
  737.                 Calculate the checksum of the IPv4 header.
  738.  
  739.         Source Address:
  740.  
  741.                 IPv4 address of outgoing interface of the
  742.                 encapsulating node.
  743.  
  744.         Destination Address:
  745.  
  746.                 IPv4 address of tunnel endpoint.
  747.  
  748.    Any IPv6 options are preserved in the packet (after the IPv6 header).
  749.  
  750. 4.1.5. Decapsulating IPv6-in-IPv4 Packets
  751.  
  752.    When an IPv6/IPv4 host or a router receives an IPv4 datagram that is
  753.    addressed to one of its own IPv4 address, and the value of the
  754.    protocol field is 41, it removes the IPv4 header and submits the IPv6
  755.    datagram to its IPv6 layer code.
  756.  
  757.    The decapsulation is shown below:
  758.  
  759.         +-------------+
  760.         |    IPv4     |
  761.         |   Header    |
  762.         +-------------+                 +-------------+
  763.         |    IPv6     |                 |    IPv6     |
  764.         |   Header    |                 |   Header    |
  765.         +-------------+                 +-------------+
  766.         |  Transport  |                 |  Transport  |
  767.         |   Layer     |      ===>       |   Layer     |
  768.         |   Header    |                 |   Header    |
  769.         +-------------+                 +-------------+
  770.         |             |                 |             |
  771.         ~    Data     ~                 ~    Data     ~
  772.         |             |                 |             |
  773.         +-------------+                 +-------------+
  774.  
  775.                     Decapsulating IPv6 from IPv4
  776.  
  777.    When decapsulating the IPv6-in-IPv4 packet, the IPv6 header is not
  778.    modified.  If the packet is subsequently forwarded, its hop limit is
  779.    decremented by one.
  780.  
  781.    The encapsulating IPv4 header is discarded.
  782.  
  783.  
  784.  
  785.  
  786. Gilligan & Nordmark         Standards Track                    [Page 14]
  787.  
  788. RFC 1933               IPv6 Transition Mechanisms             April 1996
  789.  
  790.  
  791.    The decapsulating node performs IPv4 reassembly before decapsulating
  792.    the IPv6 packet.  All IPv6 options are preserved even if the
  793.    encapsulating IPv4 packet is fragmented.
  794.  
  795.    After the IPv6 packet is decapsulated, it is processed the same as
  796.    any received IPv6 packet.
  797.  
  798. 4.2. Configured Tunneling
  799.  
  800.    In configured tunneling, the tunnel endpoint address is determined
  801.    from configuration information in the encapsulating node.  For each
  802.    tunnel, the encapsulating node must store the tunnel endpoint
  803.    address.  When an IPv6 packet is transmitted over a tunnel, the
  804.    tunnel endpoint address configured for that tunnel is used as the
  805.    destination address for the encapsulating IPv4 header.
  806.  
  807.    The determination of which packets to tunnel is usually made by
  808.    routing information on the encapsulating node.  This is usually done
  809.    via a routing table, which directs packets based on their destination
  810.    address using the prefix mask and match technique.
  811.  
  812. 4.2.1. Default Configured Tunnel
  813.  
  814.    Nodes that are connected to IPv4 routing infrastructures may use a
  815.    configured tunnel to reach an IPv6 "backbone".  If the IPv4 address
  816.    of an IPv6/IPv4 router bordering the backbone is known, a tunnel can
  817.    be configured to that router.  This tunnel can be configured into the
  818.    routing table as a "default route".  That is, all IPv6 destination
  819.    addresses will match the route and could potentially traverse the
  820.    tunnel.  Since the "mask length" of such default route is zero, it
  821.    will be used only if there are no other routes with a longer mask
  822.    that match the destination.
  823.  
  824.    The tunnel endpoint address of such a default tunnel could be the
  825.    IPv4 address of one IPv6/IPv4 router at the border of the IPv6
  826.    backbone.  Alternatively, the tunnel endpoint could be an IPv4
  827.    "anycast address".  With this approach, multiple IPv6/IPv4 routers at
  828.    the border advertise IPv4 reachability to the same IPv4 address.  All
  829.    of these routers accept packets to this address as their own, and
  830.    will decapsulate IPv6 packets tunneled to this address.  When an
  831.    IPv6/IPv4 node sends an encapsulated packet to this address, it will
  832.    be delivered to only one of the border routers, but the sending node
  833.    will not know which one.  The IPv4 routing system will generally
  834.    carry the traffic to the closest router.
  835.  
  836.    Using a default tunnel to an IPv4 "anycast address" provides a high
  837.    degree of robustness since multiple border router can be provided,
  838.    and, using the normal fallback mechanisms of IPv4 routing, traffic
  839.  
  840.  
  841.  
  842. Gilligan & Nordmark         Standards Track                    [Page 15]
  843.  
  844. RFC 1933               IPv6 Transition Mechanisms             April 1996
  845.  
  846.  
  847.    will automatically switch to another router when one goes down.
  848.  
  849. 4.3. Automatic Tunneling
  850.  
  851.    In automatic tunneling, the tunnel endpoint address is determined
  852.    from the packet being tunneled.  The destination IPv6 address in the
  853.    packet must be an IPv4-compatible address.  If it is, the IPv4
  854.    address component of that address -- the low-order 32-bits -- are
  855.    extracted and used as the tunnel endpoint address.  IPv6 packets that
  856.    are not addressed to an IPv4-compatible address can not be tunneled
  857.    using automatic tunneling.
  858.  
  859.    IPv6/IPv4 nodes need to determine which IPv6 packets can be sent via
  860.    automatic tunneling.  One technique is to use the IPv6 routing table
  861.    to direct automatic tunneling.  An implementation can have a special
  862.    static routing table entry for the prefix 0:0:0:0:0:0/96.  (That is,
  863.    a route to the all-zeros prefix with a 96-bit mask.)  Packets that
  864.    match this prefix are sent to a pseudo-interface driver which
  865.    performs automatic tunneling.  Since all IPv4-compatible IPv6
  866.    addresses will match this prefix, all packets to those destinations
  867.    will be auto-tunneled.
  868.  
  869. 4.4. Default Sending Algorithm
  870.  
  871.    This section presents a combined IPv4 and IPv6 sending algorithm that
  872.    IPv6/IPv4 nodes can use.  The algorithm can be used to determine when
  873.    to send IPv4 packets, when to send IPv6 packets, and when to perform
  874.    automatic and configured tunneling.  It illustrates how the
  875.    techniques of dual IP layer, configured tunneling, and automatic
  876.    tunneling can be used together.  Note that is just an example to show
  877.    how the techniques can be combined; IPv6/IPv6 implementations may
  878.    provide different algorithms.  This algorithm has the following
  879.    properties:
  880.  
  881.    -    Sends IPv4 packets to all IPv4 destinations.
  882.  
  883.    -    Sends IPv6 packets to all IPv6 destinations on the same link.
  884.  
  885.    -    Using automatic tunneling, sends IPv6 packets encapsulated in
  886.         IPv4 to IPv6 destinations with IPv4-compatible addresses that
  887.         are located off-link.
  888.  
  889.    -    Sends IPv6 packets to IPv6 destinations located off-link when
  890.         IPv6 routers are present.
  891.  
  892.    -    Using the default IPv6 tunnel, sends IPv6 packets encapsulated
  893.         in IPv4 to IPv6 destinations with IPv6-only addresses when no
  894.         IPv6 routers are present.
  895.  
  896.  
  897.  
  898. Gilligan & Nordmark         Standards Track                    [Page 16]
  899.  
  900. RFC 1933               IPv6 Transition Mechanisms             April 1996
  901.  
  902.  
  903. The algorithm is as follows:
  904.  
  905.   1)    If the address of the end node is an IPv4 address then:
  906.  
  907.           1.1)  If the destination is located on an attached link, then
  908.                 send an IPv4 packet addressed to the end node.
  909.  
  910.           1.2)  If the destination is located off-link, then;
  911.  
  912.                 1.2.1)  If there is an IPv4 router on link, then send an
  913.                         IPv4 format packet.  The IPv4 destination
  914.                         address is the IPv4 address of the end node.
  915.                         The datalink address is the datalink address of
  916.                         the IPv4 router.
  917.  
  918.                 1.2.2)  Else, the destination is treated as
  919.                         "unreachable" because it is located off link and
  920.                         there are no on-link routers.
  921.  
  922.   2)    If the address of the end node is an IPv4-compatible IPv6
  923.         address (i.e. bears the prefix 0:0:0:0:0:0), then:
  924.  
  925.           2.1)  If the destination is located on an attached link, then
  926.                 send an IPv6 format packet (not encapsulated).  The IPv6
  927.                 destination address is the IPv6 address of the end node.
  928.                 The datalink address is the datalink address of the end
  929.                 node.
  930.  
  931.           2.2)  If the destination is located off-link, then:
  932.  
  933.                 2.2.1)  If there is an IPv4 router on an attached link,
  934.                         then send an IPv6 packet encapsulated in IPv4.
  935.                         The IPv6 destination address is the address of
  936.                         the end node.  The IPv4 destination address is
  937.                         the low-order 32-bits of the end node's address.
  938.                         The datalink address is the datalink address of
  939.                         the IPv4 router.
  940.  
  941.                 2.2.2)  Else, if there is an IPv6 router on an attached
  942.                         link, then send an IPv6 format packet.  The IPv6
  943.                         destination address is the IPv6 address of the
  944.                         end node.  The datalink address is the datalink
  945.                         address of the IPv6 router.
  946.  
  947.                 2.2.3)  Else, the destination is treated as
  948.                         "unreachable" because it is located off-link and
  949.                         there are no on-link routers.
  950.  
  951.  
  952.  
  953.  
  954. Gilligan & Nordmark         Standards Track                    [Page 17]
  955.  
  956. RFC 1933               IPv6 Transition Mechanisms             April 1996
  957.  
  958.  
  959.    3)   If the address of the end node is an IPv6-only address, then:
  960.  
  961.           3.1)  If the destination is located on an attached link, then
  962.                 send an IPv6 format packet.  The IPv6 destination
  963.                 address is the IPv6 address of the end node.  The
  964.                 datalink address is the datalink address of the end
  965.                 node.
  966.  
  967.           3.2)  If the destination is located off-link, then:
  968.  
  969.                 3.2.1)  If there is an IPv6 router on an attached link,
  970.                         then send an IPv6 format packet.  The IPv6
  971.                         destination address is the IPv6 address of the
  972.                         end node.  The datalink address is the datalink
  973.                         address of the IPv6 router.
  974.  
  975.                 3.2.2)  Else, if the destination is reachable via a
  976.                         configured tunnel, and there is an IPv4 router
  977.                         on an attached link, then send an IPv6
  978.                         packet encapsulated in IPv4.  The IPv6
  979.                         destination address is the address of the end
  980.                         node.  The IPv4 destination address is the
  981.                         configured IPv4 address of the tunnel endpoint.
  982.                         The datalink address is the datalink address of
  983.                         the IPv4 router.
  984.  
  985.                 3.2.3)  Else, the destination is treated as
  986.                         "unreachable" because it is located off-link and
  987.                         there are no on-link IPv6 routers.
  988.  
  989. A summary of these sending rules are given in the table below:
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Gilligan & Nordmark         Standards Track                    [Page 18]
  1011.  
  1012. RFC 1933               IPv6 Transition Mechanisms             April 1996
  1013.  
  1014.  
  1015. End         | End     | IPv4    | IPv6    | Packet |      |      |
  1016. Node        | Node    | Router  | Router  | Format | IPv6 | IPv4 | DLink
  1017. Address     | On      | On      | On      | To     | Dest | Dest | Dest
  1018. Type        | Link?   | Link?   | Link?   | Send   | Addr | Addr | Addr
  1019. ------------+---------+---------+---------+--------+------+------+------
  1020. IPv4        | Yes     |  N/A    |  N/A    | IPv4   |  N/A |  E4  | EL
  1021. ------------+---------+---------+---------+--------+------+------+------
  1022. IPv4        | No      |  Yes    |  N/A    | IPv4   |  N/A |  E4  | RL
  1023. ------------+---------+---------+---------+--------+------+------+------
  1024. IPv4        | No      |  No     |  N/A    | UNRCH  |  N/A |  N/A | N/A
  1025. ------------+---------+---------+---------+--------+------+------+------
  1026. IPv4-compat | Yes     |  N/A    |  N/A    | IPv6   |  E6  |  N/A | EL
  1027. ------------+---------+---------+---------+--------+------+------+------
  1028. IPv4-compat | No      |  Yes    |  N/A    | IPv6/4 |  E6  |  E4  | RL
  1029. ------------+---------+---------+---------+--------+------+------+------
  1030. IPv4-compat | No      |  No     |  Yes    | IPv6   |  E6  |  N/A | RL
  1031. ------------+---------+---------+---------+--------+------+------+------
  1032. IPv4-compat | No      |  No     |  No     | UNRCH  |  N/A |  N/A | N/A
  1033. ------------+---------+---------+---------+--------+------+------+------
  1034. IPv6-only   | Yes     |  N/A    |  N/A    | IPv6   |  E6  |  N/A | EL
  1035. ------------+---------+---------+---------+--------+------+------+------
  1036. IPv6-only   | No      |  N/A    |  Yes    | IPv6   |  E6  |  N/A | RL
  1037. ------------+---------+---------+---------+--------+------+------+------
  1038. IPv6-only   | No      |  Yes    |  No     | IPv6/4 |  E6  |  T4  | RL
  1039. ------------+---------+---------+---------+--------+------+------+------
  1040. IPv6-only   | No      |  No     |  No     | UNRCH  |  N/A |  N/A | N/A
  1041. ------------+---------+---------+---------+--------+------+------+------
  1042.  
  1043.         Key to Abbreviations
  1044.         --------------------
  1045.         N/A:    Not applicable or does not matter.
  1046.         E6:     IPv6 address of end node.
  1047.         E4:     IPv4 address of end node (low-order 32-bits of
  1048.                 IPv4-compatible address).
  1049.         EL:     Datalink address of end node.
  1050.         T4:     IPv4 address of the tunnel endpoint.
  1051.         R6:     IPv6 address of router.
  1052.         R4:     IPv4 address of router.
  1053.         RL:     Datalink address of router.
  1054.         IPv4:   IPv4 packet format.
  1055.         IPv6:   IPv6 packet format.
  1056.         IPv6/4: IPv6 encapsulated in IPv4 packet format.
  1057.         UNRCH:  Destination is unreachable.  Don't send a packet.
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Gilligan & Nordmark         Standards Track                    [Page 19]
  1067.  
  1068. RFC 1933               IPv6 Transition Mechanisms             April 1996
  1069.  
  1070.  
  1071. 4.4.1  On/Off Link Determination
  1072.  
  1073.    Part of the process of determining what packet format to use includes
  1074.    determining whether a destination is located on an attached link or
  1075.    not.  IPv4 and IPv6 employ different mechanisms.  IPv4 uses an
  1076.    algorithm in which the destination address and the interface address
  1077.    are both logically ANDed with the netmask of the interface and then
  1078.    compared.  If the resulting two values match, then the destination is
  1079.    located on-link.  This algorithm is discussed in more detail in
  1080.    Section 3.3.1.1 of the host requirements specification [10].  IPv6
  1081.    uses the neighbor discovery algorithm described in "Neighbor
  1082.    Discovery for IP Version 6" [7].
  1083.  
  1084.    IPv6/IPv4 nodes need to use both methods:
  1085.  
  1086.    -    If a destination is an IPv4 address, then the on/off link
  1087.         determination is made by comparison with the netmask, as
  1088.         described in RFC 1122 section 3.3.1.1.
  1089.  
  1090.    -    If a destination is represented by an IPv4-compatible IPv6
  1091.         address (prefix 0:0:0:0:0:0), the decision is made using the
  1092.         IPv4 netmask comparison algorithm using the low-order 32-bits
  1093.         (IPv4 address part) of the destination address.
  1094.  
  1095.   -     If the destination is represented by an IPv6-only address
  1096.         (prefix other than 0:0:0:0:0:0), the on/off link determination
  1097.         is made using the IPv6 neighbor discovery mechanism.
  1098.  
  1099. 5. Acknowledgements
  1100.  
  1101.    We would like to thank the members of the IPng working group and the
  1102.    IPng transition working group for their many contributions and
  1103.    extensive review of this document.  Special thanks to Jim Bound, Ross
  1104.    Callon, and Bob Hinden for many helpful suggestions and to John Moy
  1105.    for suggesting the IPv4 "anycast address" default tunnel technique.
  1106.  
  1107. 6.  Security Considerations
  1108.  
  1109.    Security issues are not discussed in this memo.
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. Gilligan & Nordmark         Standards Track                    [Page 20]
  1123.  
  1124. RFC 1933               IPv6 Transition Mechanisms             April 1996
  1125.  
  1126.  
  1127. 7. Authors' Addresses
  1128.  
  1129.    Robert E. Gilligan
  1130.    Sun Microsystems, Inc.
  1131.    2550 Garcia Ave.
  1132.    Mailstop UMTV 05-44
  1133.    Mountain View, California 94043
  1134.  
  1135.    Phone: 415-336-1012
  1136.    Fax:   415-336-6015
  1137.    EMail: Bob.Gilligan@Eng.Sun.COM
  1138.  
  1139.  
  1140.    Erik Nordmark
  1141.    Sun Microsystems, Inc.
  1142.    2550 Garcia Ave.
  1143.    Mailstop UMTV 05-44
  1144.    Mountain View, California 94043
  1145.  
  1146.    Phone: 415-336-2788
  1147.    Fax:   415-336-6015
  1148.    EMail: Erik.Nordmark@Eng.Sun.COM
  1149.  
  1150. 7. References
  1151.  
  1152.    [1] Croft, W., and J. Gilmore, "Bootstrap Protocol", RFC 951,
  1153.        September 1985.
  1154.  
  1155.    [2] Droms, R., "Dynamic Host Configuration Protocol", RFC 1541.
  1156.        October 1993.
  1157.  
  1158.    [3] Bound, J., "Dynamic Host Configuration Protocol for IPv6 for IPv6
  1159.        (DHCPv6)", Work in Progress, November 1995.
  1160.  
  1161.    [4] Deering, S., and R. Hinden, "Internet Protocol, Version 6 (IPv6)
  1162.        Specification", RFC 1883, December 1995.
  1163.  
  1164.    [5] Thomson, S., and T. Nartan, "IPv6 Stateless Address
  1165.        Autoconfiguration, Work in Progress, December 1995.
  1166.  
  1167.    [6] Thomson, S., and C. Huitema. "DNS Extensions to support IP
  1168.        version 6", RFC 1886, December 1995.
  1169.  
  1170.    [7] Nartan, T., Nordmark, E., and W. Simpson, "Neighbor Discovery for
  1171.        IP Version 6 (IPv6)", Work in Progress, November 1995.
  1172.  
  1173.    [8] Mogul, J., and S. Deering, "Path MTU Discovery", RFC 1191,
  1174.        November 1990.
  1175.  
  1176.  
  1177.  
  1178. Gilligan & Nordmark         Standards Track                    [Page 21]
  1179.  
  1180. RFC 1933               IPv6 Transition Mechanisms             April 1996
  1181.  
  1182.  
  1183.    [9] Finlayson, R., Mann, T., Mogul, J., and M. Theimer, "Reverse
  1184.        Address Resolution Protocol", RFC 903, June 1984.
  1185.  
  1186.   [10] Braden, R., "Requirements for Internet Hosts - Communication
  1187.        Layers", STD 3, RFC 1122, October 1989.
  1188.  
  1189.   [11] Kent, C., and J. Mogul, "Fragmentation Considered Harmful".  In
  1190.        Proc.  SIGCOMM '87 Workshop on Frontiers in Computer
  1191.        Communications Technology.  August 1987.
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. Gilligan & Nordmark         Standards Track                    [Page 22]
  1235.  
  1236.