From owner-freebsd-questions@FreeBSD.ORG Fri Jun 15 06:09:37 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 AFFAD16A41F for ; Fri, 15 Jun 2007 06:09:37 +0000 (UTC) (envelope-from gurdiga@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id CF55E13C468 for ; Fri, 15 Jun 2007 06:09:36 +0000 (UTC) (envelope-from gurdiga@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so860623uge for ; Thu, 14 Jun 2007 23:09:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Bbwn8NbxFeM4WgzMZH/vPbRG7VeK/ec++YyIyW4rFki87sC2iUu5ddpYfT16iLb5qStVn3dEIIeUtXUiRk8HajRZGLWlfUJYPfuDdvVn4d+0YNoEAd6aWq/uw+unHoEw9WiZRdNFl2WXTXQqEjZILKP0eLrS3db6U7UetZVS82E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EPMdarL/0vSsX+Oas560s8KoE5zFhXkH7A2MuW/cb0s82FOxOZ9NwJe6Jk7vTUMvXgkt25lRALtvKXGBA6l33wS+zzPdOEirz0Ih091RdCLl9w9JUTd0zgH/ZbF8Da3giEIvzN69Ec1XjiP6rf66m+TybMKmNT+baAsbNGw+S+A= Received: by 10.78.175.14 with SMTP id x14mr1084573hue.1181887775393; Thu, 14 Jun 2007 23:09:35 -0700 (PDT) Received: by 10.78.194.12 with HTTP; Thu, 14 Jun 2007 23:09:35 -0700 (PDT) Message-ID: Date: Fri, 15 Jun 2007 09:09:35 +0300 From: "Vlad GURDIGA" To: "Chuck Swiger" In-Reply-To: <42285E31-082F-449D-B105-7E43D6A64D8C@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <61C453CD-4FCE-4B99-8CF2-F666E5292F76@mac.com> <42285E31-082F-449D-B105-7E43D6A64D8C@mac.com> Cc: freebsd-questions@freebsd.org 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 06:09:37 -0000 On 15/06/07, Chuck Swiger wrote: > On Jun 14, 2007, at 2:24 PM, Vlad GURDIGA wrote: > >> Presumably you want to make sure that fetch(1) is using: > >> > >> FTP_PASSIVE_MODE If set to anything but `no', forces the FTP > >> code to > >> use passive mode. > > > > Just in case, I have checked my environment and FTP_PASSIVE_MODE is > > set to "yes". I'm saying "just in case" because the downloads were > > from "http://ftp.gnu.org", not from "ftp://ftp.gnu.org", I mean the > > HTTP protocol was used, not FTP. > > Hrm, missed that part, or perhaps just ran with the ftp.gnu.org > hostname implying FTP access. :-) > > I might watch out for the "no-df" entry to your scrub line, as it is > probably breaking PMTUd: I thought about it too and ran a test with that line commented out, but it did not help. > > http://en.wikipedia.org/wiki/Path_MTU_discovery > > -- > -Chuck > >