A VPN doesn’t make you anonymous
What the hell is a VPN? I already wrote an article explaining VPNs using simple concepts, even comparing VPNs to movie car chases. But if you want a brief recap, when you connect your computer or phone to a VPN server, you establish an encrypted tunnel between your device and that server. Nobody can see what’s happening in the middle of this tunnel, not even your ISP. And yet, it doesn’t make you magically anonymous. You’re just moving the risk down the VPN tunnel as the VPN company can seeyour internet traffic. In fact, many of them sell your data to scammers and advertisers already. That’s why I don’t recommend signing up to a VPN service. You can’t trust them As a side note, many sites now rely on HTTPS to establish a secure connection between your browser and the website you’re using, even TechCrunch. You should install the HTTPS everywhereextension to make sure that you use HTTPS as much as possible. But VPNs can be useful from time to time. Sometimes you can’t access a website from a public network because it’s blocked. Or you could be traveling to China and you want to be able to access your Gmail account. In those cases, it’s all about minimizing the risk while you use a VPN.
Setting up your own VPN server
As Woz commented on my previous VPN article before the Senate debacle, you could be running your own VPN server:
But if you can’t trust your home connection or you have a slow upload speed on your home connection, it’s not really practical.
I played around with Algo VPN, a set of scripts that let you set up a VPN in the cloud in very little time, even if you don’t know much about development. I’ve got to say that I was quite impressed with Trail of Bits’ approach.
I created VPN servers on a DigitalOcean server, an Amazon Web Services instance and a Scalewayserver. I could connect to all these VPNs from my Mac and iPhone just a couple of minutes after that.
Algo VPN automates the VPN installation process so that you don’t have to establish an SSH connection with a server and run complicated command lines.
It takes three command lines to install the dependencies on your computer. After that, you should sign up to a cloud provider like DigitalOcean and run the Algo VPN setup wizard in your terminal. I’m not going to detail the installation process as it can change after I publish this post, but everything is explained on the official GitHub repository.
On DigitalOcean, you don’t have to create and configure your own server. Algo VPN takes care of that for you as it uses DigitalOcean’s API to create a server and install everything.
At the end of the setup wizard, you’ll get a few files on your local hard drive. For instance, on macOS, double-clicking on the configuration profile will add the VPN server to your network settings and connect you to your VPN server. You don’t need to install a VPN client, it works natively on macOS and iOS.
So here’s a quick recap:
- Create an account on a cloud hosting provider like DigitalOcean
- Download Algo VPN on your local computer, unzip it
- Install the dependencies with the command lines on this page
- Run the installation wizard
- Double click on the configuration profiles in the configs directory
Disposable VPNs
Running your own VPN server doesn’t mean that you’ll be more secure on the internet, either. Once again, you’re moving the risk down the tunnel to the cloud hosting provider.If you use Algo VPN on a Microsoft Azure instance, the NSA could still ask Microsoft more information about you if they think you’re an evil person. Microsoft has your billing information. But there’s something refreshing about Algo VPN — it lets you set up disposable VPNs. You can boot up a new VPN server and connect to this VPN in just a few minutes. Once you’re done, you can just delete your instance and pretend that this VPN server never existed.
No comments:
Post a Comment