Tunneling Ipv6 Through NAT with Teredo Mechanism

Total Page:16

File Type:pdf, Size:1020Kb

Tunneling Ipv6 Through NAT with Teredo Mechanism Tunneling IPv6 through NAT with Teredo Mechanism Shiang-Ming Huang, Quincy Wu, Yi-Bing Lin Department of Computer Science and Information Engineering National Chiao Tung University {smhuang,solomon,liny}@csie.nctu.edu.tw many Internet service providers, especially WLAN Abstract (wireless local area network) and GPRS (general packet Teredo is a service that enables hosts located behind radio service), usually provide private IPv4 addresses to one or more IPv4 NATs to obtain IPv6 connectivity by their customers, and NAT (network address translation) tunneling packets over IPv4 UDP. Under the national [4] is utilized to establish Internet connectivity. Hence, IPv6 deployment project in Taiwan, we developed the IPv6 users behind the NAT would be unable to establish first Linux-based Teredo service in 2003. In this paper, tunnels to other IPv6 networks. This turns out to be one we explain how IPv6 candidates located behind NATs of the major obstacles in IPv6 deployment. can enlist the help of “Teredo servers” and “Teredo Several solutions for tunneling IPv6 packets through relays” to learn their “global addresses” and to obtain NAT have been proposed, including VPN (virtual private connectivity, and how clients, servers and relays can be network) and UDP tunnel [5]. These solutions provide organized in Teredo networks. We also describe in details IPv6 connectivity for private hosts. However, they have our strategies for implementing Teredo server and Teredo the scalability problem because manual configuration is relay under Linux, and show the performance of different required for the user end of a tunnel. This configuration Teredo implementations in public domain. is not an easy task for common users, and is not suitable for ISP to perform large deployment. Moreover, in these approaches, only one static tunnel server is assigned to Keywords: IPv6, Teredo, Tunneling, NAT. relay all IPv6 packets of the private network. This tunnel server may potentially become the bottleneck, and it is 1. Introduction very likely that the traffic follows a “dog leg” route from the source to the tunnel server and then to the destination After three decades of evolution in Internet that is not an optimal routing path. Recently, an technologies, IETF (Internet Engineering Task Force) enhanced model of UDP tunnel called “Silkroad” [6] was has developed Internet Protocol version 6 (IPv6) as the also proposed to alleviate the bottleneck issue. However, next generation Internet protocol. In comparison with the some critical algorithms are still missing in the draft to existing Internet Protocol version 4 (IPv4), IPv6 provides have a thorough investigation on its performance. To larger address space, more efficient routing mechanism, solve the above issues, Teredo [7] was proposed as an better support to security mechanism and quality of automatic tunneling mechanism that is capable of service (QoS). traversing NATs. During the IPv6 deployment stage, many existing IP Under the support of NICI (National Information and networks remain to support IPv4 only. Because each Communication Initiative), we developed the first site may deploy IPv6 in a highly diffuse and incremental Linux-based Teredo to speed up the IPv6 deployment in fashion, it is unrealistic to assume a single Flag Day to Taiwan. In this paper, we shall introduce the Teredo upgrade all IPv4 networks to IPv6. To facilitate the mechanism that helps tunneling IPv6 through NAT, and transition for IPv4 to IPv6 migration, tunneling then describe our implementation of Teredo and the techniques are utilized as a routing infrastructure to carry performance measurement. IPv6 traffic through IPv4 networks [1]. In existing IPv6-in-IPv4 tunneling mechanisms such as configured tunnel & automatic tunnel [1], 6to4 tunnel [2] and tunnel broker [3], both end points of a tunnel must possess public IPv4 addresses. Although public IPv4 addresses may be available in normal scenarios, 1 Proceedings of the 19th International Conference on Advanced Information Networking and Applications (AINA’05) 1550-445X/05 $20.00 © 2005 IEEE IPv4 Internet Teredo server IPv6 UDP: 3544 (e) (a) IPv4: 3.3.3.3 IPv6 over IPv4 UDP IPv6: 2001:3:3:3::3 (f) NAT Public IPv4: 1.1.1.1 Private IPv4: 192.168.0.1 (c) Advertising (b) Private IPv4 Teredo relay 3FFE:831f::/32 (h) network UDP: 3544 (d) IPv4: 2.2.2.2 Teredo client IPv6: 2001:2:2:2::2 IPv6 Internet IPv6 host UDP: 4096 IPv6: 2001:4:4:4::4 IPv4: 192.168.0.2 (g) IPv6: 3FFE:831F:0303:0303:8000:F7FF:FEFE:FEFE Figure 1. Teredo architecture Formatted: Bullets and Numbering As an automatic tunneling mechanism, Teredo 2. The Teredo solution embeds the NAT traversal information in its 128-bit IPv6 Teredo provides IPv6 connectivity for IPv6 hosts on address. A Teredo IPv6 address format consists of the private IPv4 networks with NAT by tunneling IPv6 following fields (see Figure 3). The “3FFE:831F::/32” packets over IPv4 UDP. The Teredo architecture is field specifies the IPv6 address prefix of Teredo. The illustrated in Figure 1, which consists of a Teredo server “Teredo server IPv4 address” field indicates the IPv4 (Figure 1 (a)), several Teredo clients (Figure 1 (b)) and address of a Teredo server. The “Flag” filed indicates the Teredo relays (Figure 1 (c)). A Teredo client provides a type of NAT (“full cone” or not) [8]. The “Obfuscated Teredo tunnel interface for an IPv6 host on a private IPv4 mapped public UDP port” and the “Obfuscated mapped network (Figure 1 (d)) that connects to IPv4 Internet public IPv4 address” fields indicate the public trasnport (Figure 1 (e)) with NAT (Figure 1 (f)). A Teredo server address on NAT that is mapped from the Teredo client’s assists a Teredo client to obtain IPv6 address for IPv6 private transport address. Internet access. The Teredo server is stateless and only The necessity for the obfuscation mechanism is that, has to handle a small volume of traffic. A Teredo relay some “smart NAT” scans payload of pass-through IPv4 encapsulates IPv6 packets addressed to Teredo clients in packets and translates any 32-bit substring in the payload IPv4 UDP, and decapsulates IPv4 UDP packets sent from that matches the address to be translated in the IPv4 the Teredo client to IPv6. Every Teredo relay advertises a header (or translates any 16-bit substring in the payload 3FFE:831F::/32 IPv6 address prefix to IPv6 Internet that matches the port to be translated in the TCP/UDP (Figure 1 (g)). With the advertisement, all IPv6 packets header). Therefore, to prevent these “smart NATs” from sent from different IPv6 hosts (Figure 1 (h)) to a Teredo modifying the Teredo IPv6 addresses in the encapsulated client are routed to Teredo relays closest to the packet IPv4 UDP packets, obfuscation performs bitwise XOR sources, and therefore traffic load can be dynamically operation on the original value with 1 to “protect” it. shared among Teredo relays. A Teredo client obtains a Teredo IPv6 address from The NAT translates the private IPv4 address of all the Teredo server after performing a qualification pass-through packets according to an address mapping procedure. This procedure detects the NAT type and table. Suppose that the NAT is a “full cone” NAT [8], its informs the Teredo client about the public mapped address mapping table consists of the following fields transport address. As long as Teredo clients get Teredo (see Figure 2). IPv6 addresses, they are able to communicate with IPv6 Internet with the help of Teredo servers and Teredo relays. private IPv4 public IPv4 The details are described in an example below. private port public port address address Figure 2. Address mapping table format 2 Proceedings of the 19th International Conference on Advanced Information Networking and Applications (AINA’05) 1550-445X/05 $20.00 © 2005 IEEE Obfuscated Obfuscated mapped Teredo server IPv4 mapped 3FFE:831F::/32 Flag public address public UDP IPv4 address port 32 bits 32 bits 16 bits 16 bits 32 bits Figure 3. Teredo IPv6 address format IPv4 Internet Teredo server UDP: 3544 IPv6 IPv4: 3.3.3.3 IPv6 over IPv4 UDP 2 IPv6: 2001:3:3:3::3 Address mapping table on NAT 192.168.0.2 4096 1.1.1.1 2048 NAT Public IPv4: 1.1.1.1 Private IPv4: 192.168.0.1.1 3 IPv4 private Teredo relay UDP: 3544 network 1 IPv4: 2.2.2.2 Teredo client IPv6: 2001:2:2:2::2 IPv6 Internet IPv6 host UDP: 4096 IPv6: 2001:4:4:4::4 IPv4: 192.168.0.2 IPv6: 3FFE:831F:0303:0303:8000:F7FF:FEFE:FEFE Figure 4. Communication between a Teredo client and an IPv6 host Communication between a Teredo client and an IPv6 3FFE:831F:0303:0303:8000:F7FF:FEFE:FEFE. host is illustrated in Figure 4. In this example, the IPv4 Suppose that an IPv6 packet is delivered from an address of the Teredo server is 3.3.3.3. The NAT has two IPv6 host to a Teredo client. The detailed steps are interfaces: the WAN interface has public IPv4 address described as follows. 1.1.1.1, while the LAN interface has private IPv4 address Step 1. The IPv6 packet is sent from the IPv6 host to 192.168.0.1. The Teredo client has IPv4 address the Teredo relay. 192.168.0.2. Suppose that the Teredo client uses UDP Step 2. The Teredo relay encapsulates the IPv6 packet port 4096 to request a Teredo address from the Teredo in IPv4 UDP. The IPv4 address information and UDP Server. When this packet arrives at the NAT, the NAT port information of this packet are determined based on dynamically allocates an available UDP port (2048 in Teredo IPv6 address as follows. The source IPv4 address this example) for this connection, and creates an entry in is the IPv4 address of the Teredo relay (2.2.2.2), and the the mapping table with private transport address destination IPv4 address is the “original value” derived 192.168.0.2:4096 and public transport address from the “Obfuscated mapped public IPv4 address” field 1.1.1.1:2048.
Recommended publications
  • Routing Loop Attacks Using Ipv6 Tunnels
    Routing Loop Attacks using IPv6 Tunnels Gabi Nakibly Michael Arov National EW Research & Simulation Center Rafael – Advanced Defense Systems Haifa, Israel {gabin,marov}@rafael.co.il Abstract—IPv6 is the future network layer protocol for A tunnel in which the end points’ routing tables need the Internet. Since it is not compatible with its prede- to be explicitly configured is called a configured tunnel. cessor, some interoperability mechanisms were designed. Tunnels of this type do not scale well, since every end An important category of these mechanisms is automatic tunnels, which enable IPv6 communication over an IPv4 point must be reconfigured as peers join or leave the tun- network without prior configuration. This category includes nel. To alleviate this scalability problem, another type of ISATAP, 6to4 and Teredo. We present a novel class of tunnels was introduced – automatic tunnels. In automatic attacks that exploit vulnerabilities in these tunnels. These tunnels the egress entity’s IPv4 address is computationally attacks take advantage of inconsistencies between a tunnel’s derived from the destination IPv6 address. This feature overlay IPv6 routing state and the native IPv6 routing state. The attacks form routing loops which can be abused as a eliminates the need to keep an explicit routing table at vehicle for traffic amplification to facilitate DoS attacks. the tunnel’s end points. In particular, the end points do We exhibit five attacks of this class. One of the presented not have to be updated as peers join and leave the tunnel. attacks can DoS a Teredo server using a single packet. The In fact, the end points of an automatic tunnel do not exploited vulnerabilities are embedded in the design of the know which other end points are currently part of the tunnels; hence any implementation of these tunnels may be vulnerable.
    [Show full text]
  • Internet Engineering Task Force G. Chen Internet-Draft T
    Internet Engineering Task Force G. Chen Internet-Draft T. Yang Intended status: Informational L. Li Expires: January 5, 2012 H. Deng China Mobile July 4, 2011 IPv6 Practices on China Mobile IP Bearer Network draft-chen-v6ops-ipv6-bearer-network-trials-00 Abstract This memo has introduced IPv6 practices on China Mobile IP bearer network, in which IP backbone network and broadband access routers have been covered. In the practice, IPv6 protocol conformance and data packages forwarding capabiliteis have been tested in multi- vendors environments. Several IPv6 transition schemes have been deployed to validate interoperabilities. Based on concrete testing data, IPv6-enable deployment experiencies have been learned to share with community. Status of this Memo 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 5, 2012. Copyright Notice Copyright (c) 2011 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.
    [Show full text]
  • Vista Network Attack Surface Analysis and Teredo Security Implications Dr
    Vista Network Attack Surface Analysis and Teredo Security Implications Dr. James Hoagland, Principal Security Researcher Work with Ollie Whitehouse, Tim Newsham, Matt Conover, Oliver Friedrichs Symantec Security Response – Advanced Threat Research BlackHat Briefings, 2 August 2007 Main Take-Away from this Talk • The network stack in Windows Vista is quite different than the one in Windows XP – So you may need to adapt how you do things as a result • Teredo has a number of security concerns – Watch out for it tunneling on your networks Symantec Advanced Threat Research Vista Network Attack Surface Analysis and Teredo Security Impl. 2 Windows Vista Network Attack Surface Analysis • We examined the security-relevant aspects of Vista, from the point of view of the network – Part of Advanced Threat Research’s review of Vista – Our motive: lots of systems will be running Vista so it’s important to know what to expect – A very broad review, from layer 2 to 5 – We dug fairly deep into some areas • Results here are mostly from the out-of-the-box configuration with release (RTM) build of Vista • Full details of this analysis are available in: – Windows Vista Network Attack Surface Analysis – By Jim Hoagland, Matt Conover, Tim Newsham, Ollie Whitehouse – http://www.symantec.com/avcenter/reference/Vista_Network_Attack_Surface_RTM.pdf Symantec Advanced Threat Research Vista Network Attack Surface Analysis and Teredo Security Impl. 3 Teredo Security Implications • We also conducted analysis of the security implications of Teredo • Teredo is a genus of shipworms • Shipworms are not worms at all, they are considered mollusks • Significant concerns for wooden ships, pilings, etc – They bore holes in wood – So you need to watch out for it Symantec Advanced Threat Research Vista Network Attack Surface Analysis and Teredo Security Impl.
    [Show full text]
  • Ipv6 Transition Techniques
    IPv6 Transition Techniques Nalini Elkins CEO Inside Products, Inc. [email protected] 1 Why Transition Techniques? IPv4 Only IPv6 Only Timeline? IPv4 Only IPv6 Only 2012 2022 How to get from here to there? Translation IPv4 Only Tunneling IPv6 Only 2012 Dual Stack 2022 Why Now? IANA ran out of IPv4 addresses in 2011 RIR Projected Exhaustion Date Remaining Addresses in RIR Pool (/8s) ----------------------------------------------------------------------------------------- APNIC: 19-Apr-2011 0.9290 RIPENCC: 28-Jul-2012 1.8280 ARIN: 04-Feb-2013 3.5250 LACNIC: 17-Jan-2014 3.4247 AFRINIC: 28-Oct-2014 4.1924 So, now what? • In the next 5 years: – Some ISP will run out of IPv4 addresses – Some customers of that ISP will get IPv6 addresses. – How will they get to IPv4 only websites: for example: www.mybank.com? – Yes, ISPs are offering tunneling but… • What is the performance? • Security risks? • What will it cost? The Killer App! The Internet! Internet Penetration by Continent 2012 and 2014 Federal Mandates • Upgrade public/external facing servers and services (e.g. web, email, DNS, ISP services, etc) to operationally use native IPv6 by the end of FY 2012; • Upgrade internal client applications that communicate with public Internet servers and supporting enterprise networks to operationally use native IPv6 by the end of FY 2014; How to Start? • Organizations are like ships. • Larger the ship, larger the turning radius. • Many groups need to be involved (security, applications, network hardware, systems, operations, help desk, vendors.) • Lights out data centers / automated operations • Team approach is imperative. What is this team going to do? • A roadmap for implementation.
    [Show full text]
  • Guidelines for the Secure Deployment of Ipv6
    Special Publication 800-119 Guidelines for the Secure Deployment of IPv6 Recommendations of the National Institute of Standards and Technology Sheila Frankel Richard Graveman John Pearce Mark Rooks NIST Special Publication 800-119 Guidelines for the Secure Deployment of IPv6 Recommendations of the National Institute of Standards and Technology Sheila Frankel Richard Graveman John Pearce Mark Rooks C O M P U T E R S E C U R I T Y Computer Security Division Information Technology Laboratory National Institute of Standards and Technology Gaithersburg, MD 20899-8930 December 2010 U.S. Department of Commerce Gary Locke, Secretary National Institute of Standards and Technology Dr. Patrick D. Gallagher, Director GUIDELINES FOR THE SECURE DEPLOYMENT OF IPV6 Reports on Computer Systems Technology The Information Technology Laboratory (ITL) at the National Institute of Standards and Technology (NIST) promotes the U.S. economy and public welfare by providing technical leadership for the nation’s measurement and standards infrastructure. ITL develops tests, test methods, reference data, proof of concept implementations, and technical analysis to advance the development and productive use of information technology. ITL’s responsibilities include the development of technical, physical, administrative, and management standards and guidelines for the cost-effective security and privacy of sensitive unclassified information in Federal computer systems. This Special Publication 800-series reports on ITL’s research, guidance, and outreach efforts in computer security and its collaborative activities with industry, government, and academic organizations. National Institute of Standards and Technology Special Publication 800-119 Natl. Inst. Stand. Technol. Spec. Publ. 800-119, 188 pages (Dec. 2010) Certain commercial entities, equipment, or materials may be identified in this document in order to describe an experimental procedure or concept adequately.
    [Show full text]
  • Individual Submission E. Jankiewicz (Ed.) Internet Draft SRI International, Inc
    Individual Submission E. Jankiewicz (Ed.) Internet Draft SRI International, Inc. Intended status: Informational October 25, 2010 Expires: April 2011 An Annotated Bibliography for IPv4-IPv6 Transition and Coexistence draft-jankiewicz-v6ops-v4v6biblio-03.txt Abstract The Internet is in the early stages of what may be a protracted period of coexistence of IPv4 and IPv6. Network operators are challenged with the task of activating IPv6 without negative impact on operating IPv4 networks and their customers. This draft is an informational “annotated bibliography” compiled to help in the analysis and development of basic guidelines and recommendations for network operators. The goal of this document is to survey the current state of RFCs, Internet-Drafts and external reference materials that define the use cases, problem statements, protocols, transition mechanisms and coexistence tools that will be of interest to a network operator planning to turn on IPv6. Status of this Memo 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), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. 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." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html This Internet-Draft will expire on April 25, 2009.
    [Show full text]
  • Watching the Ipv6 Takeoff from an IXP's Viewpoint
    Watching the IPv6 Takeoff from an IXP’s Viewpoint Juhoon Kim Nadi Sarrar Anja Feldmann TU-Berlin TU-Berlin TU-Berlin Berlin, Germany Berlin, Germany Berlin, Germany [email protected] [email protected] [email protected] Abstract—The different level of interest in deploying the new it was still too early to feel the scarcity of the address space Internet address space across network operators has kept IPv6 in their bones. Furthermore, it was commonly acknowledged tardy in its deployment. However, since the last block of IPv4 that inequalities of the benefit of and the demand for the new addresses has been assigned, Internet communities took the concern of the address space scarcity seriously and started to Internet protocol among network operators made it difficult to move forward actively. After the successful IPv6 test on 8 June, adopt IPv6 all together. 2011 (World IPv6 Day [1]), network operators and service/content However, the situation has changed since the last block of providers were brought together for preparing the next step of the the IPv4 addresses has been assigned to the RIRs in mid-2011. IPv6 global deployment (World IPv6 Launch on 6 June, 2012 [2]). Soon after the IPv4 address depletion of the Internet Assigned The main purpose of the event was to permanently enable their IPv6 connectivity. Numbers Authority (IANA), Asia Pacific Network Information In this paper, based on the Internet traffic collected from Centre (APNIC) reported that they reached the final stage of a large European Internet Exchange Point (IXP), we present the IPv4 exhaustion [4].
    [Show full text]
  • A Hybrid Technique for Tunneling Mechanism of Ipv6 Using Teredo and 6RD to Enhance the Network Performance
    (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 9, No. 11, 2018 A Hybrid Technique for Tunneling Mechanism of IPv6 using Teredo and 6RD to Enhance the Network Performance Zulfiqar Ali Zardari1 Reehan Ali Shah3 Faculty of Information Technology Computer System Engineering Beijing University of Technology University College of Engineering & Technology (UCET) Beijing, China The Islamia University Bahawalpur Munwar Ali2 Ladha Hussain Zardari4 Department of Software Engineering. MUET SZAB Department of Information Technology, QUEST, Khairpur Mirs‟, Pakistan Nawabshah, Pakistan Abstract—Currently, Internet Protocol version 4 6RD are widely used by research community. This research (IPv4) addresses have been depleted. Many Internet Service focuses on both Teredo and 6RD.Currently, illustrated issue is Providers (ISPs), researchers and end users are migrating from the connectivity of IPV4 and IPV6 under the same IPv4 to IPv6 due to strong features of IPv6 and limitation in environment. Devices are not upgraded to support IPv6 IPv4. Different tunneling techniques have been deployed to connectivity and Compatibility. There is a need of hybrid migrate on IPv6 for ordinary users. However, these techniques network so that IPv4/IPv6 can communicate across both the create many issues such as compatibility, complexity, network infrastructure. It is difficult for ISPs to control the connectivity and traffic. Due to the dissimilar header structure flow of packets in 6to4 tunnel prefix from customers for this and incompatibility of IPv4 and IPv6, the devices are unable to reason 6RD is proposed. The rapid use of social networks and communicate with each other because devices do not support multimedia application create high data transmission load and IPv6 addresses directly.
    [Show full text]
  • An Analytical Approach by Multifarious Sym Teredo
    Hindawi Publishing Corporation e Scientific World Journal Volume 2014, Article ID 304914, 8 pages http://dx.doi.org/10.1155/2014/304914 Research Article Performance Analysis for Wireless Networks: An Analytical Approach by Multifarious Sym Teredo D. Shalini Punithavathani and Sheryl Radley Department of CSE, Government College of Engineering, Tirunelveli, Tamil Nadu 627 007, India Correspondence should be addressed to Sheryl Radley; [email protected] Received 15 September 2014; Accepted 1 November 2014; Published 24 November 2014 Academic Editor: Abu B. Sesay Copyright © 2014 D. S. Punithavathani and S. Radley. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. IPv4-IPv6 transition rolls out numerous challenges to the world of Internet as the Internet is drifting from IPv4 to IPv6. IETF recommends few transition techniques which includes dual stack and translation and tunneling. By means of tunneling the IPv6 packets over IPv4 UDP, Teredo maintains IPv4/IPv6 dual stack node in isolated IPv4 networks behindhand network address translation (NAT). However, the proposed tunneling protocol works with the symmetric and asymmetric NATs. In order to make a Teredo support several symmetric NATs along with several asymmetric NATs, we propose multifarious Sym Teredo (MTS), which is an extension of Teredo with a capability of navigating through several symmetric NATs. The work preserves the Teredo architecture and also offers a backward compatibility with the original Teredo protocol. 1. Introduction Internet protocol—Internet control message protocol (SIIT), static tunneling, tunnel broker, ISATAP, 6to4 tunneling, 6in4 IPv4, the first version of the Internet protocol, offers a unique tunneling, 6over4 tunneling, Teredo, NAT64, and 6rd (IPv6 global computer addressing to make sure that two entities can rapiddevelopment)havebeendevelopedtosupportthe exceptionally identify one another.
    [Show full text]
  • Comprehensive Survey of Ipv6 Transition Technologies: a Subjective Classification for Security Analysis
    IEICE TRANS. COMMUN., VOL.Exx–??, NO.xx XXXX 200x 1 SURVEY PAPER Comprehensive Survey of IPv6 Transition Technologies: A Subjective Classification for Security Analysis Gábor LENCSE†a) and Youki KADOBAYASHI††b), Members SUMMARY Due to the depletion of the public IPv4 address pool, the conducting a comprehensive survey of the IPv6 transition transition to IPv6 became inevitable. However, this ongoing transition is technologies (including any protocols that can be used to en- taking a long time, and the two incompatible versions of the Internet Pro- able communication in any scenario despite the incompati- tocol must coexist. Different IPv6 transition technologies were developed, which can be used to enable communication in various scenarios, but they bility of IPv4 and IPv6) and identifying those of them, which also involve additional security issues. In this paper, first, we introduce would be worth submitting to a detailed security analysis. To our methodology for analyzing the security of IPv6 transition technologies achieve this goal, first, we give a short introduction to our in a nutshell. Then, we develop a priority classification method for the methodology for the security analysis of IPv6 transition tech- ranking of different IPv6 transition technologies and their most important implementations, so that the vulnerabilities of the most crucial ones may be nologies [6], then we develop a priority classification method examined first. Next, we conduct a comprehensive survey of the existing for both the technologies and their most important implemen- IPv6 transition technologies by describing their application scenarios and tations, and after that, we present an exhaustive overview of the basics of their operation and we also determine the priorities of their the existing IPv6 transition technologies together with their security analysis according to our ranking system.
    [Show full text]
  • Evaluating Ipv6 Adoption in the Internet
    Evaluating IPv6 Adoption in the Internet Lorenzo Colitti, Steinar H. Gunderson, Erik Kline, Tiziana Refice Google, Inc. {lorenzo,sesse,ek,tiziana}@google.com Abstract. As IPv4 address space approaches exhaustion, large net- works are deploying IPv6 or preparing for deployment. However, there is little data available about the quantity and quality of IPv6 connectivity. We describe a methodology to measure IPv6 adoption from the perspec- tive of a Web site operator and to evaluate the impact that adding IPv6 to a Web site will have on its users. We apply our methodology to the Google Web site and present results collected over the last year. Our data show that IPv6 adoption, while growing significantly, is still low, varies considerably by country, and is heavily influenced by a small number of large deployments. We find that native IPv6 latency is comparable to IPv4 and provide statistics on IPv6 transition mechanisms used. 1 Introduction The network protocol that has been used in the Internet since its inception is IPv4 [1], which provides 232 distinct addresses. Its successor IPv6 [2] provides 2128 addresses, but IPv6 adoption has not proceeded as quickly as its designers expected [3]. Since IPv6 is not backward-compatible with IPv4 both clients and servers have to deploy IPv6 to make use of it; since IPv6 provides little immediate benefit apart from larger address space the operational community has seen little motivation to deploy it. However, as IPv4 address exhaustion approaches [4], a number of networks have deployed IPv6 or are preparing for deployment. One of the problems faced by an organization, especially a Web site opera- tor, wanting to deploy IPv6 is the lack of information on IPv6 adoption and the quality of service provided by the IPv6 Internet.
    [Show full text]
  • Impact of Ipv4-Ipv6 Coexistence in Cloud Virtualization Environment
    Impact of IPv4-IPv6 Coexistence in Cloud Virtualization Environment Mohammad Aazam1, Eui-Nam Huh2 Innovative Cloud and Security Lab, Department of Computer Engineering Kyung Hee University, Suwon, South Korea. [email protected] [email protected] Abstract— Since January 2011, IPv4 address space has exhausted routed from that IPv4 network. Network layer virtualization and IPv6 is taking up the place as successor. Coexistence of IPv4 provides a very useful mean to achieve the coexistence of both and IPv6 bears problem of incompatibility, as IPv6 and IPv4 these versions of IP, described more in section II. As IPv4 and headers are different from each other, thus, cannot interoperate IPv6 headers are different from each other in terms of the with each other directly. The IPv6 transitioning techniques are header format (fields, the address format and address size are still not mature, causing hindrance in the deployment of IPv6 and development of next generation Internet. Until IPv6 completely different), so some mechanism is always required that makes it takes over from IPv4, they will both coexist. For IPv4-IPv6 possible to route the packet between different islands, i.e. the coexistence, three solutions are possible: a) making every device IPv4 island and the IPv6 island. For this purpose, three dual stack, b) translation, c) tunneling. Tunneling stands out as mechanisms: dual stack, translation, and tunneling, are the best possible solution. Among the IPv6 tunneling techniques, available in the literature [11]. this paper evaluates the impact of three recent IPv6 tunneling techniques: 6to4, Teredo, and ISATAP, in cloud virtualization Dual stack means nodes (routers and other IP devices) can environment.
    [Show full text]