Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

OpenVpnUbuntu1204

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