Private Internet Access?

You have a problem with Salix? Post here and we'll do what we can to help.
Gimrummy
Posts: 10
Joined: 2. Jan 2015, 21:00

Private Internet Access?

Post by Gimrummy »

Hi All,

I just installed salix on my pc...and this is my first linux os.....and I am wondering if anyone can help me install Private Internet Access on Salix?

Any help would be much appreciated thanks
User avatar
gapan
Salix Wizard
Posts: 6349
Joined: 6. Jun 2009, 17:40

Re: Private Internet Access?

Post by gapan »

You'll need to make clear what exactly you mean by "Private Internet Access". Are you referring to the use of a VPN? Or maybe something like Tor?
Image
Image
Gimrummy
Posts: 10
Joined: 2. Jan 2015, 21:00

Re: Private Internet Access?

Post by Gimrummy »

The VPN Service.....I am new at linux.....so take it easy on me :!:

I went to the site and I downloaded the linux package and inside the package is installer_linux.sh one file I hope this helps
User avatar
gapan
Salix Wizard
Posts: 6349
Joined: 6. Jun 2009, 17:40

Re: Private Internet Access?

Post by gapan »

What is "the site" that you're referring to?
Image
Image
Gimrummy
Posts: 10
Joined: 2. Jan 2015, 21:00

Re: Private Internet Access?

Post by Gimrummy »

The site is

https://www.privateinternetaccess.com/

Just ask for the DL from the assistant!!!!!!
User avatar
gapan
Salix Wizard
Posts: 6349
Joined: 6. Jun 2009, 17:40

Re: Private Internet Access?

Post by gapan »

That installer_linux.sh you downloaded is for ubuntu specifically, so you should leave it aside. Haven't actually tried it, but the following should work:

1. Install openvpn if it's not already installed:

Code: Select all

sudo spi -i openvpn
2. Download this file: https://www.privateinternetaccess.com/o ... penvpn.zip
3. Unzip it somewhere
4. Copy the ca.crt file in your /etc/openvpn/certs/

Code: Select all

sudo cp ca.crt /etc/openvpn/certs/
5. There are a number of *.ovpn files extracted in the same directory, depending on location. Take the one you want and put it in /etc/openvpn/. For example:

Code: Select all

sudo cp France.ovpn /etc/openvpn
6. Start openvpn with:

Code: Select all

sudo openvpn /etc/openvpn/France.ovpn
it should then probably ask you for username/password, which you should provide. These were given to you by that website.

if everything went well, you should then be connected to the vpn and you should stay connected as long as that terminal from where you started openvpn is left open. You should run the last step every time you want to connect to your vpn.
Image
Image
Gimrummy
Posts: 10
Joined: 2. Jan 2015, 21:00

Re: Private Internet Access?

Post by Gimrummy »

Thanks for the steps

Copy the ca.crt file in your /etc/openvpn/certs/

when I try to access this dir. from the file manger it says access denied root

what am i doing wrong?

Thanks
User avatar
slack631
Posts: 51
Joined: 26. Dec 2011, 05:22

Re: Private Internet Access?

Post by slack631 »

Which Salix version you have installed? 14 or 14.1.
User avatar
gapan
Salix Wizard
Posts: 6349
Joined: 6. Jun 2009, 17:40

Re: Private Internet Access?

Post by gapan »

Gimrummy wrote:what am i doing wrong?
You're not following instructions.
Image
Image
Gimrummy
Posts: 10
Joined: 2. Jan 2015, 21:00

Re: Private Internet Access?

Post by Gimrummy »

I have 14.1

/etc/openvpn/certs/

It wont let me gain view the files in this dir.
It has an X on the folder

Why is this happening?
Post Reply