The VPN client for Linux comes with the OpenVPN. It's invoked with a script.
This is the Save this script to use (replacing a file called myvpn.conf. Replacing XYZ for the nickname of the HDA you are trying to connect to):
<pre><nowiki>
</nowiki></pre>
Be sure to also have a copy of the certificate files using the same names as the ''ca'', ''cert'', and ''key'' lines above.
Then, as root, run the openvpn client software:
<code>
openvpn --config myvpn.conf
</code>
Many messages should scroll by on your terminal screen and you should be requested for your username and password. Enter your HDA username here.
[[Category: VPN]]