Locked History Actions

Diff for "OpenVpnUbuntu1204"

Differences between revisions 1 and 2
Revision 1 as of 2013-04-18 22:05:52
Size: 725
Editor: akrevl
Comment:
Revision 2 as of 2013-04-23 09:09:17
Size: 1195
Editor: akrevl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:

== References ==

!!!TBD!!!

http://plone.4aero.com/Members/lmarzke/howto/openvpn-push-dns
https://help.ubuntu.com/community/OpenVPN
http://askubuntu.com/questions/147300/help-connecting-openvpn-in-ubuntu-12-04
http://askubuntu.com/questions/29086/where-are-vpn-configuration-files-imported-by-network-manager-saved
http://ubuntuforums.org/showthread.php?t=1019222
http://wiki.freegeek.org/index.php/Openvpn
http://forums.freebsd.org/showthread.php?t=39153

OpenVPN on Ubuntu 12.04

This howto was prepared and tested on Ubuntu GNU/Linux 12.04 64 bit.

Install the client

1) Install OpenVPN.

sudo apt-get install openvpn

Set up the connection

2) Unzip the file named USERNAME_linux.zip.

mkdir ~/openvpn
cd ~/openvpn/
unzip /path/to/your/file/USERNAME_linux.zip

3) Start the connection by running the script startVPN.sh. Make sure you run it as root so it can setup the routing table.

sudo ~/openvpn/startVPN.sh

01.png

4) If you want to terminate the connection press Ctrl+C in the command line window where your connection is running.

References

!!!TBD!!!

http://plone.4aero.com/Members/lmarzke/howto/openvpn-push-dns https://help.ubuntu.com/community/OpenVPN http://askubuntu.com/questions/147300/help-connecting-openvpn-in-ubuntu-12-04 http://askubuntu.com/questions/29086/where-are-vpn-configuration-files-imported-by-network-manager-saved http://ubuntuforums.org/showthread.php?t=1019222 http://wiki.freegeek.org/index.php/Openvpn http://forums.freebsd.org/showthread.php?t=39153