Live data from Hacker News

Ask HN: What VPN service are you currently using?

news.ycombinator.com

201–210 of 344 posts

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

#201

not exactly a VPS but a ssh tunnel to $5 digital ocean server. ssh -fND 8989 user@mydomain.com And using proxychains for anything that doesnt support socks proxy out of the box.

I do the same for static IP for firewall whitelisting purposes. VNC is very stable but technically it doesn't make your current connection encrypted. I only use it for emergencies while I am traveling and don't want to deal with firewall whitelisting.

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

#202

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-thre…

PIA's offer and their policy on retention might be good, but they're still a US company and they still tried to smear several other VPN companies (including ProtonVPN).

Their clients are also messy memoryleaky electron apps with outdated chromium embedded.

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

#203

Earlier quoted context omitted.

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, tha…

For simple usages like this, you can also create an SSH socks proxy with one SSH command, and then configure your browser to use a local port as a socks proxy. Does not require any software installed on the server, and the whole setup should be quicker then configuring VPN server and client. Also, an HTTP proxy is a couple steps more to setup, but will allow you to use command line tools on the client, not just the b…

Of course there are alternatives like this and thank you for sharing, but in my eyes, this actually requires significantly more work and mental thought. Spinning up a droplet on DO and opening the config file in wireguard is literally executing one command and doesn't require touching my browser configuration. Takes a couple more clicks to just delete the droplet. Done.

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

#204
post #191

Earlier quoted context omitted.

If you have 1GB, then forget anything OpenVPN. Use IPSec or Wireguard. With OpenVPN you will bottleneck at ~300Mbit\s. With IPSec and Wireguard I have had no issues getting ~900Mbit\s to my own server.

> you will bottleneck at ~300Mbit\s. Any idea where the bottleneck was there? CPU use? Protocol latency? I'd be interested to see some test results around that if you know of any that have been published. A little anecdotal information: some years ago I did a CPU-load test with OpenVPN on a diminutive Atom-based netbook as the client, and it maxed out at around 95mbit/s on a 100mbit/s network (actually a gbit network…

You could start here:

https://community.openvpn.net/openvpn/wiki/Gigabit_Networks_...

>It is easily possible to saturate a 100 Mbps network using an OpenVPN tunnel. The throughput of the tunnel will be very close to the throughput of regular network interface. On gigabit networks and faster this is not so easy to achieve. This page explains how to increase the throughput of a VPN tunnel to near-linespeed for a 1 Gbps network.

I think the protocol just wasn't designed for such high speeds.

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

#205

Was using TunnelBear but need an alternative now that they were acquired by McAfee.

I was not aware of that, somehow I missed that news. Thanks I'm too will be looking for alternative. Based on comments here PIA looks as good alternative and also cheaper

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

#206
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…

> buy a cheap VPS and run OpenVPN/Wireguard on it

Or if you want to keep your life simple just use a VPN service.

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

#207
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.

My laptop moves between ISPs (mine, my parents', my friends', my workplace's). Using a VPN restricts the number of companies able to intercept my traffic.

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

#208
Mullvad + WireGuard, works exceedingly well across my phone and my Linux laptop.

One of the benefits of WG is that it's extremely performant and I can set my own DNS within the config (a Pi-Hole hosted at DigitalOcean for adblocking).

As WG isn't available for Windows just yet, I use OpenVPN's native binary on my Windows machine; Mullvad offers .ovpn files in the same way as they offer .conf files for WG.

Mullvad also requires no PII when signing up, so ensure that you securely store your account number.

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

#210
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.

Circumventing Geoblocking or other censirshop is a good reason to use VPNs. "Somethingsomething I believe it's more secure but I can't exactly explain why" is not.
Post reply on HN