I have deployed single node ignite cluster on VM (Google Compute Engine).
My local app is trying to connect with this remote ignite cluster using the IP and port (thinClient).
ClientConfiguration cfg = new ClientConfiguration().setAddresses("vm_ip:10800");
This is not working with the following config.
Do I need to explicitly configure something in ignite cluster to get access from remote?