From owner-freebsd-net@FreeBSD.ORG Mon Nov 20 09:10:45 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5800F16A407 for ; Mon, 20 Nov 2006 09:10:45 +0000 (UTC) (envelope-from Jan.Melen@nomadiclab.com) Received: from n2.nomadiclab.com (n2.nomadiclab.com [193.234.219.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 303B643D45 for ; Mon, 20 Nov 2006 09:10:30 +0000 (GMT) (envelope-from Jan.Melen@nomadiclab.com) Received: from n2.nomadiclab.com (localhost [127.0.0.1]) by n2.nomadiclab.com (Postfix) with ESMTP id B914D213027 for ; Mon, 20 Nov 2006 11:10:43 +0200 (EET) Received: from n50.nomadiclab.com (n50.nomadiclab.com [193.234.219.50]) by n2.nomadiclab.com (Postfix) with ESMTP id 86E69212FF6 for ; Mon, 20 Nov 2006 11:10:43 +0200 (EET) From: Jan Mikael Melen To: freebsd-net@freebsd.org Date: Mon, 20 Nov 2006 11:10:43 +0200 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611201110.43530.Jan.Melen@nomadiclab.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: A Bound End-to-End Tunnel (BEET) mode for ESP X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 09:10:45 -0000 We have implemented the ESP BEET mode proposed by draft: http://www.ietf.org/internet-drafts/draft-nikander-esp-beet-mode-06.txt One can fetch the patch to be applied on top of CURRENT from: http://users.piuha.net/jmelen/BEET/BEET_20061120.patch There is also avaialble two short shell scripts which create BEET mode SAs to the peer hosts: http://users.piuha.net/jmelen/BEET/beet1_node.sh http://users.piuha.net/jmelen/BEET/beet2_node.sh Kind Regards, Jan