From owner-freebsd-net@FreeBSD.ORG Wed Dec 28 13:09:45 2005 Return-Path: X-Original-To: freebsd-net@FreeBSD.org 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 9B38416A420; Wed, 28 Dec 2005 13:09:45 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn.pobox.com (thorn.pobox.com [208.210.124.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0B9443D79; Wed, 28 Dec 2005 13:09:35 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn (localhost [127.0.0.1]) by thorn.pobox.com (Postfix) with ESMTP id 9A4BBB4; Wed, 28 Dec 2005 08:09:56 -0500 (EST) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by thorn.sasl.smtp.pobox.com (Postfix) with ESMTP id 52A0618D3; Wed, 28 Dec 2005 08:09:54 -0500 (EST) Received: from lists by mappit.local.linnet.org with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Erb3b-0001jx-38; Wed, 28 Dec 2005 13:09:31 +0000 Date: Wed, 28 Dec 2005 13:09:31 +0000 From: Brian Candler To: Gleb Smirnoff Message-ID: <20051228130930.GA6633@uk.tiscali.com> References: <1687545235.20051226134150@osk.com.ua> <1122736554.20051226175631@osk.com.ua> <20051227002927.GH1496@FreeBSD.org> <1945317870.20051227175519@osk.com.ua> <20051227193148.GP1496@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051227193148.GP1496@cell.sick.ru> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@FreeBSD.org, Oleg Tarasov Subject: Re: Router on 6.0-stable fails to route tcp packets due to NAT?? malfunction 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: Wed, 28 Dec 2005 13:09:45 -0000 On Tue, Dec 27, 2005 at 10:31:48PM +0300, Gleb Smirnoff wrote: > O> I have the latest version of ported mpd (3.18_3) installed and tried > O> to insert > O> set iface enable tcpmssfix > O> but no positive result, but I understand that this option should help > O> in this situation. > > Unfortunately this options will not help in your situation. It affects > only the packets received on the mpd's interface, while you need > to alter outgoing packets. > > I have fixed this in mpd CVS, but this isn't included in any release > yet. However, if you are experienced enough with CVS you can grab > and compile sources yourself. BTW, I found a really nice description of this problem (with colourful diagrams and FreeBSD solutions) here: http://renaud.waldura.com/doc/freebsd/pppoe/#pmtu Regards, Brian.