Hi,
you said that the site I linked you to wanted you to set up a cloud account, what were you clicking on as I cannot find that?.
download one of the 4 files offered here:
http://www.vpnbook.com/freevpnRight click and extract to a location of your choice.
Install the package "openvpn" with the following terminal (Ctrl + Alt + t) command:
- Code:
sudo apt-get install openvpn
Then it says to use this command
but I don't think it will work as it doesn't have "sudo" in front of it!:
- Code:
openvpn --config vpnbook-euro1-tcp443.ovpn
Try this if that one doesn't work:
- Code:
sudo openvpn --config vpnbook-euro1-tcp443.ovpn
Does the above command have to be run every time you want to use VPN????????.
What the relationship to the downloaded certificate bundle file and the other commands is a mystery to me as I have never done this myself either!.
I have just written this in steps as you said you had it working but I just wanted to see if this might help you or someone else!.