From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 19:43:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AF1F1065689 for ; Fri, 10 Oct 2008 19:43:43 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8965F8FC16 for ; Fri, 10 Oct 2008 19:43:42 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id m9AJhbcj080516; Fri, 10 Oct 2008 21:43:37 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id m9AJhbOm080510; Fri, 10 Oct 2008 21:43:37 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 10 Oct 2008 21:43:37 +0200 (CEST) From: Wojciech Puchar To: John Almberg In-Reply-To: <110C2D5E-5772-4304-9F90-FDAC5EACAE2E@identry.com> Message-ID: <20081010214301.V79246@wojtek.tensor.gdynia.pl> References: <110C2D5E-5772-4304-9F90-FDAC5EACAE2E@identry.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Firewall and FreeBSD ports 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, 10 Oct 2008 19:43:43 -0000 > problem: I can no longer install software with ports (i.e, the /usr/ports > collection.) I have to disable PF to do so. Obviously not a great solution. > > Am I correct in guessing that ports uses FTP to grab source files from FTP or HTTP. if you have http proxy like squid in your network do export http_proxy=http://yourproxy:port export ftp_proxy=http://yourproxy:port