From owner-freebsd-net@FreeBSD.ORG Fri Oct 24 09:19:04 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 677D416A4BF for ; Fri, 24 Oct 2003 09:19:04 -0700 (PDT) Received: from tenebras.com (dnscache.tenebras.com [66.92.188.165]) by mx1.FreeBSD.org (Postfix) with SMTP id A498443FBF for ; Fri, 24 Oct 2003 09:19:03 -0700 (PDT) (envelope-from kudzu@tenebras.com) Received: (qmail 99114 invoked from network); 24 Oct 2003 16:19:03 -0000 Received: from sapphire.tenebras.com (HELO tenebras.com) (192.168.188.241) by laptop.tenebras.com with SMTP; 24 Oct 2003 16:19:03 -0000 Message-ID: <3F9950F6.6000208@tenebras.com> Date: Fri, 24 Oct 2003 09:19:02 -0700 From: Michael Sierchio User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, zh-tw, zh-cn, fr, en, de-de MIME-Version: 1.0 To: Mailing List FreeBSD Network References: <8665iehd1i.fsf@t39bsdems.interne.kisoft-services.com> In-Reply-To: <8665iehd1i.fsf@t39bsdems.interne.kisoft-services.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ipsec tunnels & packet length issues 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: Fri, 24 Oct 2003 16:19:04 -0000 Eric Masson wrote: > If i reduce lan interface mtu on "Host" to approximately 1450, the > tunnel works fine, so it seems that "Tunnel Endpoint" can't process > correctly packets with a size of 1500 bytes. You should allow for an IP header with options and the ESP header, which is smaller than 1450. For SKIP I use 1366 as the advertised MTU, and for IPsec usually 1436, unless I need to accomodate ESP and AH, in which case it's smaller. > If more information regarding this issue is needed, just ask. > > Is this a known issue ? It's a known feature of any sort of IP encapsulation.