BolehVPN Support

BolehVPN Support => Installation Support => Topic started by: k1_check on March 22, 2016, 04:28:06 AM

Title: BolehVPN on Enigma2
Post by: k1_check on March 22, 2016, 04:28:06 AM
Dear all

I am trying to run BolehVPN on a SAT Reciever (VU+) with Enigma2. OPENVPN is installed, but I have to create a openvpn.conf file !!  :(
Has anyone an idea how to build that file.. or is there already a file in the database ?

Thanks for support  :D
k1_check
Title: Re: BolehVPN on Enigma2
Post by: Slacker on March 22, 2016, 08:20:31 AM
Here's how a config file will look to use the FullyRouted servers. I changed the address names for protection.

The User Info section at the bottom is how it will look if you are using Linux as an example, having OpenVPN looking for the
path where the certs and keys are at. I'm not sure with what you're using if you will use something like this, or it has an option
for you to pick them.

In the example below I have comp-lzo no commented out, and using the German server, German server compression is disabled.


client
dev tun
proto udp
route-delay 10
#comp-lzo no       
sndbuf 131072       
rcvbuf 131072
nobind
script-security 2

#Routed
auth sha512
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-128-CBC-SHA

# Server List

# Canada
#remote 7.4.16.3 443

# France
#remote 19.0.4.24 443

#Germany
remote 18.12.17.21 443

remote-random
resolv-retry 10
persist-key
#persist-tun
keepalive 3 10
ns-cert-type server

# Set log file verbosity & log path
#log /var/log/openvpn
verb 1
#verb 3

# Silence repeating messages
mute 20

#User Info
ca /etc/openvpn/certs/ca.crt
cert /etc/openvpn/certs/my.crt
key /etc/openvpn/keys/my.key
tls-auth /etc/openvpn/keys/ta.key 1
Title: Re: BolehVPN on Enigma2
Post by: k1_check on March 23, 2016, 03:28:07 AM
Hi Slacker

Many thanks.  :D