We connect using 'Direct, connection is established through terminal emulation', we use SSH2 for the protocol.
With this we have all our client machines connect using the same port.
Is setting a different port for each client a requirement of one of the other connect methods? I've never used the other methods, any with regard to direct connect...
In the 'Host Information' tab we have the command:
@FGLNT && cmd.exe /k connect.cmd
@FGLNT sets ip address and listening port(?), then runs the server side batch file 'connect.cmd' to set the environment for the session.
Port forwarding is set to 'automatic'.
It all just works.
I've occasionally set a different port on a gdc instance on my machine when I want to run two different versions of the gdc at the same time to check behaviour between them.
Regards, Bryce Stenberg.