Which VPN provider do you recommend?

Non release banter
User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Which VPN provider do you recommend located in Europe?

Post#16 by francois » 03 Jan 2018, 04:45

Expressvpn is another one:
https://www.expressvpn.com/order
Once you have paid your membership, the access to linux is quite easy thru the feedback provided by email.

How to setup under debian linux:
https://www.expressvpn.com/support/vpn- ... x/#install

Sadly, this .deb application not seem to install under porteus thru deb2xzm only. It is devised for systemd. I will have to work with debian (slax9), until I get the trick to slackware. Nothing found yet on the net. :(

Code: Select all

activate expressvpn
expressvpn list
expressvpn connect city-or-country
Prendre son temps, profiter de celui qui passe.

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Which VPN provider do you recommend located in Europe?

Post#17 by francois » 06 Jan 2018, 17:02

Expressvpn setup under linux thru openvpn is possible under porteus or slackware:

1.0 Install openvpn see above in this thread Which VPN provider do you recommend located in Europe?

2.0 Download expressvpn server location or locations addresses:
https://www.expressvpn.com/setup#manual
for example for montreal :my_expressvpn_canada_-_montreal_udp.ovpn
Open terminal, but do not enter command yet:
root@porteus:/home/guest/Downloads# openvpn --config
Copy-paste the downloaded expressvpn server address or simply drag it to the terminal window. Remove the quotes character at each end of the address.
Now hit the enter button. You will be requested user name and password.

3.0 Enter user name and password.
Find your email confirmation of service for expressvpn. Select setup expressvpn, manual config, openvpn config.
Go to step 2 , as we already done step one by downloading an expressvpn server location address. Both username and password are there.

4.0 Install expressvpn google chrome app:
https://www.expressvpn.com/fr/get-brows ... ion/chrome

The problem is that you have to have the openvpn active with username and password to have the expressvpn google chrome app to work. This is not the case under the debian application which seems to be in synch with the chromium app. :(
Prendre son temps, profiter de celui qui passe.

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Which VPN provider do you recommend?

Post#18 by francois » 06 Jan 2018, 18:19

Maybe the solution could a script which should include
xfce4-terminal -x openvpn --config my_expressvpn_canada_-_montreal_udp.ovpn -c "username; password"

The first part:
xfce4-terminal -x openvpn --config my_expressvpn_canada_-_montreal_udp.ovpn

But trying to assign the user name and password to answer prompts with the second part does not:
-c "username; password"

Any idea?
Thanks.
Prendre son temps, profiter de celui qui passe.

User avatar
Ed_P
Contributor
Contributor
Posts: 8315
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Which VPN provider do you recommend?

Post#19 by Ed_P » 07 Jan 2018, 01:54

Two possibilities.

openvpn1.sh

Code: Select all

#!/bin/sh

  
if [ `whoami` != "root" ]; then
    echo -e "Enter root's password"
    su -c "sh $0 $1 $2"
    exit
fi

read -p "Enter user name: " username
read -p "Enter password: " password

xfce4-terminal -x openvpn --config my_expressvpn_canada_-_montreal_udp.ovpn -c "$username; $password"

exit
openvpn2.sh

Code: Select all

#!/bin/sh

  
if [ `whoami` != "root" ]; then
    echo -e "Enter root's password"
    su -c "sh $0 $1 $2"
    exit
fi

xfce4-terminal -x openvpn --config my_expressvpn_canada_-_montreal_udp.ovpn -c "$1; $2"

exit
With openvpn2.sh you start it with the user's name and password as in: openvpn2.sh myname mypassword. :)
Ed

Neil_Hines
White ninja
White ninja
Posts: 6
Joined: 26 Sep 2017, 11:50
Distribution: using

Which VPN provider do you recommend?

Post#20 by Neil_Hines » 16 Jan 2018, 09:50

Hey Francois! Have you ever tried ivacy VPN? I have been using it for a long time and believe me I never faced any issue regarding the connection speed. I would highly recommend you giving it a try after knowing the facts and fundamentals through this ivacy VPN Review. It will guide you in a better way to decide what it has to offer.

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Which VPN provider do you recommend?

Post#21 by francois » 17 Jan 2018, 00:08

Hello Neil, what about the number of servers. Is there many in different european countries, and at least one especially in France. Mother tongue is francais.
Prendre son temps, profiter de celui qui passe.

donald
Full of knowledge
Full of knowledge
Posts: 2061
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Which VPN provider do you recommend?

Post#22 by donald » 17 Jan 2018, 00:16


User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Which VPN provider do you recommend?

Post#23 by francois » 17 Jan 2018, 03:30

1$ a month. Will they survive five years?
Prendre son temps, profiter de celui qui passe.

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Which VPN provider do you recommend?

Post#24 by francois » 23 Jan 2018, 22:08

@donald:
Do you have an example to start Ivacy with openvpn command line? Something like:
openvpn --config xxxxx
Prendre son temps, profiter de celui qui passe.

donald
Full of knowledge
Full of knowledge
Posts: 2061
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Which VPN provider do you recommend?

Post#25 by donald » 24 Jan 2018, 00:44

No, unfortunately not.
This page explains how to configure Ivacy manually.
https://support.ivacy.com/kb/how-to-set ... on-ubuntu/
The pictures shown look like what we have in XFCE - Network Manager.
It does not seem to be complicated.

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Which VPN provider do you recommend?

Post#26 by francois » 25 Jan 2018, 01:27

Hum! I saw this page and tried it on debian. I ended up with unresolved dependencies.
But you are right, it might work better under slackware or porteus.
Thanks.

Edited 13th of february 2018:
Finally, the best way to get the information of IVACY about .opvpn files was to ask them. They responded rapidly. So you need to install the openvpn package with dependencies as proposed in the first page of this thread Which VPN provider do you recommend?

IVACY about .opvpn files
https://s3.amazonaws.com/ivacy-apps/ope ... onfigs.zip

Unzip OpenVPN-Configs.zip into /home/guest/Downloads/ and change directory the folder with the server addresses. Use openvpn --config command with the server.ovpn file name into quotes. Or simply drag the sever file into the command line after the expression:

Code: Select all

openvpn --config 
Example for Paris server:

Code: Select all

root@porteus:~# cd  /home/guest/Downloads/
root@porteus:~# openvpn --config `/home/fl/Downloads/ivacy-openvpn/France-Paris-UDP.ovpn`
Tue Feb 13 10:08:01 2018 WARNING: file 'Wdc.key' is group or others accessible
Tue Feb 13 10:08:01 2018 OpenVPN 2.4.0 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jul 18 2017
Tue Feb 13 10:08:01 2018 library versions: OpenSSL 1.0.2l  25 May 2017, LZO 2.08
Enter Auth Username:  
Where: Enter Auth Username: your-email-address


Cheers. :beer:
Prendre son temps, profiter de celui qui passe.

User avatar
M. Eerie
Moderator
Moderator
Posts: 616
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Which VPN provider do you recommend?

Post#27 by M. Eerie » 11 Feb 2018, 12:22

Have a look here --> https://protonvpn.com/

There's also https://protonmail.com/

:)
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Which VPN provider do you recommend?

Post#28 by francois » 22 Feb 2018, 02:19

The first post has been update to provide the instructions to install and use openvpn package to run your favorite vpn provider. Please provide the .ovpn files for your favorite provider.

Thanks.
Prendre son temps, profiter de celui qui passe.

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Which VPN provider do you recommend?

Post#29 by Hamza » 17 Nov 2018, 01:46

Just a few tips.

1) Better to use a low-level terminal like xterm to avoid memory leaks.
2) If your VPN provider is working on a username/password challenge, you can use a plain text and update your ovpn config with "auth-user-pass" to avoid to retype your password at each login.
NjVFQzY2Rg==

User avatar
francois
Contributor
Contributor
Posts: 6433
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Which VPN provider do you recommend?

Post#30 by francois » 23 Nov 2018, 13:36

Good to see you on the forum hamza. You do not change much according to you photograph. What is your secret? :)
Prendre son temps, profiter de celui qui passe.

Post Reply