From owner-freebsd-hackers Tue Mar 4 15:18:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA22653 for hackers-outgoing; Tue, 4 Mar 1997 15:18:30 -0800 (PST) Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA22647 for ; Tue, 4 Mar 1997 15:18:26 -0800 (PST) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by pahtoh.cwu.edu (8.6.13/8.6.9) with ESMTP id PAA17467; Tue, 4 Mar 1997 15:17:36 -0800 Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.5/8.8.5) with SMTP id PAA10615; Tue, 4 Mar 1997 15:17:35 -0800 (PST) Date: Tue, 4 Mar 1997 15:17:35 -0800 (PST) From: Chris Timmons Reply-To: Chris Timmons To: Dick van den Burg cc: cvsup-bugs@polstra.com, freebsd-hackers@freebsd.org Subject: Re: cvsup In-Reply-To: <199703012027.VAA20143@burg.is.ge.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dick, John Polstra (the CVSup author) might be able suggest something when he returns to the list mid-month. I'd encourage you to email him directly at . > 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? Either way it would probably require modifications to CVSup and CVSupd. The former seems like it would be easier than trying to guarantee port assignments at the server for a particular run of passive-mode CVSup. > Any other suggestions ? It's probably not likely that you would change your firewall software (i.e. to socks) to get around this problem; however, might you locate an otherwise retired/discarded 386/486 machine outside the firewall with just ssh and cvsup? You could set up your own mirror and talk to it through the firewall using ssh port forwarding. If you are inclined to do this let me know, and I can help you with setting up your mirror. Good luck, -Chris