From owner-freebsd-questions Tue Aug 26 09:20:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA18721 for questions-outgoing; Tue, 26 Aug 1997 09:20:18 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA18712 for ; Tue, 26 Aug 1997 09:20:12 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 26 Aug 1997 12:19:39 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA00783; Tue, 26 Aug 97 12:19:37 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id MAA11973; Tue, 26 Aug 1997 12:16:33 -0400 Message-Id: <19970826121633.29149@ct.picker.com> Date: Tue, 26 Aug 1997 12:16:33 -0400 From: Randall Hopper To: Phil White Cc: questions@FreeBSD.ORG, rhh@ct.picker.com Subject: Re: Socks5 and ftp References: <3.0.3.32.19970826020651.00b04550@server.webmaster.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <3.0.3.32.19970826020651.00b04550@server.webmaster.com>; from Phil White on Tue, Aug 26, 1997 at 02:06:51AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Phil White: |Anyone have trouble with FTPing from FreeBSD box through proxy and than |trying to do something like "ls" to pull a directory listing? |I get an error something like - "bind: can't assign requested address" and |doesn't return an "ls". I have Socks4 and Socks5 built on my FreeBSD box and have been using proxified clients through our Socks5 (and previously Socks4) firewall without any problems. |I get the same results with the "fetch" command when trying to fetch ports |using FETCH_CMD="runsocks /usr/bin/fetch" - I think I'll have the same |trouble with cvsup? I'm curious as to how you're getting runsocks to work since I don't believe FreeBSD supports LD_LIBRARY_PATH or LD_PRELOAD (on BSD a.out). At least I didn't think it did. I'm not at my FreeBSD box now, or I'd "man ld.so" and double check, but I think I looked for this before. Am I wrong? Randall