Re: [sunset4] Stateless NAT44 vs MAP/4rd

GangChen <phdgang@gmail.com> Fri, 20 July 2012 06:00 UTC

Return-Path: <phdgang@gmail.com>
X-Original-To: sunset4@ietfa.amsl.com
Delivered-To: sunset4@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 579C121F8642 for <sunset4@ietfa.amsl.com>; Thu, 19 Jul 2012 23:00:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.499
X-Spam-Level:
X-Spam-Status: No, score=-3.499 tagged_above=-999 required=5 tests=[AWL=0.100, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8OyHjlcT4cxB for <sunset4@ietfa.amsl.com>; Thu, 19 Jul 2012 23:00:35 -0700 (PDT)
Received: from mail-vc0-f172.google.com (mail-vc0-f172.google.com [209.85.220.172]) by ietfa.amsl.com (Postfix) with ESMTP id 6A0C321F8552 for <sunset4@ietf.org>; Thu, 19 Jul 2012 23:00:35 -0700 (PDT)
Received: by vcbfo14 with SMTP id fo14so2873410vcb.31 for <sunset4@ietf.org>; Thu, 19 Jul 2012 23:01:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oz/TNOkcqbLU57XCkJ+kiGr9FtmVFUMZwqnyJ0bRnZ4=; b=LbZWij8jucuK9FCO324thzk4HqQk97oBUfVOS7PaW07bZDMF7ekuLgHwCRQ8r06wWL ShFF8QGkRFmgQ8BDcTLnWKPUHniiOLULFNSD5VEX+YQzUv/pnBCO5B+B61YVPPFNGBkQ ooX1DGGU9T4BAOUJkQIil2TuKGkUxWiRcuS9iaNDaP4XSTHgyyAuzywJjnGvHJ3fi7SH jeEameXkg9pGuWRo9YkXZMnBAuPb2ZJqA4YOvTV15+rEyNRNb+owCDzrSmvz3FBNZLWX qcnGtMnXdDIT1ZSH5UeT4YYTBxv5mfEngM6U2VrMNxxECPRSVE6OVpsRDVnqDlXFPAEh cCOQ==
MIME-Version: 1.0
Received: by 10.220.149.79 with SMTP id s15mr3261434vcv.71.1342764090051; Thu, 19 Jul 2012 23:01:30 -0700 (PDT)
Received: by 10.58.4.40 with HTTP; Thu, 19 Jul 2012 23:01:30 -0700 (PDT)
In-Reply-To: <50046464.1090503@viagenie.ca>
References: <DCC302FAA9FE5F4BBA4DCAD4656937791745B84055@PRVPEXVS03.corp.twcable.com> <0a5501cd5f84$6271cf40$27556dc0$@com> <50046464.1090503@viagenie.ca>
Date: Fri, 20 Jul 2012 14:01:30 +0800
Message-ID: <CAM+vMETtLG=X27HXJ3AZt3C7BksotveWdvBUiCGaKjN0ACPmxg@mail.gmail.com>
From: GangChen <phdgang@gmail.com>
To: Simon Perreault <simon.perreault@viagenie.ca>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: "George, Wes" <wesley.george@twcable.com>, sunset4@ietf.org, Dan Wing <dwing@cisco.com>, "Will Liu (Shucheng)" <liushucheng@huawei.com>
Subject: Re: [sunset4] Stateless NAT44 vs MAP/4rd
X-BeenThere: sunset4@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: sunset4 working group discussion list <sunset4.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sunset4>, <mailto:sunset4-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sunset4>
List-Post: <mailto:sunset4@ietf.org>
List-Help: <mailto:sunset4-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sunset4>, <mailto:sunset4-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 20 Jul 2012 06:00:36 -0000

The draft is quite interesting
One question for clarification

Is the mapping between Internal Prefix & External Prefix  1:1 or N:1 ?

BRs

Gang

2012/7/17, Simon Perreault <simon.perreault@viagenie.ca>:
> On 07/11/2012 12:44 PM, Dan Wing wrote:
>>> draft-tsou-stateless-nat44-00
>>
>> This seems to be a MAP solution.  But differs from MAP in that it uses
>> an IPv4 network between the subscriber and the ISP's "stateless NAT44"
>> device, whereas MAP uses an IPv6 network between the subscriber and
>> the ISP's "MAP border relay" device.
>
> I think this is a fair comparison.
>
> One advantage of SLNAT44 over MAP is that the necessary changes to the
> CPE are minimal. For example, a vanilla Linux can do SLNAT44 today.
>
> Another advantage of SLNAT44 is simpler provisioning: CPEs don't need to
> have access to all the "mapping rules" for direct communication to work.
> In MAP/4rd, a CPE needs to compute the IPv6 address to which the IPv4
> address it wants to reach is mapped. That's why rules need to be
> downloaded to the CPE. In SLNAT44, you just send the packet directly to
> the IPv4 address you want to reach. There is no overlay network, so no
> rules to be downloaded.
>
> Simplicity! :)
>
> Simon
> --
> DTN made easy, lean, and smart --> http://postellation.viagenie.ca
> NAT64/DNS64 open-source        --> http://ecdysis.viagenie.ca
> STUN/TURN server               --> http://numb.viagenie.ca
>
>
> _______________________________________________
> sunset4 mailing list
> sunset4@ietf.org
> https://www.ietf.org/mailman/listinfo/sunset4
>