From owner-freebsd-net@FreeBSD.ORG Wed Sep 22 07:09:35 2004 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 053EE16A4CE for ; Wed, 22 Sep 2004 07:09:35 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id B794243D31 for ; Wed, 22 Sep 2004 07:09:34 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 034476542F for ; Wed, 22 Sep 2004 08:09:34 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 38124-07-2 for ; Wed, 22 Sep 2004 08:09:33 +0100 (BST) Received: from empiric.dek.spc.org (adsl-64-171-185-245.dsl.snfc21.pacbell.net [64.171.185.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 572EC6542A for ; Wed, 22 Sep 2004 08:09:33 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id C24066455; Wed, 22 Sep 2004 00:09:30 -0700 (PDT) Date: Wed, 22 Sep 2004 00:09:30 -0700 From: Bruce M Simpson To: freebsd-net@freebsd.org Message-ID: <20040922070930.GB4985@empiric.icir.org> Mail-Followup-To: freebsd-net@freebsd.org References: <20040920184431.GA89606@phat.za.net> <20040921084112.GA21160@phat.za.net> <414FEB86.5CA8694F@freebsd.org> <20040921133825.GB37317@phat.za.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040921133825.GB37317@phat.za.net> Subject: Re: Wierd tunnel+MTU 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: Wed, 22 Sep 2004 07:09:35 -0000 On Tue, Sep 21, 2004 at 03:38:25PM +0200, Aragon Gouveia wrote: > Andre, don't let me stop your bughunting, but I think I've found a nifty > workaround for now. :) > > OpenVPN has an "mssfix" setting. (something vtun seems to lack) Try using ports/net/tcpmssd with vtund and see if you get similar improvements? BMS