Sign up here and you can log into the forum!

Watching Netflix and Pandora in Europe using the box

General WDLXTV-Plus forum

Watching Netflix and Pandora in Europe using the box   

Postby biomedica » Tue Aug 02, 2011 7:20 am

Hi everybody,

I am going on a vacation to Europe and I am planning to bring my WDTV Live Plus box with me. I need to know how to set it up in order to be able to watch Netflix listen to Pandora while abroad. Do I need to use a proxy? I could leave my laptop ON in the US and use it as a VPN which I would connect from Europe. Well, I would like to know if anyone has done this and what is the best way to do it.

Thanks
biomedica
DLX'er
 
Posts: 83
Joined: Tue Oct 12, 2010 9:14 pm

Re: Watching Netflix and Pandora in Europe using the box   

Postby mad_ady » Tue Aug 02, 2011 8:15 am

Well, I can't give you step-by-step guidance, but you would need the following:
1. Static IP address (or dynamic DNS) for your home laptop - just to know where to reconnect in case you have problems
2. OpenVPN installed on your laptop/proxy. This should get you started: http://openvpn.net/index.php/open-source/documentation/howto.html
3. recliq's (or was it RMerlin's?) openvpn.app.bin (it's in the repository if you are running 0.5)

By the way, with the openvpn app bin I think you can connect the other way around too - meaning - leave the wdtv at home (always on) and take your laptop and connect to the wdtv. The wdtv would only work as a network proxy.

Use the howto to learn how to configure a VPN tunnel between your wdtv and your server. You should be able to inject a default gateway through the VPN tunnel, and then all your traffic would go through the proxy and appear as local in the US. It will take some trial and error, so you'd better test it a bit before leaving.

Please note that even if you get it to work at home, you might have issues with your internet provider abroad - depending on the connection type, they might filter IPSEC and your tunnel will not connect (I've seen this on free wifi connections, or when the provider really wanted its subscribers to buy VPN tunnel service instead of building it themselves) :)

So, YMMV
User avatar
mad_ady
Developer
 
Posts: 2996
Joined: Fri Nov 05, 2010 9:08 am
Location: Bucharest, Romania

Re: Watching Netflix and Pandora in Europe using the box   

Postby biomedica » Thu Aug 11, 2011 5:41 pm

Okay I tried to setup OpenVpn on my computer but I couldnt get it work. Also this method would imply leaving the computer on for the entire time which I dont want to. Can I simply install the OpenVpn on the Wdtv box? I have 2 boxes. One could stay here and the other one could go to Europe. Is that possible? Also, I am going to install the Squid proxy. Would that be enough?

Thanks for your great help.
biomedica
DLX'er
 
Posts: 83
Joined: Tue Oct 12, 2010 9:14 pm

Re: Watching Netflix and Pandora in Europe using the box   

Postby mad_ady » Thu Aug 11, 2011 10:05 pm

I don't know exactly if the openvpn app bin contains the "server" bits needed (I think it does), but in principle, yes, you could do it like this.
Again, you will need to do some testing. And when you're done you could document what you did in a wiki page for the benefit of others. :)

You shouldn't need the squid proxy for netflix and pandora, but you could have it as a backup if vpn traffic is filtered.
User avatar
mad_ady
Developer
 
Posts: 2996
Joined: Fri Nov 05, 2010 9:08 am
Location: Bucharest, Romania

Re: Watching Netflix and Pandora in Europe using the box   

Postby RMerlin » Fri Aug 12, 2011 6:00 am

Get a router that can run the DD-WRT homebrew firmware and has a large enough NAND to support the VPN edition of it - it supports both OpenVPN and PPTP.

I use the PPTP daemon in DD-WRT to connect back home when I need to access my computer. Once connected to the VPN, I use WOL on the same router to bring my PC back up.
WDLXTV Webend maintainer. Visit http://www.lostrealm.ca/wdlxtv to see my other WDLXTV projects.
If you like my work, please consider donating.
User avatar
RMerlin
WDLXTV Team
 
Posts: 3236
Joined: Sat Jun 26, 2010 9:25 am
Location: Montreal, Canada

Re: Watching Netflix and Pandora in Europe using the box   

Postby biomedica » Sat Aug 13, 2011 4:58 pm

Well, I installed Squid proxy on my box and it is working great. The install was pretty straight forward. Now, I am just not sure how I would config my other box to access the internet through the proxy. Does anyone know how to impose to the box to go through a proxy?

Thanks.
biomedica
DLX'er
 
Posts: 83
Joined: Tue Oct 12, 2010 9:14 pm

Re: Watching Netflix and Pandora in Europe using the box   

Postby mad_ady » Mon Aug 15, 2011 11:44 am

As far as I know, squid provides only a SOCKS4/5 proxy which is supported by most browsers or most desktop applications, but it's not supported transparently by the software of WDTV. The problem is such a proxy works at transport layer (layer 4), and the application that opens the socket needs to understand how to use the proxy.
An IPSEC VPN on the other hand operates at layer 3 (IP layer) and thus the application will know nothing of it.

I don't think you'll be able to squeeze the traffic through squid... You should look at OpenVPN again, or experiment with tunnel interfaces: http://www.techonia.com/create-tunnel-interface-linux
In the example above, you would open a tunnel (IP over IP) to your box at home, and then you would route the traffic to netflix via this tunnel interface.
Traffic would go unencrypted, but the configuration is more difficult - you'd need to ensure the return traffic comes back the same way.
User avatar
mad_ady
Developer
 
Posts: 2996
Joined: Fri Nov 05, 2010 9:08 am
Location: Bucharest, Romania

Re: Watching Netflix and Pandora in Europe using the box   

Postby kadiblov » Tue Sep 06, 2011 3:56 am

Folks,

I believe a 0.5.0.0 firmware with vpnc add-on installed and configured with an US VPN Server would do this trick...
Will try - I live actually outside US - and let you know.

Cheers,
kadiblov
n00b
 
Posts: 4
Joined: Mon Sep 05, 2011 4:21 pm

Re: Watching Netflix and Pandora in Europe using the box   

Postby mad_ady » Tue Sep 06, 2011 5:15 am

Yes, it should work. If you want, you can document what you need to setup and post detailed instructions on the wiki, to help fellow forumers. :)
User avatar
mad_ady
Developer
 
Posts: 2996
Joined: Fri Nov 05, 2010 9:08 am
Location: Bucharest, Romania

Re: Watching Netflix and Pandora in Europe using the box   

Postby kadiblov » Wed Sep 07, 2011 3:59 pm

Folks,
There is another thread which might help. Venka provided some tips, and I will try them as soon as I have some time :)
If everything works fine, I will post a documented step-by-step and let you know. If anyone has time before that, please share here your thoughts.

Cheers,
K.
kadiblov
n00b
 
Posts: 4
Joined: Mon Sep 05, 2011 4:21 pm

Next

Return to Discussion

Who is online

Users browsing this forum: No registered users and 3 guests