Diff for "OpenVPNClientMiniHowto"


Differences between revisions 1 and 2
Revision 1 as of 2005-05-28 20:11:52
Size: 1245
Editor: adsl-213-190-44-43
Comment: imported from the old wiki
Revision 2 as of 2005-07-18 07:01:49
Size: 1237
Editor: S0106000000cc07fc
Comment: add category documentation
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= OpenVPN client mini-howto =
Line 34: Line 32:

CategoryDocumentation

OpenVPN version 1.x is available in the universe reposiroty. apt-get install openvpn will do the necessary.

Although OpenVPN version 2 is still at beta stage at the time of writing, it is already in use quite widely (my employers have been using it for a while on both windows and linux clients).

If you want (or need, as release 2 has some functionality not in version 1) to go for version 2. You can download the source code from here: http://sourceforge.net/projects/openvpn/

You'll need to install a couple of packages that the confiure script looks for:

apt-get install libssl-dev liblzo-dev

Unzip the source file and change directory into the newly created openvpn-2.0_rcXX directory (where XX is the current release number), then it's just a case of

./configure
make
sudo make install

That's about it, now you just need to set up your config file and certs somewhere convenient

sudo mkdir /etc/openvpn

and then specify your config file as a command line argument

openvpn --with-config=

notes

for it to work properly you need the tun module in your kernel make sure the firewall allows vpn instructions for creating a tap

CategoryDocumentation

OpenVPNClientMiniHowto (last edited 2014-01-05 16:40:48 by 206)