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
Private Internet Access?
Re: Private Internet Access?
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?
Re: Private Internet Access?
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

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
Re: Private Internet Access?
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:
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/
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:
6. Start openvpn with:
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.
1. Install openvpn if it's not already installed:
Code: Select all
sudo spi -i openvpn
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/
Code: Select all
sudo cp France.ovpn /etc/openvpn
Code: Select all
sudo openvpn /etc/openvpn/France.ovpn
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.
Re: Private Internet Access?
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
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
Re: Private Internet Access?
Which Salix version you have installed? 14 or 14.1.
Re: Private Internet Access?
You're not following instructions.Gimrummy wrote:what am i doing wrong?
Re: Private Internet Access?
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?
/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?