From owner-freebsd-hackers Sat Mar 1 13:32:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA00515 for hackers-outgoing; Sat, 1 Mar 1997 13:32:22 -0800 (PST) Received: from sumatra.americantv.com (sumatra.americantv.com [199.184.181.250]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA00502 for ; Sat, 1 Mar 1997 13:32:17 -0800 (PST) Received: from right.PCS (right.pcs. [148.105.10.31]) by sumatra.americantv.com (8.7.6/8.7.3) with ESMTP id QAA28906; Sat, 1 Mar 1997 16:05:30 -0600 (CST) Received: (jlemon@localhost) by right.PCS (8.6.13/8.6.4) id VAA28591; Sat, 1 Mar 1997 21:32:28 GMT Message-ID: <19970301153228.55044@right.PCS> Date: Sat, 1 Mar 1997 15:32:28 -0600 From: Jonathan Lemon To: Dick van den Burg Cc: freebsd-hackers@freebsd.org Subject: Re: cvsup References: <199703012027.VAA20143@burg.is.ge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199703012027.VAA20143@burg.is.ge.com>; from Dick van den Burg on Mar 03, 1997 at 09:27:13PM +0100 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mar 03, 1997 at 09:27:13PM +0100, Dick van den Burg wrote: > I am trying to get cvsup to run through a TIS firewall. > > Is there any way whereby I can tell the server to connect to the > firewall (in stead of my-host) on a given port or is there any way I > can specify a portnumber I can connect to on the server in passive > mode? > > Any other suggestions ? I submitted patches to the socks5 maintainer a while ago that permits CVSUP to be used through a socks5 firewall. It works pretty well; you could try using that instead of the TIS toolkit, if you have that option. -- Jonathan