Live data from Hacker News

Ask HN: What VPN service are you currently using?

news.ycombinator.com

141–150 of 344 posts

Re: Ask HN: What VPN service are you currently using?

#141
post #89

Have used many, the one that stuck is AirVPN. Best capabilities and Linux support.

I agree. I've been using airvpn with pfsense for a while now. The connection is reliable, I can have multiple connections to multiple regions, and it's simple to route an entire vlan out of a particular VPN.

Re: Ask HN: What VPN service are you currently using?

#144

I use Algo[1] on a variety of VPS providers. It supports IPSec, but I only use Wireguard through it. Supporting OpenVPN is an explicit anti-goal for Algo[2]. I generally strongly recommend against using VPN providers on false advertisement grounds -- VPNs fundamentally cannot provide strong anonymity properties, but that doesn't stop many providers from listing anonymity as a selling point. In terms of the property V…

I just ran into a case where I needed a VPN for a short lived task. Ally bank blocks creation of time deposit accounts while in a foreign country, despite me already having an account with them.

Takes less than 10 minutes to setup a VPN with algo on DO and I just shut it down after my task was done. Cost me $0.02. The support for Wireguard + OSX Wireguard App is perfect and super easy.

Please tell your coworkers, thank you!

Re: Ask HN: What VPN service are you currently using?

#145
PIA (Private Internet Access) and am a happy customer for 3rd year running.

Why do I choose them? Besides the ease of use over multiple platforms, they are the only VPN (I am aware of) that has held up in court that they do not store any logs when asked to handover personal information.

Sources:

[1] https://torrentfreak.com/private-internet-access-no-logging-...

[2] https://www.scribd.com/doc/303226103/Fake-bomb-threat-arrest

Re: Ask HN: What VPN service are you currently using?

#146
post #77

This might sound dumb. But, I use ProtonVPN because Mozilla partnered with them and I place trust in Mozilla’s ability to make a more informed choice than I can make — largely due to their access to information and on hand knowledge and expertise. https://blog.mozilla.org/futurereleases/2018/10/22/testing-n...

Let me remind everyone that ProtonVPN is the only VPN service publicly available I know of that owns even a small portion of their own hardware and data center.

Re: Ask HN: What VPN service are you currently using?

#147
I use Streisand - https://github.com/StreisandEffect/streisand

It's insanely easy to set up a new box (I use linode right now but it works with a bunch of cloud providers) and it works well for my mobile devices too.

I like the fact that it's my own server and I am the only person with a copy of the encryption keys.

Also, I have a buddy who is in a middle-eastern country where using a VPN is illegal who was unable to use any other VPN service but had no issue connecting to and using my Streisand box.

Re: Ask HN: What VPN service are you currently using?

#148
post #41

The first question you should ask is why you want a VPN. Because I believe many people newer ask this question and have some vague idea about "it somehow improves security and/or privacy". In most situations this likely isn't true. You add an additional attack vector and you centralize your communication to a single point.

100% this. VPN marketing appears to have really gotten to people, everyone's always asking about it. Real reasons I can see to use a VPN service 1) You want your traffic to reliably egress in that country. i.e. I live in New Zealand but to access some Australian TV on demand, I need to "appear" in Australia. 2) Errr, I can't think of any others. If you are really trying to hide your traffic from your ISP: 1) Change I…

>1) Change ISP 2) If that's not possible, buy a cheap VPS and run OpenVPN/Wireguard on it and egress your traffic via it. Disable all logging etc.

Streisand (https://github.com/StreisandEffect/streisand) is another option. It has the benefit of running on your own VPS (or bare metal if you want) and it is extremely user-friendly to set up and use.

Re: Ask HN: What VPN service are you currently using?

#149
post #37
post #33

Is there a way to setup an “always on” VPN on my device, such that it disallows any traffic to egress unless connected to the VPN?

On macOS/iOS you can configure the built-in VPN clients to use "on-demand" mode, which wont allow traffic before the VPN connection is established. The only way to configure this however is using the Apple Configurator tool and create a custom profile. I run this for my OpenBSD IKEv2 servers which gives me automatic on-demand VPN on cellular and all non-known Wi-Fi networks (== not home).

> The only way to configure this however is using the Apple Configurator tool and create a custom profile.

'Activate on demand' is just a checkbox in WireGuard app settings on iOS, so apparently it's only the built-in VPN types that need Apple Configurator. Since IPSEC/IKEv2 are overengineered and L2TP is outdated, you're better off using wg anyway.

Re: Ask HN: What VPN service are you currently using?

#150
post #41

The first question you should ask is why you want a VPN. Because I believe many people newer ask this question and have some vague idea about "it somehow improves security and/or privacy". In most situations this likely isn't true. You add an additional attack vector and you centralize your communication to a single point.

Many of the people I know who use VPNs do so to avoid geo-blocking restrictions.
Post reply on HN