From owner-freebsd-questions@FreeBSD.ORG Thu Nov 11 12:56:10 2004 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 C29A016A4CE for ; Thu, 11 Nov 2004 12:56:10 +0000 (GMT) Received: from vsmtp12.tin.it (vsmtp12.tin.it [212.216.176.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC2F43D31 for ; Thu, 11 Nov 2004 12:56:10 +0000 (GMT) (envelope-from v.demartino2@virgilio.it) Received: from host84-242.pool80104.interbusiness.it (80.104.242.84) by vsmtp12.tin.it (7.0.027) id 414B19D3017D530D for freebsd-questions@freebsd.org; Thu, 11 Nov 2004 13:56:10 +0100 From: Vittorio To: freebsd-questions@freebsd.org Date: Thu, 11 Nov 2004 13:55:43 +0000 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411111355.43139.v.demartino2@virgilio.it> Subject: Thru a 'nasty' proxy 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: Thu, 11 Nov 2004 12:56:10 -0000 Old linux user now moving gradually to freebsd 5.2.1, at office we have a lan 1) with an http proxy for which authentication via userid & passwd is needed AND 2) ftp is blocked, not permitted. I want to use the ports and compile my programs. I have already tried to set the http proxy (as under linux, by the way!) issuing: env HTTP_PROXY="http://userid:passwd@myproxy.it:8080" to no avail; freebsd complains endlessly that ............................... fetch: ftp://............: Host not found ............................. as if it cannot resolve the ftp site (which in turn is blocked) even though I have the nameserver under /etc/resolv.conf Could you please tell me in a straightforward manner what **exactly** should I do for both 1) and 2)? Is there any alternative way of getting the source ports using an http connection (I cannot buy the CDs and similkar things)? Ciao Vittorio