Changes

From Amahi Wiki
Jump to: navigation, search
339 bytes added ,  04:21, 3 October 2008
add pointer to cert files
The VPN client for Linux comes with the OpenVPN. It's invoked with a script.
Save this script to a file called myvpn.conf. It should be saved in your users home folder (eg /home/joe). 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: * Download the files here and save them in your /home/username folder (where ''username'' is your main users name):** [[:Image:AmahiHDAClient.crt|AmahiHDAClient.crt]]** [[:Image:AmahiHDAClient.key|AmahiHDAClient.key]]** [[:Image:ca-cert.crt|ca-cert.crt]]
Then, as root, run the openvpn client software:
<code>
cd /home/username
openvpn --config myvpn.conf
</code>
180

edits