On Wed, 2001-11-28 at 18:22, [EMAIL PROTECTED] wrote: > hey, > > I'm trying to set up tinderbox here for parrot on two systems (sun5.6 and omvs > (open edition os/390)) > > Unfortunately, I can't see to port 2401 in the outside world because of > firewall (to do the continuous checkout from cvs)... any plans to set up > a pserver on a regular port (say, 80) that people could have access to via > http_proxy?
2401 is the regular port for CVS. > If not, what are people's suggestions on how to set this up? Does your web proxy support CONNECTing to arbitrary ports? to test, telnet your-proxy proxy-port CONNECT somehost:2401 HTTP/1.0 if you get something back, then it should be possible for you to use an already existing ssh-over-http-proxy script to do your tunneling. Another suggestion is for you to ask the admins at PGE for the proper way to access things outside your network. There may be a socks proxy you can use. -R