Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Centos 5.0 - GUI
PostPosted: Mon Jan 12, 2009 6:33 am 
Offline
Senior Member

Joined: Mon May 14, 2007 8:20 am
Posts: 81
Hello,

I am in Canada and I need to see a video embedded in a flash movie that can be seen only from within the USA. I was thinking of using my linodes to do that; maybe installing a browser on the linode and having some way to look at the screen of the server. I love ssh but it i not good enough to watch video :D
Any idea on how I could proceed and achieve my goal? I am running Centos 5.0

Thank you


Top
   
 Post subject:
PostPosted: Mon Jan 12, 2009 7:48 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Running a GUI over a network is notoriously slow, so it's probably not going to be suitable for video. The best way to go -- especially if you want audio, too -- is to tunnel the traffic over ssh.

From your home box:

Code:
ssh -D 8000 username@hostname


The "-D 8000" tells it to listen on localhost:8000 for SOCKS proxy traffic. (This may vary if you're using a different SSH client.)

After you complete the login, configure your web browser to use localhost:8000 as a SOCKS proxy. In Firefox, this is Tools -> Options -> Advanced -> Network -> Connection -> Settings -> Manual Proxy Configuration... clear out the host fields for all the protocol proxies, then put localhost and 8000 for SOCKS host.

Once you do that, you should be able to go to http://whatismyipaddress.com/ or some other IP address replier and you'll see your Linode IP. Once you do that, you'll stick it to those pesky Canadian television networks!


Top
   
 Post subject:
PostPosted: Mon Jan 12, 2009 8:53 am 
Offline
Senior Member

Joined: Mon May 14, 2007 8:20 am
Posts: 81
Very nice!
I can now surf the Internet from my server's IP address; perfect but that does not help me watch those hulu videos. Instead of being told that the content can only be viewed from the USA, I am told "sorry, we are unable to stream this video. Please check your internet connection and try again.


Top
   
 Post subject:
PostPosted: Mon Jan 12, 2009 9:21 am 
Offline
Senior Member

Joined: Tue Apr 29, 2008 6:26 pm
Posts: 58
Website: http://blog.shadypixel.com/
http://bugs.adobe.com/jira/browse/FP-86 ... l-tabpanel

It's because flash doesn't honor firefox proxy settings. With enough googling, you might be able to find a program to transparently proxy whatever connection flash is making.


Top
   
 Post subject:
PostPosted: Mon Jan 12, 2009 9:28 am 
Offline
Senior Member

Joined: Mon May 14, 2007 8:20 am
Posts: 81
I see, thanks for the link. I tried with Safari but the problem seems to be the same.
Hopefully there is a solution somewhere!


Top
   
 Post subject:
PostPosted: Mon Jan 12, 2009 10:03 am 
Offline
Senior Member

Joined: Tue Apr 29, 2008 6:26 pm
Posts: 58
Website: http://blog.shadypixel.com/
http://www.alternativedenial.org/?p=94

Scroll about half-way down that page. That guy found a way to do it with tsocks


Top
   
 Post subject:
PostPosted: Mon Jan 12, 2009 5:47 pm 
Offline
Senior Member
User avatar

Joined: Sat Oct 16, 2004 11:13 am
Posts: 176
Try OpenVPN - it will tunnel everything through the server.


Top
   
 Post subject:
PostPosted: Mon Jan 12, 2009 5:56 pm 
Offline
Senior Member

Joined: Mon Sep 01, 2008 5:14 pm
Posts: 92
saman007uk wrote:
Try OpenVPN - it will tunnel everything through the server.


x2


Top
   
 Post subject:
PostPosted: Tue Jan 13, 2009 8:52 am 
Offline
Senior Member
User avatar

Joined: Mon Dec 10, 2007 4:30 pm
Posts: 341
Website: http://markwalling.org
OpenVPN or run an http proxy on your Linode (like squid). I find its easier to just run an http proxy bound to local host (then use an ssh tunnel to connect to it) then to deal with programs not liking SOCKS proxies. Hulu and YouTube both work great...

Just remember that you have to pay twice for the bandwidth (hulu -> your Linode, your Linode -> home).


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group