How to install openvpn client in Debian?

Solution 1:

I don't think this should be hard. All there is to do is open a terminal and issue:

sudo apt-get install openvpn

Then start openvpn with:

sudo openvpn --config /path/to/configfile.conf

Said config file can be placed anywhere you please, but if it contains references to external files, I suggest placing them all in the same directory and cding to it before starting openvpn.