From owner-freebsd-net@FreeBSD.ORG Thu Apr 3 11:39:29 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C8A37B401 for ; Thu, 3 Apr 2003 11:39:29 -0800 (PST) Received: from smtp07.wxs.nl (smtp07.wxs.nl [195.121.6.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC57A43F3F for ; Thu, 3 Apr 2003 11:39:28 -0800 (PST) (envelope-from pblok@inter.NL.net) Received: from bsdpc (ip503cf841.speed.planet.nl [80.60.248.65]) 2002))freebsd-net@freebsd.org; Thu, 03 Apr 2003 21:39:27 +0200 (MEST) Date: Thu, 03 Apr 2003 21:39:23 +0200 From: "Peter J. Blok" To: freebsd-net@freebsd.org Message-id: <200304032139.23490.pblok@inter.NL.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5 Subject: FAST_IPSEC issue X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2003 19:39:30 -0000 Hi, So here is FAST_IPSEC user # 4, or is it 5 ;-) Initially I was not able to make FAST_IPSEC work. I had a working environment with normal IPSEC, but after I switched on FAST_IPSEC it didn't work anymore. The tcpdump looked ok, but now I realize I have missed a tiny detail. To make FAST_IPSEC work, you also have to allow proto ipencap to pass ipfilter. With the original IPSEC only proto esp was enough. Peter