Chad Hogg writes: > > In an attempt to debug this problem myself, I tried capturing traffic across > the router while making a request. Strangely, the only packets coming from > the machine where I was making the request were on TCP port 514. I added > another rule to forward this traffic to the CVS server as well, but that did > not fix the problem.
Port 514 is used for rsh (as opposed to port 22 for ssh). Recent releases of CVS use ssh by default for :ext:, so you're either using an old release of CVS, something other than the standard CVS client, or you have $CVS_RSH set to rsh. Forwarding port 514 should have worked if the CVS server allows rsh access, but that is frequently disabled for security reasons, which is probably why it didn't. -Larry Jones These pictures will remind us of more than we want to remember. -- Calvin's Mom _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
