I have three hosts A, B and C. Accessibility B and A and C. From CI, establish an SSH connection to B, as well as forwarding port B to one on C. Now in BI you can successfully connect to this local port, which was redirected one to C. But when I try to connect to this port on B from A (hoping to reach C from A), the connection fails. What could be the reason for this?
A and B run cygwin on Win7 x64. C runs RHEL5. I ruled out the possibility that this is a firewall problem by disabling firewalls on all hosts.
source
share