From owner-freebsd-questions Wed May 5 6:47:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tas21-atm.tampabay.rr.com (tas21-atm.tampabay.rr.com [24.92.0.71]) by hub.freebsd.org (Postfix) with ESMTP id 181BB15C63 for ; Wed, 5 May 1999 06:47:04 -0700 (PDT) (envelope-from Spamoff@tampabay.rr.com) Received: from ChaosSolutions.com (dt151nf4.tampabay.rr.com [24.92.197.244]) by tas21-atm.tampabay.rr.com (8.8.8+Sun/8.8.8+RoadRunner) with SMTP id JAA22285 for ; Wed, 5 May 1999 09:45:50 -0400 (EDT) Received: from tampabay.rr.com by chaossolutions.com with SMTP (MDaemon.v2.7.SP6i.R) for ; Wed, 05 May 1999 09:54:00 -0400 Message-ID: <37304616.ADDC1E2F@tampabay.rr.com> Date: Wed, 05 May 1999 09:22:30 -0400 From: Spamoff X-Mailer: Mozilla 4.06C-Caldera [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: freebsd-questions Subject: directing the port skeleton to ftp through proxy-server (I think that's right ???) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG X-Return-Path: Spamoff@tampabay.rr.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote: > On Tue, 4 May 1999, Spamoff wrote: > > > Helo again. > > > > Just did my first port and it worked...off the cdrom. > > > > I go through a proxy-server. > > > > I know how to do it manually, but I want the port skeleton 'thingy' to go and > > get the latest version from the site. So I need to change the location ever so > > slightly. > > In what way? O.K - let me explain.. apologies if you already know how to pass through a proxy-server. Normal ftp route for is ftp ftp.freebsd.org The skeleton tries to find the file by doing a similar thing. Proxy-server is different. To get out I do this. ftp 192.168.0.2 # That's my gateway address to the Proxy-server When it responds, THEN I enter anonymous@ftp.freebsd.org Then I connect. The main thing is...I have to initiate the connection to the proxy server first by doing ftp 192.168.0.2. If I use wxftp, I have to do the following. Host name/address :- 192.168.0.2 User ID :- anonymous@ftp.freebsd.org Password:- me@here.com Again the critical part is the first. Having the skeleton try and go direct to ftp.freebsd.org is going to fail...it has to go to the proxy-server (in my case, 192.168.0.2) first. I hope that's clearer. Anyway, just like it can check the cd-rom (if mounted) first, surely there is a place I can modify the script. Any ideas ??? > > > Doug White Regards...Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message