From owner-freebsd-questions@FreeBSD.ORG Tue Aug 2 13:35:39 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 2DD9916A41F for ; Tue, 2 Aug 2005 13:35:39 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1956243D6B for ; Tue, 2 Aug 2005 13:35:32 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 22037 invoked from network); 2 Aug 2005 13:35:32 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 2 Aug 2005 13:35:32 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8C09D36; Tue, 2 Aug 2005 09:35:31 -0400 (EDT) Sender: lowell@be-well.ilk.org To: perikillo References: <51d7a5160507312022404fcb05@mail.gmail.com> From: Lowell Gilbert Date: 02 Aug 2005 09:35:31 -0400 In-Reply-To: <51d7a5160507312022404fcb05@mail.gmail.com> Message-ID: <44ll3kmpgc.fsf@be-well.ilk.org> Lines: 36 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: cannot connect to Internet...http 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: Tue, 02 Aug 2005 13:35:39 -0000 perikillo writes: > In my work, we connect to the internet over one http proxy > (squid) running on fedora, with windows(98/2k/xp) we dont have any > problem to acces to the outside. I have my user and password, the > proxy have the IP: 192.168.1.2 Port 3128 > > I need to access to the internet to update my system because i > only download the mini-iso, and i need to update ports and kernel, i > need to install some packages, but went the /stand/sysinstall ask me > how i want to connect to the internet i chose HTTP Proxy, them he ask: > > Please enter the address of the http proxy in this format: > hostname: port (the ':port' is optional, default is 3128 ) > > I give the IP of my proxy: 192.168.1.2, but he dont ask my user and > password, and say: > > "No Such directory: ftp://ftp4.freebsd.org/pub/FreeBSD > /snapshots/i386/5.3-RELEASE please check URL and try again" > > We use one DHCP server with windows that give the IP, i receive the > IP, but still cannot connect my freebsd box to the internet, some docs > say that if we receive our IP address from some DHCP we dont need to > worry about the DNS. I dont have nothing on /etc/resolv.conf > > Our subnet is W.X.2.Z --> my IP is 192.168.2.22 > > I forget something?, i need to ask something more to the person is > in charge of the Internet access? > > I really need to setup freebsd, because we need to test some > software before next friday. Hope you could help me, thanks. Set the HTTP_PROXY environment variable. See "man 3 fetch".