[v6ops] DHCPv6 Prefix Delegation (DHCPv6 PD) on cellular links - works ok

Alexandre Petrescu <alexandre.petrescu@gmail.com> Thu, 30 November 2017 16:18 UTC

Return-Path: <alexandre.petrescu@gmail.com>
X-Original-To: v6ops@ietfa.amsl.com
Delivered-To: v6ops@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3534E129410 for <v6ops@ietfa.amsl.com>; Thu, 30 Nov 2017 08:18:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.633
X-Spam-Level:
X-Spam-Status: No, score=-2.633 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_MED=-2.3, SPF_SOFTFAIL=0.665] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rQuguJbBjvVM for <v6ops@ietfa.amsl.com>; Thu, 30 Nov 2017 08:18:31 -0800 (PST)
Received: from sainfoin-smtp-out.extra.cea.fr (sainfoin-smtp-out.extra.cea.fr [132.167.192.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 962481200FC for <v6ops@ietf.org>; Thu, 30 Nov 2017 08:18:31 -0800 (PST)
Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.21]) by sainfoin-sys.extra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id vAUGITJK019482 for <v6ops@ietf.org>; Thu, 30 Nov 2017 17:18:29 +0100
Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 9FA312052FA for <v6ops@ietf.org>; Thu, 30 Nov 2017 17:18:29 +0100 (CET)
Received: from muguet2.intra.cea.fr (muguet2.intra.cea.fr [132.166.192.7]) by pisaure.intra.cea.fr (Postfix) with ESMTP id 871332040DE for <v6ops@ietf.org>; Thu, 30 Nov 2017 17:18:29 +0100 (CET)
Received: from [10.8.34.184] (is227335.intra.cea.fr [10.8.34.184]) by muguet2.intra.cea.fr (8.15.2/8.15.2/CEAnet-Intranet-out-1.4) with ESMTP id vAUGITav013755 for <v6ops@ietf.org>; Thu, 30 Nov 2017 17:18:29 +0100
To: v6ops@ietf.org
References: <7537deef-8f87-5187-1e44-595ac63a16ca@gmail.com>
From: Alexandre Petrescu <alexandre.petrescu@gmail.com>
Message-ID: <6077c7a4-01c8-8b80-588f-0ef4af153487@gmail.com>
Date: Thu, 30 Nov 2017 17:18:29 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0
MIME-Version: 1.0
In-Reply-To: <7537deef-8f87-5187-1e44-595ac63a16ca@gmail.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: fr
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/v6ops/RrtMHctVV72sZaKinsQ8y7nZXLU>
Subject: [v6ops] DHCPv6 Prefix Delegation (DHCPv6 PD) on cellular links - works ok
X-BeenThere: v6ops@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: v6ops discussion list <v6ops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/v6ops>, <mailto:v6ops-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/v6ops/>
List-Post: <mailto:v6ops@ietf.org>
List-Help: <mailto:v6ops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/v6ops>, <mailto:v6ops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 30 Nov 2017 16:18:34 -0000

v6opsers,

We succeeded in making DHCPv6 PD work natively on a cellular link.
I would claim it to be a first[*].
Packet dump available upon request.

The UE device is a Huawei E392u-12 USB dongle produced in 2011.  It 
hosts a baseband processor Qualcomm model MDM9600 (or model MDM9200, or 
an Intel - not sure).  It lets all standard DHCPv6 messaging through. 
The DHCPv6 client 'odhcpv6' is running on linux laptop.

The mobile operator's PGW assigns a /56 and sets proper forwarding for 
it.  The PGW runs on a big Cisco platform.

After the successful DHCP exchange the laptop is able to ping google 
with a src address which is manually derived out of the /56 delegated 
prefix.

That said,

DHCPv6-PD on cellular links is relevant for a few RFCs and Internet 
Drafts.  They should be improved because at places these documents are a 
little bit wrong.

DHCPv6-PD is blocked on other baseband processors, including Qualcomm 
and Balong versions; they are hosted by many smartphones, USB cellular 
dongles, mobile personal WiFi hotspots and IoT devices.  A sample list 
is available upon request.

Last but not least,

[*] earlier DHCPv6 PD on cellular links was shown on tunnel virtual 
interfaces, like VPN.

Alex