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.
Ask HN: What VPN service are you currently using?
201–210 of 344 posts
Re: Ask HN: What VPN service are you currently using?
#202PIA (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…
Their clients are also messy memoryleaky electron apps with outdated chromium embedded.
Re: Ask HN: What VPN service are you currently using?
#203Earlier 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…
Re: Ask HN: What VPN service are you currently using?
#204Earlier 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…
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?
#205Was using TunnelBear but need an alternative now that they were acquired by McAfee.
Re: Ask HN: What VPN service are you currently using?
#206The 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…
Or if you want to keep your life simple just use a VPN service.
Re: Ask HN: What VPN service are you currently using?
#207The 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.
Re: Ask HN: What VPN service are you currently using?
#208One 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?
#209Re: Ask HN: What VPN service are you currently using?
#210The 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.