From owner-freebsd-questions@FreeBSD.ORG Fri Jun 15 16:06:45 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 659FB16A473 for ; Fri, 15 Jun 2007 16:06:45 +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 30A7B13C4C1 for ; Fri, 15 Jun 2007 16:06:44 +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 F36B451981 for ; Fri, 15 Jun 2007 12:06:43 -0400 (EDT) Date: Fri, 15 Jun 2007 17:06:40 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070615170640.1ea15927@gumby.homeunix.com.> In-Reply-To: References: 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: Fri, 15 Jun 2007 16:06:45 -0000 On Thu, 14 Jun 2007 23:36:40 +0300 "Vlad GURDIGA" wrote: > Hello, > > There is one strange thing going on with this combination. I saw this > many times by now: when fetch(1) is trying to download something from > http://ftp.gnu.org, it is hanging after a very small amount of data; > sometimes on 0%. After disabling pf(4), fetch(1) is not hanging any > more, so I guess that the problem is somewhere in my pf.conf. Here is > ... > pass in inet proto icmp all icmp-type $icmp_types keep state > pass out on $ext_if proto tcp all modulate state flags S/SA Try replacing modulate with keep. I had a similar problem and that fixed it for me. I don't think that modulate gives you any benefit unless you have very old, unpatched OS's behind the firewall.