How to unblock Netflix USA or any other region (Linux/Windows/OSX)

Netflix recently announced that it will enforce the geographical blocking of their content delivery. They seem to have put these restrictions into action by blocking certain VPN providers from the beginning of February 2016. Luckily there is a very simple method to go around this. What we are going to do here is set up a Virtual Private Server (VPS) in the United States and route our traffic through that. This is a fairly simple process, but involves a bit of command line tinkering. This method applies on Windows, Linux and Apple OSX just the same, but I only have Linux terminals handy so we’ll mostly focus on that. These instructions can easily be adapted to other operating systems as well. What you need is a VPS server, and SSH terminal (PuTTY on Windows, Linux and OSX have ssh) and thats it.

1. Setup your VPS

Go to DigitalOcean.com and create a VPS in your target region, which in our case is USA but it can be anything else. You can use any VPS provider you want, but Digital Ocean is a good place to start as you get 10$ of credit as a new user, which equals 2 months of free hosting. Choose the cheapest 5$ option and Ubuntu as the operating system (others can be used too). The setup process takes 50 seconds to complete.

Find the server password in your email inbox and login for the first time. Open the terminal and login with SSH (Windows users use PuTTY)

ssh root@YOUR_VPS_IP_ADDRESS

On first boot Digital Ocean forces you to setup a new password. After you have logged in everything is ready on the server side! You can logout/close the connection.

Tunnel the traffic by using a SOCKS proxy

The SSH can be used to tunnel the traffic via the VPS server, which effectively masks your own location and IP. Open the terminal and type the following:

ssh -D 1234 -f -C -q -N root@YOUR_VPS_IP_ADDRESS

The ssh will then ask for your newly created password.

-D: Tells SSH that we want a SOCKS tunnel on the specified port number 1234 (you can choose any number between 1025-65536)
-f: Forks the process to the background
-C: Compresses the data before sending it
-q: Uses quiet mode
-N: Tells SSH that no command will be sent once the tunnel is up

Windows users need to use PuTTY and setup the tunnel in the Connection > SSH > Tunnels menu.

Configure your system to use the SOCKS proxy

Our example system is a Gnome desktop, where a proxy is easily defined in the network settings.

The settings are trivial, as you only need to configure a SOCKS proxy as localhost and with the port you have defined. In Windows operating systems you define this under the the usual Internet/network settings.

Testing it

You can now try your proxy for example with SpeedTest.net The biggest benefit of using a VPS for this purpose is performance, at least when compared to free VPN services.

As you can see, I am now browsing with a DigitalOcean’s IP addres, even though physically I am on the other side of the world. The speed test result is very good 41/14Mbps, which is quite close to what I get from my ISP. The important thing is that this is more than enough for high quality HD video streaming.

The downside of this approach is that VPS servers cost some money, even though not much. On DigitalOcean the cheapest option is currently 5$ month, although you get that free 10$ credit as a new customer. The DigitalOcean and most VPS providers use hourly billing, so you can spin up a new server for your big TV night at home and then delete it to minimize the cost.

Now enjoy what the west has to offer!

Epilogue

While Netflix is enforcing the geo-blocking beginning from the 1st of February, it is quite certain that different VPN providers will be working on solutions around it. At the time of writing this, at least the dotVPN is still unblocked by Netflix and their service seems legit. The bandwidth of their free offering is very limited however, and you get nowhere near HD quality video by using them.

Do your homework before enabling a VPN service on your devices, especially if it is being offered for free. The VPN providers have full access to all of your traffic and it is not cheap to host high bandwidth VPN gateway servers.

Some updates:

  • European VPN provider ZenMate has been able to unblock themselves for Netfix. Their free plan has limited bandwidth, but it seems to perform quite well allowing good quality non-HD streams from Netflix USA. This is a better and more credible provider than dotVPN.
  • You should be able to do the VPS and SSH tunneling trick by using Amazon’s t2.micro instance. Amazon is offering a free 12 month deal for this smallest VPS instance type.

Note that you can of course utilize your existing VPS web servers for this. Just move them to the desired region and do the SSH tunneling. HD streaming will consume some CPU power and a lot of bandwidth on the server, so make sure you are not bogging down your website.

Paypal is cracking down on VPN services (even though it is stupid as they are literally not illegal), so make sure you get a non-blocked one: PayPal blocks VPN, SmartDNS provider’s payments over copyright concerns | Ars Technica

Unfortunately Netflix has gone totally mental in their IP blocking activities and they now seem to block at least Digital Ocean New York’s IP range. There are also reports of Netflix blocking Amazon EC2 and most likely other virtual server providers too.

These instruction are universal and work on just about any VPS provider. Most likely Netflix is blocking the most popular/biggest operators, so you may have better luck with other lesser known companies.

In addition Netflix is actively hunting free and commercial VPN service providers, such as ZenMate or dotVPN, so bypassing their geographical limitations is now increasingly difficult.

I find ut interesting that Amazon, Netflix etc. want to block other regions. It would seem to me they are purposely trying to promote piracy.

I don’t think Netflix is to blame. They have communicated that their goal is to have globally unified offering. It’s intellectual property owners, namely movie/tv-studios, that want to maximize their revenue by selling the product in small pieces. This is also why Netflix is heavily investing to their own production.

I realize it is the “etc.” that has greater control over availability. However I would think that Amazon and Netflix could lobby for more enlightened access - maybe theyare? Where I am located I could easily get high quality CDs, DVDs, etc., for about $1 if I were interested. I can NOT use Amazon or Netflix, unless I work around their barriers, which is a trivial task. My solution was to drop my Amazon Prime when it came up for renewal. I don’t bother with Netflix, etc., because of the regional blocks. I don’t watch tv or movies, so it is no big deal for me. But there are thriving DVD shops here. Regional blocking just promotes ‘local alternatives’ for those that can’t live without the latest blockbusters, etc.

Where are you located, exactly? You could try renting a VPS and using it to re-route your traffic. For example, Arubacloud sells you a server in central Europe for as low as 1€/month.

I am based in Laos. When I first got blocked I did identify a VPN that bypassed Amazon Prime’s barriers, but as I said, I don’t watch that many movies, etc., so it wasn’t worth the minimal cost to me.

Cheers!