From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 00:46:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50DF316A4BF for ; Wed, 3 Sep 2003 00:46:02 -0700 (PDT) Received: from srvdmz4.oekb.co.at (mailrelay1.oekb.co.at [143.245.5.94]) by mx1.FreeBSD.org (Postfix) with SMTP id 7D5FC43FFB for ; Wed, 3 Sep 2003 00:45:59 -0700 (PDT) (envelope-from Ewald.Jenisch@oekb.at) Received: from 143.245.2.191 by srvdmz4.oekb.co.at (InterScan E-Mail VirusWall NT); Wed, 03 Sep 2003 09:45:50 +0200 Received: from athena.oekb.co.at ([143.245.83.20]) by MAIL01.oekb.co.at with Microsoft SMTPSVC(5.0.2195.5329); Wed, 3 Sep 2003 09:45:49 +0200 Received: from athena.oekb.co.at (athena.oekb.co.at [127.0.0.1]) by athena.oekb.co.at (8.12.9/8.12.8) with ESMTP id h837jn0f003396 for ; Wed, 3 Sep 2003 09:45:49 +0200 Received: (from ej@localhost) by athena.oekb.co.at (8.12.9/8.12.8/Submit) id h837jnpi003395 for freebsd-questions@freebsd.org; Wed, 3 Sep 2003 09:45:49 +0200 Date: Wed, 3 Sep 2003 09:45:49 +0200 From: a@jenisch.at To: freebsd-questions@freebsd.org Message-ID: <20030903074549.GA3382@athena.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-OriginalArrivalTime: 03 Sep 2003 07:45:50.0019 (UTC) FILETIME=[64E27130:01C371EF] Subject: pkg_add -r through Proxy/Firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 07:46:02 -0000 Hi, Sitting behind a firewall that doesn't allow direkt ftp (neither active nor passive) I'm looking for a way to fetch packages (i.e. "pkg_add -r") from the Internet. What's possible though is doing http or ftp through a proxy server. So, how do I instruct pkg_add to download packages either via ftp or http through a proxy? Thanks much in advance for your help, -ewald