/commented by jake waffle/ I just tried using the IgniteConfiguration's setLocalHost() method to set the local host for each node to 127.0.0.1. That almost worked out. The joining node was able to try and communicate through the ssh tunnel on 127.0.0.1:47500. However the existing node was replying to the host and port that the ssh tunnel was sending the message from (not localhost and not port 47501.)
If there was a way to make the existing node send the acknowledgement to the ssh tunnel on its loopback, then this would all work out perfectly. ----- /This post is migrated from now discontinued Apache Ignite forum at http://apacheignite.readme.io/v1.0/discuss/ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Cluster-Communication-with-SSH-Tunnels-tp273p274.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
