The Cloud Server's new default forwarding method to client nodes from version 7.2
The default method for forwarding client connections via Cloud Server is now 'tunnel' for both protocols. This is since version 7.2.
In Cloud Server v. 6 and up to v. 7.1 the default methods for forwarding client connections to its nodes are: 'token,tunnel' for connections by NX protocol and 'system,tunnel' for connections by SSH protocol.
These settings optimistically assume that the Cloud Server can connect directly to its nodes by using 'token' or 'system'. When nodes are not directly accessible, such as when the Cloud Server is in a DMZ zone, it switches to 'tunnel' method after having tried unsuccessfully to connect using the previous method first. This can potentially introduce up to 30 seconds delay in the time clients can connect to the requested nodes.
When Cloud Servers are installed as gateways to permit internal access to users located anywhere on a large LAN or on the Internet, 'Tunnel' must be the chosen forwarding method. For this reason it becomes the new default forwarding method and will guarantee, in normal conditions, a connection time in the order of a few hundred milliseconds. Before, these connections would have taken up to 10 or also 30 seconds to be successfully completed.
To set forward method 'tunnel' in previous versions, do the following.
For client connections by NX protocol:
nxserver --serveredit <node:port> --forward-nx-methods tunnel
For client connections by SSH protocol:
nxserver --serveredit <node:port> --forward-ssh-methods tunnel
