From owner-freebsd-questions Thu Jul 10 00:07:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA11434 for questions-outgoing; Thu, 10 Jul 1997 00:07:58 -0700 (PDT) Received: from big.aa.net (big.aa.net [204.157.220.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA11429 for ; Thu, 10 Jul 1997 00:07:54 -0700 (PDT) Received: from miles.aa.net (cust5.max5.seattle.aa.net [206.125.79.5]) by big.aa.net (8.8.5/8.8.5) with ESMTP id AAA27434; Thu, 10 Jul 1997 00:07:47 -0700 Received: from miles.aa.net (localhost [127.0.0.1]) by miles.aa.net (8.8.5/8.8.3) with ESMTP id AAA02606; Thu, 10 Jul 1997 00:08:18 -0700 (PDT) Message-Id: <199707100708.AAA02606@miles.aa.net> To: Richard Levenberg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Install via Passive FTP with proxy In-reply-to: Message from Richard Levenberg of "Wed, 09 Jul 1997 22:11:31 PDT." <199707100511.WAA00899@enterprise.ufp.com> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Thu, 10 Jul 1997 00:08:15 -0700 From: "Reginald S. Perry" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>>>> "Richard" == Richard Levenberg writes: Richard> I am having trouble with a proxy server at my office Richard> where I am trying to install FreeBSD 2.2.2-RELEASE via Richard> ethernet through a proxy server. Richard> For discussions sake lets call the proxy server Richard> proxy-server. Richard> In Netscape for Windows 95 I manually edit the proxys and Richard> add proxy-server as the server for FTP and the port is Richard> 8080. From a unix box I can run: Richard> ftp proxy-server 1555 Richard> which then asks for my username and I put in Richard> anonymous@ftp.freebsd.org and it puts me through. I did this from behind our firewall at DEC a couple of months ago. Here is how you do it: When the main installation window comes up, select the Options page. On the options page change the logon name from ftp to anonymous@ftp.freebsd.org and for the password use name@ or whatever. I use reggie@. Use q to quit the options page and proceed with the install procedure. When you get to the medium choices use FTP. Do NOT use Passive FTP. When you are asked to choose the site, choose alternate URL. When you are asked for the URL use: ftp://proxy-server:1555/pub/FreeBSD/ Make sure you set the networking to point to your name server. This should allow you to do the ftp install through your ftp proxy server. -Reggie