Behave WG | B. Rajtar |
Internet-Draft | Hrvatski Telekom |
Intended status: Standards Track | I. Farrer |
Expires: January 16, 2014 | Deutsche Telekom AG |
A. Vízdal | |
T-Mobile CZ | |
X. Li | |
C. Bao | |
CERNET Center/Tsinghua University | |
July 15, 2013 |
Framework for accessing IPv6 content for IPv4-only clients
draft-rfvlb-behave-v6-content-for-v4-clients-01
With the expansion of IPv6 usage and content available on IPv6, it is important that clients with legacy (i.e. non IPv6-capable) operating systems are able to access such content.
This document describes a method for achieving this, including how the method could be implemented in real-world scenarios.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [RFC2119].
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."
This Internet-Draft will expire on January 16, 2014.
Copyright (c) 2013 IETF Trust and the persons identified as the document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
At the time of writing, IPv6 is still not widely deployed. There are several reasons for this, one of which is that IPv4-only operating systems are still commonplace with end-users and account for a large fraction of overall Internet traffic.
With the growth of IPv6 traffic, servers supporting only IPv6 are appearing on the Internet. An approach for enabling and IPv4-only clients to access this content is described below.
To clarify when this approach is applicable, the following requirements can be named:
It is feasible that requirements (4) and (5) can be combined in one device and managed by the service provider.That would simplify operations and remove the need for a control-plane protocol between the two devices.
[RFC6144] describes multiple scenarios for IPv4/IPv6 translation. This document is mainly concerned with Scenario 4: An IPv4 Network to the IPv6 Internet, but is also applicable to Scenario 6 (An IPv4 Network to an IPv6 Network). This scenario is not covered in this memo and can be elaborated in future documents, as necessary. Scenario 2, which faces similar challenges (The IPv4 Internet to an IPv6 Network), is covered by [I-D.draft-sun-behave-v4tov6-00].
This section describes how the algorithm works and the roles of every functional element. The steps are in cronological order, and display the scenario when the IPv4 client initiates a request for ipv6.example.com which is running on an IPv6-only server.
+-----------+ +----------------+ +-----------+ +------------+ | | | (Home Gateway) | | DNS | | ipv6. | | Client | | DNS proxy/ | |authorative| |example.com | |192.168.1.3| |NAT46 translator| | server | |2000:db9::1 | | | | 2000:db8::1 | | | | | +----------- +----------------+ +-----------+ +------------+ | DNS A query for | | | | "ipv6.example.com" | | | |--------------------->|DNS A and AAAA query | | | |for "ipv6.example.com"| | | |--------------------->| | | | DNS AAAA response | | | |for "ipv6.example.com"| | |DNS A response: |<---------------------| | |""ipv6.example.com" | | | |is located on 10.1.1.1| | |<---------------------| | | IPv4 SA:192.168.1.3 | IPv6 SA:2000:db8::192.168.1.3 | | DA:10.1.1.1 | DA:2000:db9::1 | |--------------------->|-------------------------------->| | IPv4 SA:10.1.1.1 | IPv6 SA:2000:db9::1 | | DA:192.168.1.3 | DA:2000:db8::192.168.1.3 | |<---------------------|<--------------------------------| | | |
In this example, the client is located behind a home gateway and is delegated an IPv4 address of 192.168.1.3. The home gateway is acting as a DNS proxy and as a NAT46 translator.
The typical scenario where such a solution can be used is the home network. The customer can have a broadband service with access to IPv6 Internet, but uses an IPv4-only client. The DNS proxy and the translation device would in that case be the home gateway, which would handle the decision-making process, as well as the translation.
However, other scenarios can also be foreseable, such as mobile access, business customers, etc. It's applicable to all scenarios where a DNS proxy is used, as well as a default gateway which can act as a translation device.
This document makes no request of IANA.
Note to RFC Editor: this section may be removed on publication as an RFC.
[RFC6145] | IP/ICMP Translation Algorithm", . | , "
[RFC1918] | Address Allocation for Private Internets", . | , "
[RFC6052] | IPv6 Addressing of IPv4/IPv6 Translators", . | , "
[RFC2119] | Key words for use in RFCs to Indicate Requirement Levels", . | , "
[RFC6144] | Framework for IPv4/IPv6 Translation", . | , "
[RFC2766] | Network Address Translation - Protocol Translation (NAT-PT)", . | , "
[RFC4966] | Reasons to Move the Network Address Translator - Protocol Translator (NAT-PT) to Historic Status", . | , "
[I-D.draft-sun-behave-v4tov6-00] | ", . | , "