From owner-freebsd-questions@FreeBSD.ORG Sun Jun 17 13:37:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7884B16A46B for ; Sun, 17 Jun 2007 13:37:15 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 52B2F13C48A for ; Sun, 17 Jun 2007 13:37:15 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id F14D55193D for ; Sun, 17 Jun 2007 09:37:13 -0400 (EDT) Date: Sun, 17 Jun 2007 14:37:10 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070617143710.209c094c@gumby.homeunix.com.> In-Reply-To: <4674A131.4050200@gmail.com> References: <4674A131.4050200@gmail.com> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: pf(4) + fetch(1) + http://ftp.gnu.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 13:37:15 -0000 On Sun, 17 Jun 2007 04:49:21 +0200 Sten Daniel Soersdal wrote: > My guess is, your path-mtu is lower at some point between you and > ftp.gnu.org which (may or may not) result in an icmp packet > indicating that the packet was dropped as fragmentation was needed > but DF flag was set. Vlad replied to me privately, and it seems that removing modulate fixed it. Modulate turns on tcp-proxying, which allows pf to rewrite initial sequence numbers, and I guess there's a problem somewhere in that code. It does seem to be site or route specific though.