From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 14:17:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CEB1B16A41C for ; Mon, 27 Jun 2005 14:17:27 +0000 (GMT) (envelope-from vdm.fbsd@virgilio.it) Received: from vsmtp3.tin.it (vsmtp3alice.tin.it [212.216.176.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBA143D55 for ; Mon, 27 Jun 2005 14:17:27 +0000 (GMT) (envelope-from vdm.fbsd@virgilio.it) Received: from ims1d.cp.tin.it (192.168.70.101) by vsmtp3.tin.it (7.0.027) id 42BBE5860011B680 for freebsd-questions@freebsd.org; Mon, 27 Jun 2005 16:17:25 +0200 Received: from [192.168.70.228] by ims1d.cp.tin.it with HTTP; Mon, 27 Jun 2005 16:17:23 +0200 Date: Mon, 27 Jun 2005 16:17:23 +0200 Message-ID: <4293E4EB00110BB2@ims1d.cp.tin.it> From: vdm.fbsd@virgilio.it To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable X-Originating-IP: 194.185.25.72 Subject: sysinstall, ftp & proxy 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: Mon, 27 Jun 2005 14:17:27 -0000 I run freebsd 5.4. At office I compile my ports of interest smoothly, like a charme with a mere "make install clean" from behind a proxy which I have once and for all defined in /etc/make.conf as in these 2 lines: FETCH_ENV =3D HTTP_PROXY=3Dhttp://userid:passwd@proxy.domain:8080 FETCH_ENV =3D FTP_PROXY=3Dhttp://userid:passwd@proxy.domain:8080 In a nutshell: no problems! INSTEAD ... When I run sysinstall and want to download some sources from ftp.it.freeb= sd.org, it seems (and it is logical) that the make.conf is of no help. In fact, when I click the media, selecting FTP I'm faced with at least 3 solutions: FTP server FTP passive FTP behind a proxy and none of them seems to ask for something like userid:passwd@proxy.doma= in:8080 but at most proxy.domain:8080. What FTP server should I select and HOW should I set the proxy with useri= d & passwd up? Ciao Vittorio