LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-31-2017, 06:23 PM   #1
Techuser
LQ Newbie
 
Registered: Mar 2017
Posts: 12

Rep: Reputation: Disabled
Can You recommend me a good and free VPN?


Hello, I am using Linux Mint 17.3 and I am looking for a good and free VPN (I know, maybe it's asking for too much). I live in Spain, if it has any relevance. Could You recommend me any? how do I install it?

I have read that it can bypass IPS throttling, but I am not sure whether this is true or just a myth. Can anyone confirm it?

Thanks in advance!
 
Old 03-31-2017, 06:46 PM   #2
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by Techuser View Post
Hello, I am using Linux Mint 17.3 and I am looking for a good and free VPN (I know, maybe it's asking for too much). I live in Spain, if it has any relevance. Could You recommend me any? how do I install it?

I have read that it can bypass IPS throttling, but I am not sure whether this is true or just a myth. Can anyone confirm it?

Thanks in advance!
Hi techuser, and welcome to LQ.

If by "VPN" you mean a 3rd party service provider, there are many, free and otherwise. My best advice is to do your research and determine yourself the best option for your particular objectives.

As to being able to bypass your local ISP's throttling policy, in my opinion using a VPN service will have no impact whatsover on this. To reach the VPN service provider's servers, you will still be "exiting" through your ISP : that is your "door" to anywhere other than your local home network. The VPN service will only enable you to appear to the internet as being in a particular network segment as opposed to your usual one.

Cheers,
 
1 members found this post helpful.
Old 03-31-2017, 07:02 PM   #3
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Rickkkk View Post
Hi techuser, and welcome to LQ.

If by "VPN" you mean a 3rd party service provider, there are many, free and otherwise. My best advice is to do your research and determine yourself the best option for your particular objectives.

As to being able to bypass your local ISP's throttling policy, in my opinion using a VPN service will have no impact whatsover on this. To reach the VPN service provider's servers, you will still be "exiting" through your ISP : that is your "door" to anywhere other than your local home network. The VPN service will only enable you to appear to the internet as being in a particular network segment as opposed to your usual one.

Cheers,
If the throttling were actually based on the "particular network segment" however e.g. Netflix or YouTube, rather than based on sheer quantity, wouldn't disguising the segment through use of a VPN possibly circumvent the effects of the throttling algorithm?

Last edited by hydrurga; 04-01-2017 at 03:52 AM.
 
1 members found this post helpful.
Old 03-31-2017, 07:35 PM   #4
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
Quote:
Originally Posted by Rickkkk View Post
The VPN service will only enable you to appear to the internet as being in a particular network segment as opposed to your usual one.
Actually, "strictly speaking," this is not quite true.

The purpose of using VPN, in situations like this, "is to deny your ISP any insight into what you are actually doing." All that the ISP – and the owners of any and every other "intermediate hop" – will be able to see is: "an encrypted packet, addressed to a readily-discernible IP."

In this way, they will be reduce to "just traffic analysis." They will still be able to deduce that you are sending packets to the IP-address of "a VPN provider that is undoubtedly known to them," but they will no longer be able to deduce what any of your traffic says.

Neither will they have any way to discover which(!) "in a particular" network represents you. They cannot discern which subnet you are contacting – nor that you are "contacting a subnet" at all – nor, indeed, any details whatsoever about exactly what you might be up to.

Unless ... the "trusted" VPN-service provider that you are contacting "has gone over to The Dark Side," and simply tells them. (Which possibility you will never be able to know...)

Last edited by sundialsvcs; 03-31-2017 at 07:37 PM.
 
2 members found this post helpful.
Old 03-31-2017, 09:34 PM   #5
null-user
LQ Newbie
 
Registered: Mar 2017
Posts: 6

Rep: Reputation: Disabled
Quote:
Originally Posted by Techuser View Post
Hello, I am using Linux Mint 17.3 and I am looking for a good and free VPN (I know, maybe it's asking for too much). I live in Spain, if it has any relevance. Could You recommend me any? how do I install it?

I have read that it can bypass IPS throttling, but I am not sure whether this is true or just a myth. Can anyone confirm it?

Thanks in advance!
You can try http://www.vpnbook.com/ and it's FREE.

Scroll down, and click the OpenVPN tab. Download one of the certificate bundles. To use VPN and the certificate, as root type
Code:
 openvpn --config <name of certicate>
Username and password for vpnbook is at their website at the bottom of the certificate bundles listing.

PS: While using a VPN may give you a different IP address. Some VPNs will leak your DNS/ISP provider. Visit https://ipleak.net/ to test those leaks. If you see your DNS/ISP address, then the VPN server is leaking your DNS/ISP info. Scroll down to the bottom of that page for instruction on how to prevent the leaks.

Last edited by null-user; 03-31-2017 at 09:41 PM.
 
3 members found this post helpful.
Old 04-01-2017, 08:10 AM   #6
trumpforprez
Member
 
Registered: Nov 2016
Location: UK
Distribution: Debian Jessie
Posts: 154

Rep: Reputation: Disabled
Quote:
Originally Posted by sundialsvcs View Post
Unless ... the "trusted" VPN-service provider that you are contacting "has gone over to The Dark Side," and simply tells them. (Which possibility you will never be able to know...)
Yes, but since OpenVPN is open source then presumably it's going to be difficult for the VPN server to divulge details about you.
 
Old 04-01-2017, 11:35 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by trumpforprez View Post
Yes, but since OpenVPN is open source then presumably it's going to be difficult for the VPN server to divulge details about you.
What's the application being open source got to do with it?

The VPN server, and those operating it, will know what you're surfing as it is that server which sends your requests on to their final destination.
 
1 members found this post helpful.
Old 04-01-2017, 11:49 AM   #8
trumpforprez
Member
 
Registered: Nov 2016
Location: UK
Distribution: Debian Jessie
Posts: 154

Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
What's the application being open source got to do with it?

The VPN server, and those operating it, will know what you're surfing as it is that server which sends your requests on to their final destination.
Aha. Good point.

In which case, how in God's name can anyone surf the net while preserving their privacy?
I don't walk around town with my name and address plastered onto my forehead and I don't expect to do the same on the net.

Tor browser is a reliable method but it's slow and not a pleasant experience.
Apart from that we learn on this site that OpenVPN is fundamentally useless and Tails is something that wags on the back of a dog!

Last edited by trumpforprez; 04-01-2017 at 11:56 AM.
 
Old 04-01-2017, 12:19 PM   #9
trumpforprez
Member
 
Registered: Nov 2016
Location: UK
Distribution: Debian Jessie
Posts: 154

Rep: Reputation: Disabled
Quote:
Originally Posted by Techuser View Post
Hello, I am using Linux Mint 17.3 and I am looking for a good and free VPN (I know, maybe it's asking for too much). I live in Spain, if it has any relevance. Could You recommend me any? how do I install it?

I have read that it can bypass IPS throttling, but I am not sure whether this is true or just a myth. Can anyone confirm it?

Thanks in advance!
Before Edward Snowden revealed that certain Govt's were involved in mass surveillance of the public, there was a big market in VPN's.
Site's like Hidemyass and CyberGhost offered a FREE vpn service.
These were hundreds of servers located around the world offering people free vpn.

This kind of hardware (servers) and service is gonna cost a lot of money. But it was still free. Hell, even I signed up!
It allowed people from outside the US to join sites like Hulu and watch American TV/movies.
Now, you know your IP address is hidden if you can dodge DRM rules enforced by the US, right?

Days before Snowden revealed Prism to the world suddenly the free vpn's stopped working. And that's cos the free vpn's paid for themselves by effortlessly passing on browsing details to the Govt.
The free VPNs with hundreds of servers around the world begging you to use them for free turned out to be part of Prism.
IMO.

Consequently, if I come across a FREE vpn service which can offer me anonymity at the click of a button - I think twice.
Just saying.
 
1 members found this post helpful.
Old 04-01-2017, 04:09 PM   #10
jamiebbbb
Member
 
Registered: Mar 2017
Location: Victoria, Australia
Distribution: Debian Wheezy
Posts: 34

Rep: Reputation: Disabled
With free VPN providers, you should definitely do as much research as possible. Free providers have to make money somehow, and if it's not on premium plans or usage limits, after which you have to pay, you should assume they're making their money off your data, logging your activity and using it for marketing purposes.
Ultimately you have to trust your VPN provider has your best interests in mind, but the only way to get that level of trust is to do your homework, verify its promises and services are legit, and then take additional steps to protect yourself. There are good providers out there committed to your security and your privacy that are worth your trust. Do your research.
https://www.wilderssecurity.com/thre...ovider.321982/
 
Old 04-01-2017, 07:19 PM   #11
BruceHenrik(Geek)
LQ Newbie
 
Registered: Apr 2017
Posts: 5

Rep: Reputation: Disabled
sshuttle and a $5 dollar/mo digitalocean VPS is a good marriage.
Or

If you just need a temporary ssh account that you can tunnel traffic to visit http://createssh.com/

You get to use their ssh service for 10 days I think. After that expires, you repeat the process again by creating another user account for an additional amount of days.

Then you can create a ssh dynamic proxy to it with

ssh -D <port number> <accountname@server address of createssh.com>

Open your browser and find the settings to manage the connections. Select use proxy 5 and in the field box enter 127.0.01 and put the port number in the port field.
 
Old 04-01-2017, 08:24 PM   #12
BruceHenrik(Geek)
LQ Newbie
 
Registered: Apr 2017
Posts: 5

Rep: Reputation: Disabled
To: Techuser

sshuttle and a $5 dollar/mo digitalocean VPS is a good marriage.

sshuttle Download page @ https://github.com/apenwarr/sshuttle

I like sshuttle because it's like a VPN and you don't need to configure each application to use a proxy like you do with ssh.

Or

If you want a FREE temporary ssh account that you can tunnel traffic to visit http://createssh.com/

You get to use their ssh service for 10 days I think. After that expires, you repeat the process again by creating another user account for an additional amount of days.

To use ssh as a dynamic proxy type this in a terminal

Quote:
ssh -D <port number> -f -C -q -N <accountname@server address>
-f Requests ssh to go to background just before command execution.
-C Requests compression of all data
-q Quiet mode.
-N Do not execute a remote command. This is useful for just forwarding ports.


Use a port number higher than 1024 eg. 2200

Open your web browser and go to the settings and find manage connections. Select Proxy 5 and then enter 127.0.0.1 in the field box and enter the port number in the port field box. You might or not need to restart the web browser.

Last edited by BruceHenrik(Geek); 04-01-2017 at 09:19 PM.
 
1 members found this post helpful.
Old 04-01-2017, 09:46 PM   #13
BruceHenrik(Geek)
LQ Newbie
 
Registered: Apr 2017
Posts: 5

Rep: Reputation: Disabled
Don't you just love OP's that don't give feedback when they ask for help
 
1 members found this post helpful.
Old 04-02-2017, 12:22 AM   #14
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
It's always possible the OP actually has a life - you know, weekends are for going out, getting drunk, that sort of thing ...

Thanks for the sshuttle reference - interesting.
 
Old 04-02-2017, 01:57 AM   #15
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I'm sure free vpns are worth every penny.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommend a good VPN service actinide Linux - Newbie 11 05-05-2016 01:29 PM
Recommend good FREE stock photos websites sycamorex General 2 08-26-2014 02:41 PM
Recommend a good graphics card that has good linux support texasone Linux - Hardware 12 08-01-2011 07:28 AM
Recommend a good BitTorrent client, and a good CD ripper? audiorevolution Linux - Software 6 06-07-2005 06:36 AM
Anyone recommend a good free web host? woodywellhung General 3 04-08-2004 03:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration