BolehVPN Support > Installation Support

General Linux Installation Instructions

(1/1)

Reuben:
My preferred way of using OpenVPN on a Linux system is still using command line as it is generally problem free. This covers the installation of the default OpenVPN without GUI on the major distributions of Linux

INSTALLING OPENVPN

Use your own package management system to install openvpn:

If you use Ubuntu/Debian/Mint

On command line:

--- Quote ---apt-get update && apt-get install openvpn
--- End quote ---

For Fedora/Redhat:

On command line:

--- Quote ---yum install openvpn
--- End quote ---

For OpenSuse

Use YAST2 to install openvpn

CONFIGURATION

Move/Copy all these files into /etc/openvpn/

Now you have to choose which config you want to use. Refer to this link to see what each config does.

Now let's assume you want to use the Fully-Routed configuration.

Rename FullyRouted-All.ovpn into openvpn.conf


--- Quote ---cd /etc/openvpn
mv FullyRouted-All.ovpn openvpn.conf
--- End quote ---

From there,
make sure you are in root or sudo

and then type


--- Quote ---/etc/init.d/openvpn start
--- End quote ---

if you want to stop it


--- Quote ---/etc/init.d/openvpn stop
--- End quote ---

or restart


--- Quote ---/etc/init.d/openvpn restart
--- End quote ---

I am unaware of a Linux torrent client that has full support for Socks Proxies, so FullyRouted-All will most likely be your config of choice as it requires no torrent client configuration as everything goes through the VPN by default with this setup.

If you do want a proxied setup, you will have to use a different configuration and configure your program to use the socks proxy at 10.10.10.1 port 1080.

Navigation

[0] Message Index

Go to full version