Re: [pcp] Revising PANA side-by-side approach

Margaret Wasserman <margaretw42@gmail.com> Fri, 05 October 2012 13:07 UTC

Return-Path: <margaretw42@gmail.com>
X-Original-To: pcp@ietfa.amsl.com
Delivered-To: pcp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 658A621F871C for <pcp@ietfa.amsl.com>; Fri, 5 Oct 2012 06:07:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.599
X-Spam-Level:
X-Spam-Status: No, score=-3.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dTUNOOF4trCJ for <pcp@ietfa.amsl.com>; Fri, 5 Oct 2012 06:07:56 -0700 (PDT)
Received: from mail-gg0-f172.google.com (mail-gg0-f172.google.com [209.85.161.172]) by ietfa.amsl.com (Postfix) with ESMTP id B8B7A21F872E for <pcp@ietf.org>; Fri, 5 Oct 2012 06:07:56 -0700 (PDT)
Received: by mail-gg0-f172.google.com with SMTP id i4so445594ggn.31 for <pcp@ietf.org>; Fri, 05 Oct 2012 06:07:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=TKWy+iqtXiRelxMM0vibuumEYeEBkXHOD7XpiX6u8hE=; b=jZFlPZoQiYFsADTZ8oBHBCSInW7pKlOLNOW/nheGpAuZOZK6g82vgKNCqvaZVHBZRI JuLzWtJnWE3L/imWPhKDcdlGGOJesqT75OH6azoiwWA4EFGWj8HCbn1rX+RyPcZivB4G GDpqJnsCxHx5Lv3JP9Fi8UZl8vEGSGkMrbdP84IlZ5dbSxC78MgPbPwojg3Q+n2DFvNo jML7jXrDsLqFR6QuVvP8/bwKjmXyDyb0VnCyzAOED53qqUwAFXa6xGCDrZEhgbs0hLs2 q9R7SlKU8A4/s8RqP+3Ygo3gquLxfZFEpd1+iAJasNYi55zrtqUtjPSjQGgPiaOwZTDq qgBA==
Received: by 10.100.78.6 with SMTP id a6mr191468anb.80.1349442476255; Fri, 05 Oct 2012 06:07:56 -0700 (PDT)
Received: from [192.168.11.122] ([97.67.164.9]) by mx.google.com with ESMTPS id f15sm9627519anm.9.2012.10.05.06.07.52 (version=SSLv3 cipher=OTHER); Fri, 05 Oct 2012 06:07:54 -0700 (PDT)
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset="us-ascii"
From: Margaret Wasserman <margaretw42@gmail.com>
In-Reply-To: <506E5175.3020802@toshiba.co.jp>
Date: Fri, 05 Oct 2012 09:07:52 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <712CABEE-96A2-493A-B2F8-94BC2548E0FD@lilacglade.org>
References: <506E5175.3020802@toshiba.co.jp>
To: Yoshihiro Ohba <yoshihiro.ohba@toshiba.co.jp>
X-Mailer: Apple Mail (2.1084)
Cc: pcp@ietf.org
Subject: Re: [pcp] Revising PANA side-by-side approach
X-BeenThere: pcp@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: PCP wg discussion list <pcp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pcp>, <mailto:pcp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/pcp>
List-Post: <mailto:pcp@ietf.org>
List-Help: <mailto:pcp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pcp>, <mailto:pcp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 05 Oct 2012 13:07:57 -0000

Hi Yoshi,

The concern that I have with this approach is that it seems short-sited to me...

If we expect PANA to be used as a generic authentication mechanism, rather than being used specifically for network access authentication, I think we need to do two things:

1) Provide a clear explanation of what parts of PANA will be used with PCP.   For example, the notion of a network access enforcement point doesn't really make sense in a PCP context. 
2) Describe a clean mechanism that allows PANA to be used for authentication of other protocols.

Overloading a single bit in the PCP version field, because it happens to coincide with a flag bit in PANA doesn't seem like a method that will work for other protocols, and I am concerned that it doesn't provide a clean basis for moving forward.

Margaret


On Oct 4, 2012, at 11:18 PM, Yoshihiro Ohba wrote:

> Since PCP Version 0 is used by draft-cheshire-nat-pmp, I plan to
> revise PANA side-by-side approach I-D (draft-ohba-pcp-pana) to use
> Bit 0 instead of Bits 5-6-7. The new logic is that when bit 0 is 1 it's
> PANA,
> otherwise it's PCP and alike. If there is an issue with the new logic,
> please let me know.
> 
> I also plan to submit PANA encasulation approach as a separate I-D
> before the next interim meeting.
> 
> Regards,
> Yoshihiro Ohba
> 
> _______________________________________________
> pcp mailing list
> pcp@ietf.org
> https://www.ietf.org/mailman/listinfo/pcp