Author Topic: Enquiry on BolehVPN setup  (Read 7252 times)

uat88

  • Guest
Enquiry on BolehVPN setup
« 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?

Offline Reuben

  • Chief Doraemon
  • Administrator
  • Admiral
  • *****
  • Posts: 6878
Re: Enquiry on BolehVPN setup
« Reply #1 on: July 20, 2009, 08:14:03 AM »
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)
*If you like my service/support, please consider posting a positive feedback here*<3



Co-Founder/Administrator

uat88

  • Guest
Re: Enquiry on BolehVPN setup
« Reply #2 on: August 12, 2009, 12:53:45 AM »
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.

Offline Reuben

  • Chief Doraemon
  • Administrator
  • Admiral
  • *****
  • Posts: 6878
Re: Enquiry on BolehVPN setup
« Reply #3 on: August 12, 2009, 09:35:40 AM »
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
*If you like my service/support, please consider posting a positive feedback here*<3



Co-Founder/Administrator