BolehVPN Support
Sales Queries => Product Enquiries => Topic started by: uat88 on July 20, 2009, 03:08:41 AM
-
I would like to ask if it's possible for me to setup BolehVPN on my home server instead.
Basically, I'm running on a Linux server at home and uses Torrent Flux to download my torrent stuff in a low power energy hardware platform.
Is it possible to set up BolehVPN on my home server?
-
Yes if you have familiarity with linux and can install openvpn by yourself then it shouldn't be a problem if you use the bolehroute function (which is in fact what i use on my opensuse setup)
-
Thanks for the earlier information.
I've subscribed to your services already. Would you be able advise on your OpenSuse (bolehroute function) setup steps so I can figure out roughly what to do on my side?
Thanks again.
-
For OpenSuse Yes use YAST2 to install openvpn
If you use Ubuntu this would be apt-get install openvpn
If you don't have the unrar program you would need to install it too
yast2 to install unrar
or apt-get install unrar for ubuntu
Browse to where you saved the RAR attachment from our e-mail.
type unrar e yourusername.rar
Move/Copy all these files into /etc/openvpn/
Rename bolehroute.ovpn into openvpn.conf
cd /etc/openvpn
mv bolehroute.ovpn openvpn.conf
From there,
make sure you are in root or sudo
and then type
/etc/init.d/openvpn start
if you want to stop it
/etc/init.d/openvpn stop
or restart
/etc/init.d/openvpn restart