SlideShare a Scribd company logo
1 of 53
Download to read offline
- 1
IPv6 in Cellular Networks
(IPv6-only in non-cellular
networks)
ISOC IPv6 Workshop
Belgrade, Serbia
November 2017
Jordi Palet (jordi.palet@theipv6company.com)
- 2
Need to support IPv6
• IPv4 exhaustion
– Sharing IPv4 (CGN) is not enough and is problematic
• Increase in number of users
• Increase in number of devices per user (and also
tethering)
• Increase in number of addresses per device (VMs,
other reasons)
• VoLTE/IMS
• IoT
• LONG TERM STRATEGY
- 3
The best solution: Dual-Stack!
IPv6
Application
TCP/UDP
IPv6
TCP/UDP
IPv6
TCP/UDP
IPv4IPv4
IPv6 IPv4
IPv6-only stack IPv4-only stackDual-stack (IPv4 & IPv6)
IPv6
Application
IPv4
Application
IPv4
Application
- 4
Sure ?
• Do you have enough IPv4 addresses?
– Not just for now, next years?
• O&M cost?
• Call-center impact?
• Performance?
• Licenses?
• Issues authenticating 2 addresses?
GGSN
IPv4
network
IPv6
network
(Peer)
Node
UE
2G / 3G
mobile network
Edge
Router
IP
(Peer)
Node
- 5
Alternatives to Dual-Stack
• IPv6 + CGN
• IPv6-only
• IPv6-only with NAT64
• IPv6-only with NAT64 and DNS64
• 464XLAT
• Other transition technologies
- 6
NAT444 (CGN)
NAT
Internet
IPv4
ISP network
AFTR
10.0.0.x/24
AFTR
NAT
10.0.0.x/24
v4 v4 v4 v4/v6
Internet
IPv6
“plain” IPv6
Private IPv4
192.168.1.x
NAT44 Level 1
NAT44 Level 2
Public IPv4
- 7
CGN breaks …
• UPnP-IGD (Universal Plug & Play - Internet Gateway
Device protocol)
• NAT-PMP (NAT Port Mapping Protocol)
• Other NAT Traversal mechs
• Security
• AJAX (Asyncronous Javascript And XML)
• FTP (big files)
• BitTorrent/Limewire (seeding – uploading)
• On-line gaming
• Video streaming (Netflix, Hulu, …)
• IP cameras
• Tunnels, VPN, IPsec, ...
• VoIP
• Port forwarding
• ...
- 8
How many ports per user?
• Possibly a minimum of 300 per user behind each CPE
– More as AJAX/similar technologies usage increase
– Times average number of users behind each NAT
– And going up
• Be aware of IP/port sharing implications …
- 9
So … IPv6-only?
• Many examples in content providers
• FaceBook is one of them
• Datacenters are IPv6-only
– Started in 2014, internal traffic was 90% IPv6
– +100 Terabits per second
– 100% IPv6 in June 2015
– Allows using FaceBook in IPv6-only networks and clients
– IPv4 (from Internet) terminated in the IPv6-only clusters
• RFC1918 space for IPv4 BGP sessions
• Later on use RFC5549
– Advertising IPv4 Network Layer Reachability Information with an IPv6 Next Hop
• IPv4 in IPv6 tunneling, for IPVS (IP Virtual Server)
• IPv4 link-local (169.254.0.0/16) for Linux and switches
- 10
IPv6-only in the cellular net
• Not an option today
• Users will be able to access IPv6-only contents and apps
– However no access to IPv4-only ones
– IPv4-only tethered devices will not work
- 11
NAT64 (1)
• Problem: When ISPs only provide IPv6 connectivity
or devices are IPv6-only (cellular)
– but there are still IPv4-only contents/apps in Internet
• Similar idea as NAT-PT, but working better
• Several IPv6-only nodes share a public IPv4
address to access IPv4 Internet
• NAT64 is a mechanism to translate IPv6 packets to
IPv4 and vice versa
• Translation is carried out in packet headers following
the IP/ICMP Translation Algorithm [RFC7915][RFC6146]
• Current specification only defines how NAT64
translates unicast TCP, UDP, and ICMP packets
- 12
NAT64 (2)
• IPv4 addresses of hosts is algorithmically translated
to/from IPv6 addresses using a specific algorithm
[RFC6052]
• It’s based on statically configured information,
including a well known prefix
• A well-known prefix is defined (64:ff9b::/96), another
could be used
- 13
NAT64 (3)
• It’s known that there are things that doesn’t work:
– Everything out of TCP,UDP, or ICMP: Multicast,
Stream Control Transmission Protocol (SCTP), the
Datagram Congestion Control Protocol (DCCP), and
IPSEC
– Applications that carry layer 3 information in the
application layer: FTP [RFC6384], SIP/H323
– Some apps: online gaming, skype, etc.
• Peer-to-peer using IPv4 “references”
– Literal addresses
– Socket APIs
- 14
NAT64
CPE
Internet
IPv4
ISP network
NAT64
10.0.0.x/24
NAT64
CPE
v4 v4 v6 v4/v6
Internet
IPv6
”plain” IPv6
IPv6-only
access
Public IPv4
AAAA
synthesis
NAT64
- 15
IPv6-only with NAT64
• Only valid if UE supports it
– By means of “built-in” AAAA synthesis
• RFC7050 (Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis) + RFC6052 (IPv6
Addressing of IPv4/IPv6 Translators)
– Happy Eyeballs v2 includes it
• For the rest of the cases
– Users will be able to access IPv6-only contents and apps
• However no access to IPv4-only ones
• IPv4-only tethered devices will not work
- 16
DNS64
• DNS64 is a mechanism to synthesize RRs of type
AAAA from A RRs [RFC6147]
• IPv6 addresses in synthesized AAAA is generated
from IPv4 address and the IPv6 prefix assigned to
the NAT64 device [RFC6052]
• When there is an AAAA query, it asks outside for A
and AAAA RRs. If only receives an A, converts it
into an AAAA
• Hosts see the host as IPv6 reachable, with the
synthesized IPv6 address
- 17
NAT64+DNS64
CPE
Internet
IPv4
ISP network
NAT64
10.0.0.x/24
NAT64
CPE
v4 v4 v6 v4/v6
Internet
IPv6
”plain” IPv6
IPv6-only
access
Public IPv4
DNS64NAT64
- 18
Stateful NAT64
IPv6-only
network
v6
IPv4
Internet
NAT64
DNS64
DNS
v4
IPv6 Traffic
IPv4 Traffic
• Allow an IPv6-only network to connect to IPv4
Internet
- 19
IPv6-only with NAT64+DNS64
• All good ?
• NOT really …
– Will break if apps use:
• Literal addresses
• Socket APIs
– IPv4-only tethered devices will not work
- 20
NAT64 breaks …
App Name Functionality Version
464XLAT
Fixed
connection tracker Broken NA NA
DoubleTwist Broken 1.6.3 YES
Go SMS Pro Broken NA YES
Google Talk Broken 4.1.2 YES
Google+ Broken 3.3.1 YES
IP Track Broken NA NA
Last.fm Broken NA YES
Netflix Broken NA YES
ooVoo Broken NA YES
Pirates of the Caribean Broken NA YES
Scrabble Free Broken 1.12.57 YES
Skype Broken 3.2.0.6673 YES
Spotify Broken NA YES
Tango Broken NA YES
Texas Poker Broken NA YES
TiKL Broken 2.7 YES
Tiny Towers Broken NA YES
Trillian Broken NA YES
TurboxTax Taxcaster Broken NA
Voxer Walkie Talkie Broken NA YES
Watch ESPN Broken 1.3.1
Zynga Poker Broken NA YES
Xabber XMPP Broken NA
*T-Mobile
- 21
464XLAT
• 464XLAT (RFC6877): RFC6145 + RFC6146
• Very efficient use of scarce IPv4 resources
– N*65.535 flows per each IPv4 address
– Network growth not tied to IPv4 availability
• IPv4 basic service to customers over an-IPv6 only
infrastructure
– WORKS with applications that use socket APIs and literal IPv4
addresses (Skype, etc.)
• Allows traffic engineering
– Without deep packet inspection
• Easy to deploy and available
– Commercial solutions and open source
- 22
464XLAT
CPE
CLAT
Internet
IPv4
ISP network
NAT64
PLAT
10.0.0.x/24
NAT64
PLAT
CPE
CLAT
10.0.0.x/24
v4 v4 v4 v4/v6
Internet
IPv6
“plain” IPv6
IPv6-only
access
NAT46
Public IPv4
DNS64NAT64
- 23
How it works 464XLAT?
CLAT PLAT
ISP
+
IPv6 Internet
Public IPv4Private IPv4
IPv4
Internet
IPv4
+
IPv6
IPv4
IPv6
IPv6
IPv6
Stateless (4->6)
[RFC6145]
Stateful (6->4)
[RFC6146]
CLAT: Customer side translator (XLAT)
PLAT: Provider side translator (XLAT)
IPv4
IPv6
- 24
Possible “app” cases
ISP IPv6-only IPv6-only
Internet
464XLAT
ISP IPv6-only IPv4-only
Internet
464XLAT
PLAT
DNS64/NAT64
ISP IPv6-only IPv4-only
Internet
464XLAT
PLAT
6->4
CLAT
4->6
This is the magic:
IPv6-only
- 25
464XLAT Addressing
CLAT PLAT
ISP
+
IPv6 Internet
200.3.14.147192.168.2.3
IPv4
Internet
IPv4
+
IPv6
IPv4
IPv6
IPv6
IPv6CLAT
XLATE SRC prefix
[2001:db8:abcd::/96]
XLATE DST prefix
[2001:db8:1234::/96]
PLAT
IPv4 pool
(192.1.0.1 – 192.1.0.250)
XLATE DST prefix
[2001:db8:1234::/96]
IPv4
IPv6
2001:db8:abcd::ab
2001:db8:dada::bb
IPv4 SRC
192.168.2.3
IPv4 DST
200.3.14.147
Stateless
XLATE
[RFC6145]
Stateful
XLATE
[RFC6146]
IPv6 SRC
2001:db8:abcd::192.168.2.3
IPv6 DST
2001:db8:1234::200.3.14.147
IPv4 SRC
192.1.0.1
IPv4 DST
200.3.14.147
- 26
Simplicity
* Dan Drown
- 27
Apple vs Android & Windows
• Apple long-term strategy
– Mandate IPv6 in AppStore
• Announced in June 2015
• Enforced for new Apps in Junes 2016
• Older Apps reviewed after September 2016
– Doesn’t include CLAT support
• Sort-of, is Bump-in-the-Host [RFC6535] implemented in Happy
Eyeballs v2) - IPv6-only since iOS 10.2
• Android & Windows Phone
– Both included CLAT support
• Since 2013
- 28
Apple Announcement
- 29
Availability and Deployment
• NAT64:
– A10
– Cisco
– F5
– Juniper
– NEC
– Huawei
– Jool, Tayga, Ecdsys, Linux, OpenBSD, …
• CLAT
– Android (since 4.3)
– Nokia
– Windows (now also Windows 10 - Creator Update, Windows Server 2016, since July 2017)
– NEC
– Linux
– Jool
– OpenWRT
– Apple (sort-of, is Bump-in-the-Host [RFC6535] implemented in Happy Eyeballs v2) - IPv6-only since iOS 10.2
• Commercial deployments:
– T-Mobile US: +68 Millions of users
– Orange
– Telstra
– SK Telecom
– …
– Big trials in several ISPs
- 30
DNSSEC Considerations
• DNS64 modifies DNS answers and DNSSEC is designed to
detect such modifications, DNS64 can break DNSSEC
• In general, DNS servers with DNS64 function, by default,
will not synthesize AAAA responses if the DNSSEC OK
(DO) flag was set in the query. In this case, as only an A
record is available, it means that the CLAT will take the
responsibility, as in the case of literal IPv4 addresses, to
keep that traffic flow end-to-end as IPv4, so DNSSEC is not
broken
• Today no apps in cellular that use DNSSEC, but you should
be ready for that
– Consider apps used by means of tethering
– Very relevant for non-cellular networks
- 31
Other Transition Technologies
• 6RD
• DS-Lite
• MAP-E or MAP-T
• …
• No way!
– Not implemented in smartphones
– Require using lots of IPv4 addresses
– Heavy setup and network overhead, require DHCP
– Take less advantage of “multiplexing” IPv4 addresses &
ports, than stateful NAT64
- 32
Performance
*FaceBook data
(17/3/2015)
US Mobile Performance – Dual Stack Provider iOS
v6
v4
30%
•  iPhone 6 on LTE only
•  No Instrumentation of the client
•  Examining Client Last Byte Time
•  Time it takes for the device to read the
response
•  Read all the data for a newsfeed
Time of HTTP GET completion
US Mobile Performance – Dual Stack Provider Android
v6
v4
40%
•  Android 4/5
•  Galaxy S5 on LTE only
•  No Instrumentation of the client
•  Examining Client Last Byte Time
•  Time it takes for the device to read the
response
•  Read all the data for a newsfeed
Time of HTTP GET completion
US Mobile Performance – Dual Stack Provider iOS
v6
v440%
•  iPhone 6
•  Client instrumentation
•  No A/B testing
•  Mobile Proxygen
•  Examining Total Request Time
•  Similar to Client Last Byte Time
Total Request Time
- 33
NAT64 (464XLAT) vs CGN
• NAT64 has much lower CapEx/OpEx
– No need to buy CGN
• NAT64 scales better, you have open source solutions, lower cost
– No need to buy IPv4
– Doesn’t extend the IPv4 usage
• Progressive deployment:
– New phones
– Not impacting existing users
– Naturally increase your IPv6 traffic
• Decrease IPv4 one
– Lower logging cost
• Less and less IPv4 logging
– IPv6 deployment with persistent prefixes
• Avoid the need for logging
• Billing
– Trunking IPv6 adresses in CDRs
– Hash IPv6 addresses in IPv4 records
- 34
KISS … for LEA
• Keep It Simply Stupid concept ;-)
– Law Enforcement Agencies require to identify
the source address
– Having a SINGLE IP source protocol is easier
– IPv4 is gone, we can use only IPv6
– IPv6-only is not feasible today
– 464XLAT allows “IPv4 as a service” in the
customer LANs: the simpler choice
• So, only need to identify the source IPv6 address/prefix
• No need to identify source ports anymore
• No need to look inside of traffic (DPI)
- 35
Roaming
• Use PCRF (Policy and Charging Control Function)
to selectively enable IPv6 in roaming customers
sessions
– Depending on “roaming partner”
• RFC7445
– Analysis of Failure Cases in IPv6 Roaming Scenarios
- 36
Overall IPv6 3G/4G Architecture
• RFC6459: IPv6 in 3rd Generation Partnership Project (3GPP) Evolved
Packet System (EPS)
• UE: User Equipment
• RAN: Radio Access Network (UTRAN, LTE, …)
• SGSN/MME: Serving GPRS Support Node/Mobility Management Entity
– Acts as a “switch”
• GTP: GPRS Tunneling Protocol
• HLR: Home Location Register
• GGSN/EPG: Gateway GPRS Support Node/Evolved Packet Gateway
– Acts as a “router”
RAN
PS Domain
SGSN GGSN
GTP
IPv6 ISP
NAT64
IPv4 / IPv6
Internet
DNS64 WWW Server
UE HLR
- 37
UTRAN Core Network
User IPv6
Transport IPv6
IPv4/IPv6
Application
Server
GGSN
Terminal
User plane vs. transport plane
• User and transport planes are completely
independent:
–The transport plane can run on a different IP version than
the user plane
• RAN and Core Network transport can also run on
different IP versions
- 38
Application
Server
GGSN
Terminal
SGSNUTRAN
GTP-UGTP-U
User IPv6 (PDP type IPv6)
Radio Bearer
Transport of user IP packets
• IP packets to/from the UE are tunneled through the cellular network.
• When an UE attaches to the Network, the SGSN creates a Mobility
Management context containing information pertaining to e.g., mobility
and security for the MS.
• At PDP Context Activation (PDP - Packet Data Protocol), the SGSN and
GGSN create a PDP context, containing information about the session
(e.g. IP address, QoS, routing information , etc.).
• Each Subscriber may activate several PDP Contexts towards the same
or different GGSNs.
• When activated towards the same GGSN, they can use the same or
different IP addresses.
- 39
GGSN
Terminal SGSN
GGSN
PDP Context X2 (APN X, IP address X, QoS2)
PDP Context X1 (APN X, IP address X, QoS1)
ISP X
ISP Z
ISP Y
PDP Context Z (APN Z, IP address Z, QoS)
PDP Context Y (APN Y, IP address Y, QoS)
APNYAPNZAPNX
Same PDP (IP) address and APN
PDP Context selection
based on TFT (downstream)
The PDP Context
• PDP context can be IPv4-only (IPv4), IPv6-only (IPv6) or dual-stack
(IPv4v6)
• Dual-stack could also be provided with two PDP contexts (one each
protocol, however it means 2 PDP context licenses)
• 464XLAT works with IPv6-only PDP context (long-term strategy)
- 40
The Access Point Name - APN
• The APN is a logical name referring to a GGSN. The APN
also identifies an external network.
• The syntax of the APN corresponds to a fully qualified name.
• At PDP context activation, the SGSN performs a DNS query
to find out the GGSN(s) serving the APN requested by the
terminal.
• The DNS response contains a list of GGSN addresses from
which the SGSN selects one address in a round-robin
fashion (for this APN).
- 41
Single APN for Everyone
• Single APN
– Supporting Dual-Stack and Single-Stack
– Cellular IPv6 deployment is easy because the network
supports whatever the UE ask.
– Progressive deployment, as slow or fast as you want
• One new phone, all new phones, then OTA old ones
• DNS supporting RFC7050
– Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis
RAN
GGSN
IPv6 ISP
NAT64
IPv4 / IPv6
Internet
DNS64 WWW Server
IPv4v6
IPv4v6 APNIPv6
IPv4
- 42
IPv6 Address Allocation Methods
• Stateless Address Autoconfiguration
– Default, /64 for each PDP context
– Introduced in GPRS R’99
• Stateful Address Autoconfiguration
– DHCPv6 client in the terminal
– Requires DHCPv6 relay agent in the GGSN
• GPRS-specific Address Configuration
– Static Address Configuration
• The UE provides its statically configured IPv6 address at PDP context
activation
– Dynamic Address Allocation
• The IPv6 address is provided by the GGSN at PDP context activation
- 43
BSS/UTRANUE SGSN GGSN
1. Activate PDP Context Request (PDP type = IPv6, PDP Address = empty, APN, ...)
2. Create PDP Context Request
3. Create PDP Context Response (
PDP address = link-local address, ...)
4. Activate PDP Context Accept (PDP Address = link-local address, ...)
5. Router Solicitation
6. Router Advertisement (M flag = 0, Network prefix, …)
7. GGSN-Initiated PDP Context Modification Procedure
7. Neighbor Solicitation
Neighbor Solicitation messages
shall be discarded by the GGSN
except if part of Neighbor
Unreachability Detection
The UE constructs
its full IPv6 address
The GGSN updates the SGSN and
MT with the full IPv6 address
The GGSN shall be configured to
advertise only one network prefix
The UE extracts the
Interface-ID from the
link-local address
Stateless Address Auto-
configuration
- 44
Tethering
• RFC7278
– Extending an IPv6 /64 Prefix from a Third Generation
Partnership Project (3GPP) Mobile Interface to a LAN
Link
– The UE is switched from an IPv6 host mode to an IPv6
router-and-host mode
• If the UE is also a CLAT, it provides IPv4 service
with private addresses to the “tethered” devices
- 45
BSS/UTRANUE SGSN GGSN
1. Activate PDP Context Request (PDP type = IPv6, PDP Address = empty, APN, ...)
2. Create PDP Context Request
4. Create PDP Context Response (
PDP address = IPv6 address, ...)
5. Activate PDP Context Accept (PDP Address = IPv6 address, ...)
3. DHCP and/or RADIUS procedures
For example the GGSN may use
RADIUS for user authentication
and IP address allocation, or it may
use RADIUS for authentication and
DHCP for IP address allocation.
Alternatively, the address may be
allocated from a local pool of
addresses in the GGSN.
Dynamic Address Allocation
- 46
Prefix Exclude Option
• If DHCPv6 is used, it may be interesting a single
aggregated route/prefix for each customer, instead
of using one prefix for the link between the
delegating router and the requesting router and
another prefix for the customer network.
• RFC6603
– Prefix Exclude Option for DHCPv6-based Prefix
Delegation
- 47
Declare Success
• Traffic moves from IPv4 to IPv6
• Customers never notice anything changed
- 48
IPv6 in Cellular/US
*ISOC/World IPv6 Launch data
- 49
Multiservice Network
…
…
464XLAT
…
Cellular network
464XLAT Residential network
Corporate network
PLAT
DNS64/NAT64
- 50
Example Residential Customer
…
IPv4	+	IPv6
2001:db8::/32
198.51.100.0/24
FE80::1/64
Internet
LAN	Eth1
192.168.1.1
2001:db8:40::41
CPE	(CLAT)
Pool	IPv4/NAT46:	192.0.0.1/32
Pool	IPv6:	2001:db8:2::40/128
2001:db8:1::2
WAN	Eth0
Node	1
192.168.1.2/24
2001:db8:40::42/64
BRAS
Eth0
198.51.100.10
2001:db8::10
VM	PLAT
(NAT64	+	DNS64)
Pool	IPv4/NAT64:	
198.51.100.11/32
Prefijo	IPv6:	64:ff9b::/96
2001:db8:1::1
Eth1
ISP	Network User	Network
Traffic	Legend
Red: IPv6-only
Blue: IPv4-only
Green: Dual-stack
Node	“n”
192.168.1.x/24
2001:db8:40::xx/64
- 51
RIPE75 network with 464XLAT
- 52
Some Related IETF Work
• https://datatracker.ietf.org/doc/draft-palet-
v6ops-ipv6-only/
• https://datatracker.ietf.org/doc/draft-palet-
v6ops-464xlat-deployment/
• https://datatracker.ietf.org/doc/draft-palet-
v6ops-p2p-from-customer-prefix/
• https://datatracker.ietf.org/doc/draft-palet-
v6ops-rfc7084-bis-transition/
- 53
Thanks!
Contact:
– Jordi Palet: jordi.palet@theipv6company.com

More Related Content

What's hot

IPv6 Transition & Deployment, including IPv6-only in cellular and broadband
IPv6 Transition & Deployment, including IPv6-only in cellular and broadbandIPv6 Transition & Deployment, including IPv6-only in cellular and broadband
IPv6 Transition & Deployment, including IPv6-only in cellular and broadbandAPNIC
 
OARC 26: Scoring the Root Server System
OARC 26: Scoring the Root Server SystemOARC 26: Scoring the Root Server System
OARC 26: Scoring the Root Server SystemAPNIC
 
Rapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP NetworksRapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP NetworksSkeeve Stevens
 
IPv6 New RFCs
IPv6 New RFCsIPv6 New RFCs
IPv6 New RFCsAPNIC
 
IPv6 Autoconfig
IPv6 AutoconfigIPv6 Autoconfig
IPv6 AutoconfigFred Bovy
 
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...gogo6
 
BIRD Routing Daemon
BIRD Routing DaemonBIRD Routing Daemon
BIRD Routing DaemonAPNIC
 
More specific announcments in BGP
More specific announcments in BGPMore specific announcments in BGP
More specific announcments in BGPAPNIC
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Jhoni Guerrero
 
PLNOG 13: M. Czerwonka, T. Kossut: IPv6 in mobile network
PLNOG 13: M. Czerwonka, T. Kossut: IPv6 in mobile networkPLNOG 13: M. Czerwonka, T. Kossut: IPv6 in mobile network
PLNOG 13: M. Czerwonka, T. Kossut: IPv6 in mobile networkPROIDEA
 
AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?
AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?
AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?Mark Smith
 
APRICOT 2015 - NetConf for Peering Automation
APRICOT 2015 - NetConf for Peering AutomationAPRICOT 2015 - NetConf for Peering Automation
APRICOT 2015 - NetConf for Peering AutomationTom Paseka
 
IPv6 Security - Workshop mit Live Demo
IPv6 Security - Workshop mit Live DemoIPv6 Security - Workshop mit Live Demo
IPv6 Security - Workshop mit Live DemoDigicomp Academy AG
 

What's hot (19)

IPv6 Transition & Deployment, including IPv6-only in cellular and broadband
IPv6 Transition & Deployment, including IPv6-only in cellular and broadbandIPv6 Transition & Deployment, including IPv6-only in cellular and broadband
IPv6 Transition & Deployment, including IPv6-only in cellular and broadband
 
Introduction of ipv6
Introduction of ipv6Introduction of ipv6
Introduction of ipv6
 
OARC 26: Scoring the Root Server System
OARC 26: Scoring the Root Server SystemOARC 26: Scoring the Root Server System
OARC 26: Scoring the Root Server System
 
Rapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP NetworksRapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP Networks
 
IPv6 New RFCs
IPv6 New RFCsIPv6 New RFCs
IPv6 New RFCs
 
IPv6 Autoconfig
IPv6 AutoconfigIPv6 Autoconfig
IPv6 Autoconfig
 
Day 20.i pv6 lab
Day 20.i pv6 labDay 20.i pv6 lab
Day 20.i pv6 lab
 
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
 
BIRD Routing Daemon
BIRD Routing DaemonBIRD Routing Daemon
BIRD Routing Daemon
 
More specific announcments in BGP
More specific announcments in BGPMore specific announcments in BGP
More specific announcments in BGP
 
EVPN Introduction
EVPN IntroductionEVPN Introduction
EVPN Introduction
 
IPv6 Transition Considerations for ISPs
IPv6 Transition Considerations for ISPsIPv6 Transition Considerations for ISPs
IPv6 Transition Considerations for ISPs
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6
 
I Pv6 Enabling Menog 0.4
I Pv6 Enabling Menog 0.4I Pv6 Enabling Menog 0.4
I Pv6 Enabling Menog 0.4
 
PLNOG 13: M. Czerwonka, T. Kossut: IPv6 in mobile network
PLNOG 13: M. Czerwonka, T. Kossut: IPv6 in mobile networkPLNOG 13: M. Czerwonka, T. Kossut: IPv6 in mobile network
PLNOG 13: M. Czerwonka, T. Kossut: IPv6 in mobile network
 
AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?
AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?
AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?
 
APRICOT 2015 - NetConf for Peering Automation
APRICOT 2015 - NetConf for Peering AutomationAPRICOT 2015 - NetConf for Peering Automation
APRICOT 2015 - NetConf for Peering Automation
 
IPv6
IPv6IPv6
IPv6
 
IPv6 Security - Workshop mit Live Demo
IPv6 Security - Workshop mit Live DemoIPv6 Security - Workshop mit Live Demo
IPv6 Security - Workshop mit Live Demo
 

Similar to IPv6 in cellular networks - Jordi Palet

IPv4aaS tutorial and hands-on
IPv4aaS tutorial and hands-onIPv4aaS tutorial and hands-on
IPv4aaS tutorial and hands-onAPNIC
 
Tutorial: IPv6-only transition with demo
Tutorial: IPv6-only transition with demoTutorial: IPv6-only transition with demo
Tutorial: IPv6-only transition with demoAPNIC
 
Deploying IPv6-mostly access networks
Deploying IPv6-mostly access networksDeploying IPv6-mostly access networks
Deploying IPv6-mostly access networksRIPE NCC
 
ARIN 36 IETF IPv6 Activities Report
ARIN 36 IETF IPv6 Activities ReportARIN 36 IETF IPv6 Activities Report
ARIN 36 IETF IPv6 Activities ReportARIN
 
APNIC Update
APNIC Update APNIC Update
APNIC Update APNIC
 
Deploying IPv6-mostly access networks
Deploying IPv6-mostly access networksDeploying IPv6-mostly access networks
Deploying IPv6-mostly access networksRIPE NCC
 
Deploying IPv6-mostly access networks
 Deploying IPv6-mostly access networks Deploying IPv6-mostly access networks
Deploying IPv6-mostly access networksRIPE NCC
 
IPv6: We Care So You Don't Have To
IPv6: We Care So You Don't Have ToIPv6: We Care So You Don't Have To
IPv6: We Care So You Don't Have ToGary Wilhelm
 
IPv6 Development in ITB 2013
IPv6 Development in ITB 2013IPv6 Development in ITB 2013
IPv6 Development in ITB 2013Affan Basalamah
 
Ceph Day Amsterdam 2015 - Ceph over IPv6
Ceph Day Amsterdam 2015 - Ceph over IPv6 Ceph Day Amsterdam 2015 - Ceph over IPv6
Ceph Day Amsterdam 2015 - Ceph over IPv6 Ceph Community
 
The case for IPv6
The case for IPv6The case for IPv6
The case for IPv6APNIC
 
Internet Protocol version 10 (IPv10).
Internet Protocol version 10 (IPv10).Internet Protocol version 10 (IPv10).
Internet Protocol version 10 (IPv10).Khaled Omar
 
Raiders of the lost Ark (read IPv6 CPE)
Raiders of the lost Ark (read IPv6 CPE)Raiders of the lost Ark (read IPv6 CPE)
Raiders of the lost Ark (read IPv6 CPE)APNIC
 
IPv6 Deployment: Why and Why not?
IPv6 Deployment: Why and Why not?IPv6 Deployment: Why and Why not?
IPv6 Deployment: Why and Why not?apnic_slides
 
IPv6 at 1&1
IPv6 at 1&1 IPv6 at 1&1
IPv6 at 1&1 1&1
 
Successes and Challenges of IPv6 Transition at APNIC
Successes and Challenges of IPv6 Transition at APNICSuccesses and Challenges of IPv6 Transition at APNIC
Successes and Challenges of IPv6 Transition at APNICAPNIC
 

Similar to IPv6 in cellular networks - Jordi Palet (20)

IPv4aaS tutorial and hands-on
IPv4aaS tutorial and hands-onIPv4aaS tutorial and hands-on
IPv4aaS tutorial and hands-on
 
Tutorial: IPv6-only transition with demo
Tutorial: IPv6-only transition with demoTutorial: IPv6-only transition with demo
Tutorial: IPv6-only transition with demo
 
Deploying IPv6-mostly access networks
Deploying IPv6-mostly access networksDeploying IPv6-mostly access networks
Deploying IPv6-mostly access networks
 
Getting The World IPv6 Enabled
Getting The World IPv6 EnabledGetting The World IPv6 Enabled
Getting The World IPv6 Enabled
 
IPv6 transition and coexistance - Jordi Palet
IPv6 transition and coexistance - Jordi PaletIPv6 transition and coexistance - Jordi Palet
IPv6 transition and coexistance - Jordi Palet
 
ARIN 36 IETF IPv6 Activities Report
ARIN 36 IETF IPv6 Activities ReportARIN 36 IETF IPv6 Activities Report
ARIN 36 IETF IPv6 Activities Report
 
APNIC Update
APNIC Update APNIC Update
APNIC Update
 
Deploying IPv6-mostly access networks
Deploying IPv6-mostly access networksDeploying IPv6-mostly access networks
Deploying IPv6-mostly access networks
 
Deploying IPv6-mostly access networks
 Deploying IPv6-mostly access networks Deploying IPv6-mostly access networks
Deploying IPv6-mostly access networks
 
IPv6: We Care So You Don't Have To
IPv6: We Care So You Don't Have ToIPv6: We Care So You Don't Have To
IPv6: We Care So You Don't Have To
 
IPv6 Development in ITB 2013
IPv6 Development in ITB 2013IPv6 Development in ITB 2013
IPv6 Development in ITB 2013
 
Ceph Day Amsterdam 2015 - Ceph over IPv6
Ceph Day Amsterdam 2015 - Ceph over IPv6 Ceph Day Amsterdam 2015 - Ceph over IPv6
Ceph Day Amsterdam 2015 - Ceph over IPv6
 
The case for IPv6
The case for IPv6The case for IPv6
The case for IPv6
 
Internet Protocol version 10 (IPv10).
Internet Protocol version 10 (IPv10).Internet Protocol version 10 (IPv10).
Internet Protocol version 10 (IPv10).
 
3hows
3hows3hows
3hows
 
Ipv6
Ipv6Ipv6
Ipv6
 
Raiders of the lost Ark (read IPv6 CPE)
Raiders of the lost Ark (read IPv6 CPE)Raiders of the lost Ark (read IPv6 CPE)
Raiders of the lost Ark (read IPv6 CPE)
 
IPv6 Deployment: Why and Why not?
IPv6 Deployment: Why and Why not?IPv6 Deployment: Why and Why not?
IPv6 Deployment: Why and Why not?
 
IPv6 at 1&1
IPv6 at 1&1 IPv6 at 1&1
IPv6 at 1&1
 
Successes and Challenges of IPv6 Transition at APNIC
Successes and Challenges of IPv6 Transition at APNICSuccesses and Challenges of IPv6 Transition at APNIC
Successes and Challenges of IPv6 Transition at APNIC
 

More from Регистар националног Интернет домена Србије - РНИДС

More from Регистар националног Интернет домена Србије - РНИДС (20)

Дигитална виталност: Употреба дигиталних канала комуникације код предузећа у ...
Дигитална виталност: Употреба дигиталних канала комуникације код предузећа у ...Дигитална виталност: Употреба дигиталних канала комуникације код предузећа у ...
Дигитална виталност: Употреба дигиталних канала комуникације код предузећа у ...
 
DNS систем и безбедност
DNS систем и безбедностDNS систем и безбедност
DNS систем и безбедност
 
Како сам преживео напад CryptoLockera
Како сам преживео напад CryptoLockeraКако сам преживео напад CryptoLockera
Како сам преживео напад CryptoLockera
 
DNSSEC implementation in Russia
DNSSEC implementation in Russia DNSSEC implementation in Russia
DNSSEC implementation in Russia
 
.COM je kul ali i mi smo!
.COM je kul ali i mi smo!.COM je kul ali i mi smo!
.COM je kul ali i mi smo!
 
Едукативни инфографици
Едукативни инфографици Едукативни инфографици
Едукативни инфографици
 
Спамовање лудом радовање
Спамовање лудом радовањеСпамовање лудом радовање
Спамовање лудом радовање
 
Избор правог интернет хостинга
Избор правог интернет хостингаИзбор правог интернет хостинга
Избор правог интернет хостинга
 
5 предности .RS домена
5 предности .RS домена5 предности .RS домена
5 предности .RS домена
 
4 корака до доброг интернет сајта
4 корака до доброг интернет сајта4 корака до доброг интернет сајта
4 корака до доброг интернет сајта
 
Кораци до доброг интернет домена
Кораци до доброг интернет доменаКораци до доброг интернет домена
Кораци до доброг интернет домена
 
Analiza odnosa IT stručnjaka prema domenima
Analiza odnosa IT stručnjaka prema domenimaAnaliza odnosa IT stručnjaka prema domenima
Analiza odnosa IT stručnjaka prema domenima
 
DNS систем и безбедност
DNS систем и безбедностDNS систем и безбедност
DNS систем и безбедност
 
Malware - Малициозни софтвер
Malware - Малициозни софтверMalware - Малициозни софтвер
Malware - Малициозни софтвер
 
Прича о три домена - Мирјана Тасић
Прича о три домена - Мирјана Тасић Прича о три домена - Мирјана Тасић
Прича о три домена - Мирјана Тасић
 
Stuxnet вирус - настајање и последице
Stuxnet вирус - настајање и последицеStuxnet вирус - настајање и последице
Stuxnet вирус - настајање и последице
 
.СРБ IDN domain brief history
.СРБ IDN domain brief history.СРБ IDN domain brief history
.СРБ IDN domain brief history
 
Велики Интернет за мали бизнис
Велики Интернет за мали бизнис Велики Интернет за мали бизнис
Велики Интернет за мали бизнис
 
RNIDS u 2012. godini
RNIDS u 2012. godiniRNIDS u 2012. godini
RNIDS u 2012. godini
 
RNIDS - O ćiriličkom domenu - TELFOR 2011 - Vojislav Rodić
RNIDS - O ćiriličkom domenu - TELFOR 2011 - Vojislav RodićRNIDS - O ćiriličkom domenu - TELFOR 2011 - Vojislav Rodić
RNIDS - O ćiriličkom domenu - TELFOR 2011 - Vojislav Rodić
 

Recently uploaded

Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 

Recently uploaded (20)

Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 

IPv6 in cellular networks - Jordi Palet

  • 1. - 1 IPv6 in Cellular Networks (IPv6-only in non-cellular networks) ISOC IPv6 Workshop Belgrade, Serbia November 2017 Jordi Palet (jordi.palet@theipv6company.com)
  • 2. - 2 Need to support IPv6 • IPv4 exhaustion – Sharing IPv4 (CGN) is not enough and is problematic • Increase in number of users • Increase in number of devices per user (and also tethering) • Increase in number of addresses per device (VMs, other reasons) • VoLTE/IMS • IoT • LONG TERM STRATEGY
  • 3. - 3 The best solution: Dual-Stack! IPv6 Application TCP/UDP IPv6 TCP/UDP IPv6 TCP/UDP IPv4IPv4 IPv6 IPv4 IPv6-only stack IPv4-only stackDual-stack (IPv4 & IPv6) IPv6 Application IPv4 Application IPv4 Application
  • 4. - 4 Sure ? • Do you have enough IPv4 addresses? – Not just for now, next years? • O&M cost? • Call-center impact? • Performance? • Licenses? • Issues authenticating 2 addresses? GGSN IPv4 network IPv6 network (Peer) Node UE 2G / 3G mobile network Edge Router IP (Peer) Node
  • 5. - 5 Alternatives to Dual-Stack • IPv6 + CGN • IPv6-only • IPv6-only with NAT64 • IPv6-only with NAT64 and DNS64 • 464XLAT • Other transition technologies
  • 6. - 6 NAT444 (CGN) NAT Internet IPv4 ISP network AFTR 10.0.0.x/24 AFTR NAT 10.0.0.x/24 v4 v4 v4 v4/v6 Internet IPv6 “plain” IPv6 Private IPv4 192.168.1.x NAT44 Level 1 NAT44 Level 2 Public IPv4
  • 7. - 7 CGN breaks … • UPnP-IGD (Universal Plug & Play - Internet Gateway Device protocol) • NAT-PMP (NAT Port Mapping Protocol) • Other NAT Traversal mechs • Security • AJAX (Asyncronous Javascript And XML) • FTP (big files) • BitTorrent/Limewire (seeding – uploading) • On-line gaming • Video streaming (Netflix, Hulu, …) • IP cameras • Tunnels, VPN, IPsec, ... • VoIP • Port forwarding • ...
  • 8. - 8 How many ports per user? • Possibly a minimum of 300 per user behind each CPE – More as AJAX/similar technologies usage increase – Times average number of users behind each NAT – And going up • Be aware of IP/port sharing implications …
  • 9. - 9 So … IPv6-only? • Many examples in content providers • FaceBook is one of them • Datacenters are IPv6-only – Started in 2014, internal traffic was 90% IPv6 – +100 Terabits per second – 100% IPv6 in June 2015 – Allows using FaceBook in IPv6-only networks and clients – IPv4 (from Internet) terminated in the IPv6-only clusters • RFC1918 space for IPv4 BGP sessions • Later on use RFC5549 – Advertising IPv4 Network Layer Reachability Information with an IPv6 Next Hop • IPv4 in IPv6 tunneling, for IPVS (IP Virtual Server) • IPv4 link-local (169.254.0.0/16) for Linux and switches
  • 10. - 10 IPv6-only in the cellular net • Not an option today • Users will be able to access IPv6-only contents and apps – However no access to IPv4-only ones – IPv4-only tethered devices will not work
  • 11. - 11 NAT64 (1) • Problem: When ISPs only provide IPv6 connectivity or devices are IPv6-only (cellular) – but there are still IPv4-only contents/apps in Internet • Similar idea as NAT-PT, but working better • Several IPv6-only nodes share a public IPv4 address to access IPv4 Internet • NAT64 is a mechanism to translate IPv6 packets to IPv4 and vice versa • Translation is carried out in packet headers following the IP/ICMP Translation Algorithm [RFC7915][RFC6146] • Current specification only defines how NAT64 translates unicast TCP, UDP, and ICMP packets
  • 12. - 12 NAT64 (2) • IPv4 addresses of hosts is algorithmically translated to/from IPv6 addresses using a specific algorithm [RFC6052] • It’s based on statically configured information, including a well known prefix • A well-known prefix is defined (64:ff9b::/96), another could be used
  • 13. - 13 NAT64 (3) • It’s known that there are things that doesn’t work: – Everything out of TCP,UDP, or ICMP: Multicast, Stream Control Transmission Protocol (SCTP), the Datagram Congestion Control Protocol (DCCP), and IPSEC – Applications that carry layer 3 information in the application layer: FTP [RFC6384], SIP/H323 – Some apps: online gaming, skype, etc. • Peer-to-peer using IPv4 “references” – Literal addresses – Socket APIs
  • 14. - 14 NAT64 CPE Internet IPv4 ISP network NAT64 10.0.0.x/24 NAT64 CPE v4 v4 v6 v4/v6 Internet IPv6 ”plain” IPv6 IPv6-only access Public IPv4 AAAA synthesis NAT64
  • 15. - 15 IPv6-only with NAT64 • Only valid if UE supports it – By means of “built-in” AAAA synthesis • RFC7050 (Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis) + RFC6052 (IPv6 Addressing of IPv4/IPv6 Translators) – Happy Eyeballs v2 includes it • For the rest of the cases – Users will be able to access IPv6-only contents and apps • However no access to IPv4-only ones • IPv4-only tethered devices will not work
  • 16. - 16 DNS64 • DNS64 is a mechanism to synthesize RRs of type AAAA from A RRs [RFC6147] • IPv6 addresses in synthesized AAAA is generated from IPv4 address and the IPv6 prefix assigned to the NAT64 device [RFC6052] • When there is an AAAA query, it asks outside for A and AAAA RRs. If only receives an A, converts it into an AAAA • Hosts see the host as IPv6 reachable, with the synthesized IPv6 address
  • 17. - 17 NAT64+DNS64 CPE Internet IPv4 ISP network NAT64 10.0.0.x/24 NAT64 CPE v4 v4 v6 v4/v6 Internet IPv6 ”plain” IPv6 IPv6-only access Public IPv4 DNS64NAT64
  • 18. - 18 Stateful NAT64 IPv6-only network v6 IPv4 Internet NAT64 DNS64 DNS v4 IPv6 Traffic IPv4 Traffic • Allow an IPv6-only network to connect to IPv4 Internet
  • 19. - 19 IPv6-only with NAT64+DNS64 • All good ? • NOT really … – Will break if apps use: • Literal addresses • Socket APIs – IPv4-only tethered devices will not work
  • 20. - 20 NAT64 breaks … App Name Functionality Version 464XLAT Fixed connection tracker Broken NA NA DoubleTwist Broken 1.6.3 YES Go SMS Pro Broken NA YES Google Talk Broken 4.1.2 YES Google+ Broken 3.3.1 YES IP Track Broken NA NA Last.fm Broken NA YES Netflix Broken NA YES ooVoo Broken NA YES Pirates of the Caribean Broken NA YES Scrabble Free Broken 1.12.57 YES Skype Broken 3.2.0.6673 YES Spotify Broken NA YES Tango Broken NA YES Texas Poker Broken NA YES TiKL Broken 2.7 YES Tiny Towers Broken NA YES Trillian Broken NA YES TurboxTax Taxcaster Broken NA Voxer Walkie Talkie Broken NA YES Watch ESPN Broken 1.3.1 Zynga Poker Broken NA YES Xabber XMPP Broken NA *T-Mobile
  • 21. - 21 464XLAT • 464XLAT (RFC6877): RFC6145 + RFC6146 • Very efficient use of scarce IPv4 resources – N*65.535 flows per each IPv4 address – Network growth not tied to IPv4 availability • IPv4 basic service to customers over an-IPv6 only infrastructure – WORKS with applications that use socket APIs and literal IPv4 addresses (Skype, etc.) • Allows traffic engineering – Without deep packet inspection • Easy to deploy and available – Commercial solutions and open source
  • 22. - 22 464XLAT CPE CLAT Internet IPv4 ISP network NAT64 PLAT 10.0.0.x/24 NAT64 PLAT CPE CLAT 10.0.0.x/24 v4 v4 v4 v4/v6 Internet IPv6 “plain” IPv6 IPv6-only access NAT46 Public IPv4 DNS64NAT64
  • 23. - 23 How it works 464XLAT? CLAT PLAT ISP + IPv6 Internet Public IPv4Private IPv4 IPv4 Internet IPv4 + IPv6 IPv4 IPv6 IPv6 IPv6 Stateless (4->6) [RFC6145] Stateful (6->4) [RFC6146] CLAT: Customer side translator (XLAT) PLAT: Provider side translator (XLAT) IPv4 IPv6
  • 24. - 24 Possible “app” cases ISP IPv6-only IPv6-only Internet 464XLAT ISP IPv6-only IPv4-only Internet 464XLAT PLAT DNS64/NAT64 ISP IPv6-only IPv4-only Internet 464XLAT PLAT 6->4 CLAT 4->6 This is the magic: IPv6-only
  • 25. - 25 464XLAT Addressing CLAT PLAT ISP + IPv6 Internet 200.3.14.147192.168.2.3 IPv4 Internet IPv4 + IPv6 IPv4 IPv6 IPv6 IPv6CLAT XLATE SRC prefix [2001:db8:abcd::/96] XLATE DST prefix [2001:db8:1234::/96] PLAT IPv4 pool (192.1.0.1 – 192.1.0.250) XLATE DST prefix [2001:db8:1234::/96] IPv4 IPv6 2001:db8:abcd::ab 2001:db8:dada::bb IPv4 SRC 192.168.2.3 IPv4 DST 200.3.14.147 Stateless XLATE [RFC6145] Stateful XLATE [RFC6146] IPv6 SRC 2001:db8:abcd::192.168.2.3 IPv6 DST 2001:db8:1234::200.3.14.147 IPv4 SRC 192.1.0.1 IPv4 DST 200.3.14.147
  • 27. - 27 Apple vs Android & Windows • Apple long-term strategy – Mandate IPv6 in AppStore • Announced in June 2015 • Enforced for new Apps in Junes 2016 • Older Apps reviewed after September 2016 – Doesn’t include CLAT support • Sort-of, is Bump-in-the-Host [RFC6535] implemented in Happy Eyeballs v2) - IPv6-only since iOS 10.2 • Android & Windows Phone – Both included CLAT support • Since 2013
  • 29. - 29 Availability and Deployment • NAT64: – A10 – Cisco – F5 – Juniper – NEC – Huawei – Jool, Tayga, Ecdsys, Linux, OpenBSD, … • CLAT – Android (since 4.3) – Nokia – Windows (now also Windows 10 - Creator Update, Windows Server 2016, since July 2017) – NEC – Linux – Jool – OpenWRT – Apple (sort-of, is Bump-in-the-Host [RFC6535] implemented in Happy Eyeballs v2) - IPv6-only since iOS 10.2 • Commercial deployments: – T-Mobile US: +68 Millions of users – Orange – Telstra – SK Telecom – … – Big trials in several ISPs
  • 30. - 30 DNSSEC Considerations • DNS64 modifies DNS answers and DNSSEC is designed to detect such modifications, DNS64 can break DNSSEC • In general, DNS servers with DNS64 function, by default, will not synthesize AAAA responses if the DNSSEC OK (DO) flag was set in the query. In this case, as only an A record is available, it means that the CLAT will take the responsibility, as in the case of literal IPv4 addresses, to keep that traffic flow end-to-end as IPv4, so DNSSEC is not broken • Today no apps in cellular that use DNSSEC, but you should be ready for that – Consider apps used by means of tethering – Very relevant for non-cellular networks
  • 31. - 31 Other Transition Technologies • 6RD • DS-Lite • MAP-E or MAP-T • … • No way! – Not implemented in smartphones – Require using lots of IPv4 addresses – Heavy setup and network overhead, require DHCP – Take less advantage of “multiplexing” IPv4 addresses & ports, than stateful NAT64
  • 32. - 32 Performance *FaceBook data (17/3/2015) US Mobile Performance – Dual Stack Provider iOS v6 v4 30% •  iPhone 6 on LTE only •  No Instrumentation of the client •  Examining Client Last Byte Time •  Time it takes for the device to read the response •  Read all the data for a newsfeed Time of HTTP GET completion US Mobile Performance – Dual Stack Provider Android v6 v4 40% •  Android 4/5 •  Galaxy S5 on LTE only •  No Instrumentation of the client •  Examining Client Last Byte Time •  Time it takes for the device to read the response •  Read all the data for a newsfeed Time of HTTP GET completion US Mobile Performance – Dual Stack Provider iOS v6 v440% •  iPhone 6 •  Client instrumentation •  No A/B testing •  Mobile Proxygen •  Examining Total Request Time •  Similar to Client Last Byte Time Total Request Time
  • 33. - 33 NAT64 (464XLAT) vs CGN • NAT64 has much lower CapEx/OpEx – No need to buy CGN • NAT64 scales better, you have open source solutions, lower cost – No need to buy IPv4 – Doesn’t extend the IPv4 usage • Progressive deployment: – New phones – Not impacting existing users – Naturally increase your IPv6 traffic • Decrease IPv4 one – Lower logging cost • Less and less IPv4 logging – IPv6 deployment with persistent prefixes • Avoid the need for logging • Billing – Trunking IPv6 adresses in CDRs – Hash IPv6 addresses in IPv4 records
  • 34. - 34 KISS … for LEA • Keep It Simply Stupid concept ;-) – Law Enforcement Agencies require to identify the source address – Having a SINGLE IP source protocol is easier – IPv4 is gone, we can use only IPv6 – IPv6-only is not feasible today – 464XLAT allows “IPv4 as a service” in the customer LANs: the simpler choice • So, only need to identify the source IPv6 address/prefix • No need to identify source ports anymore • No need to look inside of traffic (DPI)
  • 35. - 35 Roaming • Use PCRF (Policy and Charging Control Function) to selectively enable IPv6 in roaming customers sessions – Depending on “roaming partner” • RFC7445 – Analysis of Failure Cases in IPv6 Roaming Scenarios
  • 36. - 36 Overall IPv6 3G/4G Architecture • RFC6459: IPv6 in 3rd Generation Partnership Project (3GPP) Evolved Packet System (EPS) • UE: User Equipment • RAN: Radio Access Network (UTRAN, LTE, …) • SGSN/MME: Serving GPRS Support Node/Mobility Management Entity – Acts as a “switch” • GTP: GPRS Tunneling Protocol • HLR: Home Location Register • GGSN/EPG: Gateway GPRS Support Node/Evolved Packet Gateway – Acts as a “router” RAN PS Domain SGSN GGSN GTP IPv6 ISP NAT64 IPv4 / IPv6 Internet DNS64 WWW Server UE HLR
  • 37. - 37 UTRAN Core Network User IPv6 Transport IPv6 IPv4/IPv6 Application Server GGSN Terminal User plane vs. transport plane • User and transport planes are completely independent: –The transport plane can run on a different IP version than the user plane • RAN and Core Network transport can also run on different IP versions
  • 38. - 38 Application Server GGSN Terminal SGSNUTRAN GTP-UGTP-U User IPv6 (PDP type IPv6) Radio Bearer Transport of user IP packets • IP packets to/from the UE are tunneled through the cellular network. • When an UE attaches to the Network, the SGSN creates a Mobility Management context containing information pertaining to e.g., mobility and security for the MS. • At PDP Context Activation (PDP - Packet Data Protocol), the SGSN and GGSN create a PDP context, containing information about the session (e.g. IP address, QoS, routing information , etc.). • Each Subscriber may activate several PDP Contexts towards the same or different GGSNs. • When activated towards the same GGSN, they can use the same or different IP addresses.
  • 39. - 39 GGSN Terminal SGSN GGSN PDP Context X2 (APN X, IP address X, QoS2) PDP Context X1 (APN X, IP address X, QoS1) ISP X ISP Z ISP Y PDP Context Z (APN Z, IP address Z, QoS) PDP Context Y (APN Y, IP address Y, QoS) APNYAPNZAPNX Same PDP (IP) address and APN PDP Context selection based on TFT (downstream) The PDP Context • PDP context can be IPv4-only (IPv4), IPv6-only (IPv6) or dual-stack (IPv4v6) • Dual-stack could also be provided with two PDP contexts (one each protocol, however it means 2 PDP context licenses) • 464XLAT works with IPv6-only PDP context (long-term strategy)
  • 40. - 40 The Access Point Name - APN • The APN is a logical name referring to a GGSN. The APN also identifies an external network. • The syntax of the APN corresponds to a fully qualified name. • At PDP context activation, the SGSN performs a DNS query to find out the GGSN(s) serving the APN requested by the terminal. • The DNS response contains a list of GGSN addresses from which the SGSN selects one address in a round-robin fashion (for this APN).
  • 41. - 41 Single APN for Everyone • Single APN – Supporting Dual-Stack and Single-Stack – Cellular IPv6 deployment is easy because the network supports whatever the UE ask. – Progressive deployment, as slow or fast as you want • One new phone, all new phones, then OTA old ones • DNS supporting RFC7050 – Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis RAN GGSN IPv6 ISP NAT64 IPv4 / IPv6 Internet DNS64 WWW Server IPv4v6 IPv4v6 APNIPv6 IPv4
  • 42. - 42 IPv6 Address Allocation Methods • Stateless Address Autoconfiguration – Default, /64 for each PDP context – Introduced in GPRS R’99 • Stateful Address Autoconfiguration – DHCPv6 client in the terminal – Requires DHCPv6 relay agent in the GGSN • GPRS-specific Address Configuration – Static Address Configuration • The UE provides its statically configured IPv6 address at PDP context activation – Dynamic Address Allocation • The IPv6 address is provided by the GGSN at PDP context activation
  • 43. - 43 BSS/UTRANUE SGSN GGSN 1. Activate PDP Context Request (PDP type = IPv6, PDP Address = empty, APN, ...) 2. Create PDP Context Request 3. Create PDP Context Response ( PDP address = link-local address, ...) 4. Activate PDP Context Accept (PDP Address = link-local address, ...) 5. Router Solicitation 6. Router Advertisement (M flag = 0, Network prefix, …) 7. GGSN-Initiated PDP Context Modification Procedure 7. Neighbor Solicitation Neighbor Solicitation messages shall be discarded by the GGSN except if part of Neighbor Unreachability Detection The UE constructs its full IPv6 address The GGSN updates the SGSN and MT with the full IPv6 address The GGSN shall be configured to advertise only one network prefix The UE extracts the Interface-ID from the link-local address Stateless Address Auto- configuration
  • 44. - 44 Tethering • RFC7278 – Extending an IPv6 /64 Prefix from a Third Generation Partnership Project (3GPP) Mobile Interface to a LAN Link – The UE is switched from an IPv6 host mode to an IPv6 router-and-host mode • If the UE is also a CLAT, it provides IPv4 service with private addresses to the “tethered” devices
  • 45. - 45 BSS/UTRANUE SGSN GGSN 1. Activate PDP Context Request (PDP type = IPv6, PDP Address = empty, APN, ...) 2. Create PDP Context Request 4. Create PDP Context Response ( PDP address = IPv6 address, ...) 5. Activate PDP Context Accept (PDP Address = IPv6 address, ...) 3. DHCP and/or RADIUS procedures For example the GGSN may use RADIUS for user authentication and IP address allocation, or it may use RADIUS for authentication and DHCP for IP address allocation. Alternatively, the address may be allocated from a local pool of addresses in the GGSN. Dynamic Address Allocation
  • 46. - 46 Prefix Exclude Option • If DHCPv6 is used, it may be interesting a single aggregated route/prefix for each customer, instead of using one prefix for the link between the delegating router and the requesting router and another prefix for the customer network. • RFC6603 – Prefix Exclude Option for DHCPv6-based Prefix Delegation
  • 47. - 47 Declare Success • Traffic moves from IPv4 to IPv6 • Customers never notice anything changed
  • 48. - 48 IPv6 in Cellular/US *ISOC/World IPv6 Launch data
  • 49. - 49 Multiservice Network … … 464XLAT … Cellular network 464XLAT Residential network Corporate network PLAT DNS64/NAT64
  • 50. - 50 Example Residential Customer … IPv4 + IPv6 2001:db8::/32 198.51.100.0/24 FE80::1/64 Internet LAN Eth1 192.168.1.1 2001:db8:40::41 CPE (CLAT) Pool IPv4/NAT46: 192.0.0.1/32 Pool IPv6: 2001:db8:2::40/128 2001:db8:1::2 WAN Eth0 Node 1 192.168.1.2/24 2001:db8:40::42/64 BRAS Eth0 198.51.100.10 2001:db8::10 VM PLAT (NAT64 + DNS64) Pool IPv4/NAT64: 198.51.100.11/32 Prefijo IPv6: 64:ff9b::/96 2001:db8:1::1 Eth1 ISP Network User Network Traffic Legend Red: IPv6-only Blue: IPv4-only Green: Dual-stack Node “n” 192.168.1.x/24 2001:db8:40::xx/64
  • 51. - 51 RIPE75 network with 464XLAT
  • 52. - 52 Some Related IETF Work • https://datatracker.ietf.org/doc/draft-palet- v6ops-ipv6-only/ • https://datatracker.ietf.org/doc/draft-palet- v6ops-464xlat-deployment/ • https://datatracker.ietf.org/doc/draft-palet- v6ops-p2p-from-customer-prefix/ • https://datatracker.ietf.org/doc/draft-palet- v6ops-rfc7084-bis-transition/
  • 53. - 53 Thanks! Contact: – Jordi Palet: jordi.palet@theipv6company.com