Hello,
Is there a way to initial a connection based on some condition ?
I explain what i would like to achieve...
A simple example: a server could be accessed at a customer site via it's local ip and default port (ie SSH 10.0.0.1:22), and from a remote location trough a NAT using the wan ip and a custom port (customer.site.com:2223)
I would like to create only one session object in RDM and when I open the session RDM would first run a test (or some tests):
I already use the VPN/SSH/Gateway feature on some connection but here it would not involve connection a tunnel, vpn, ...
Thanks
Hello,
I believe this could be done with the "Alternate host" feature found in the Description tab of your session.
You can set hostname customer.site.com + Custom Port in there, if the connection is unable to ping 10.0.0.1 and port 22, it should try to connect using the Alternate.
(10.0.0.1 and port 22 set in the General tab)
Best Regards,
Etienne Lord
alternatehost.jpg
Thanks !!