Tunneler Pro Installation Linux
From MetroPipe WIKI
[edit]
Tunneler Pro for Linux
There are many clients available for Linux, the native OpenVPN client is available for most Linux distributions. There are also many GUI clients available:
- GoVPN for Linux, by Thomas Mathiesen.
- OpenVPN-Admin a GUI for OpenVPN, programmed in Mono. Packages are available for Linux and Windows. By Reiner Jung and Everaldo Canuto.
- KVpnc a KDE Desktop Environment frontend for various VPN clients including OpenVPN, by Christoph Thielecke.
- OpenVPN Control a multi-platform GUI Management application for the OpenVPN server, by Ron Dorn.
- kovpn an OpenVPN GUI for Linux using the KDE/QT toolkit, by Michael Kaufmann.
We recommend you investigate which client you wish to use.
[edit]
Downloading your Tunneler Pro Configuration and Key Files
- Download your installer which contains the software, configuration and key files here:
http://www.metropipe.net/tunneler_pro_config_download.php
You will be asked to enter your Tunneler Pro ID: [This will be mailed to you]
Please consult your OpenVPN GUI Instructions on where to place your key and configuration files.
[edit]
Quick Installation Example using the standard OpenVPN software on Debian
- Install OpenVPN: apt-get install openvpn
- Unzip and copy the configuration and key files to the /etc/openvpn/ directory.
- Start OpenVPN: /etc/init.d/openvpn start
- Log can be seen here: tail /var/log/messages | grep openvpn
