Hi Matthew, Ignite nodes has to be able to communicate with each other directly. What is the firewall in your case? Is it a router? If so, you can allow specific ports and configure port forwarding so that nodes from one subnet can connect to nodes in another subnet. In Ignite you will have to implement AddressResolver [1] interface and provide it in Ignite configuration. This resolver tells which forwarded address:port to use to access a specific node.
Will this work for you? [1] https://ignite.apache.org/releases/1.5.0.final/javadoc/org/apache/ignite/configuration/AddressResolver.html -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-I-build-a-cross-firewall-cluster-tp2837p2839.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
