CVS behind a firewall.

2001-10-13 Thread Tarun Garg
I am trying to access a cvs repository on the net ( lets say CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvspublic) from a linux machine. The cvs client is version 1.10.8 ( bash is 2.04). We use a proxy server ( SQUID) and a firewall ( ipchains). now whenever I try to access a repository using

Re: CVS behind a firewall.

2001-10-13 Thread Larry Jones
Tarun Garg writes: Does the cvs client randomly pick up ports at the client end ( in case of pserver)? Yes. That's the way essentially *all* TCP/IP clients work -- only the server uses a well-known port. Can I specify the port to be used at the client side ? No. Or is there something

Re: CVS behind a firewall.

2001-10-13 Thread Tarun Garg
: Re: CVS behind a firewall. Tarun Garg writes: Does the cvs client randomly pick up ports at the client end ( in case of pserver)? Yes. That's the way essentially *all* TCP/IP clients work -- only the server uses a well-known port. Can I specify the port to be used at the client side

Re: CVS behind a firewall.

2001-10-13 Thread William Burrow
Jones [EMAIL PROTECTED] To: Tarun Garg [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, October 13, 2001 10:36 PM Subject: Re: CVS behind a firewall. Tarun Garg writes: Does the cvs client randomly pick up ports at the client end ( in case of pserver)? Yes. That's the way

RE: CVS behind a firewall.

2001-10-13 Thread Gianni Mariani
:[EMAIL PROTECTED]]On Behalf Of William Burrow Sent: Saturday, October 13, 2001 3:06 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: CVS behind a firewall. What understanding did you gain? I have the same problem, but do not restrict ANY outgoing ports. In gnu.cvs.help, you wrote: Thanks