Let’s start this 2012 with a technical tip about variables usage in Stonesoft SSL VPN.
More specifically, the variables described in this article are used when configuring a startup command in a Tunnel Set definition to allow TCP/UDP based applications to be used inside a SSL tunnel.
A sample use case is a user that needs to access to his home directory and we do not want to create as many tunnel set as users in the system.
The Startup Command in a Tunnel Set is executed as soon as the tunnel has been successfully established, to automate the launch of a given application.
In this example, the Startup Command content in SSL VPN Tunnel Set configuration could contain something like:
\\192.168.100.1\[$uid]
This particular $uid variable will be replaced with the user ID when the startup command will be invoked by the system.
I report below the other useful variables that can be used in the same context:
[$ehost] = the access point server name including port number
[$eprot] = HTTP or HTTPS
[$uid] = The external user name
[$iuid] = The internal user name (usually the same of $uid)


(3 votes, average: 4.00 out of 5)


Recent Comments