[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] portfwd and PCAnywhere on Cube3



Thanks dr mikey

my portfwd configuration


bind-address xxx.xxx.103.241
tcp {
 5631 {=> yyy.yyy.1.7:5631};5632 {=>yyy.yyy.1.7:5632}
}
udp {
 5631 {=> yyy.yyy.1.7:5632};5632 {=>yyy.yyy.1.7:5632}
}

portfwd works because if I ftp or http to 5631 or 5632
I get a connection refused from yyy.yyy.1.1.7 message
in logs.

After much fooling with PCAnywhere configuration including 
editing registry on both client and host finally got it
to work.

Basically locked PCAnywhere to ports 5631 and 5632 and to
using TCP only and blind connecting.

Thanks again.

RWB