LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Serving you tube video (https://www.linuxquestions.org/questions/linux-server-73/serving-you-tube-video-729142/)

Allanitto Newbee 05-28-2009 02:01 PM

Serving you tube video
 
Hi everyone,

At work we can't watch you tube video. They are blocked... really good.
Now I do have a test web server at home running Slackware12, apache2, Mysql and PHP. My question is, Can I use my server to proxy me in accessing you tube? I'm not comfortable going to sites like www.unblockyoutube.com or whatever to watch videos. I'm afraid they would inject some virus, adware and so on and so forth in my machine.

Is it possible?


Thanks for reading.

markotitel 05-29-2009 04:05 AM

Are you use proxy at work? If you are using proxy at work than you cannot do anything. If You have direct internet connection at work then yes you can proxy requests to your home server. but I dont think network admin allowed direct internet connection and then firewall filtered youtube :) .

Allanitto Newbee 06-05-2009 04:18 PM

I have checked our internet connection and found out that somehow we're not proxied. I'll double check again. If we're not then is there anyone who know how to do it???


Thanks

markotitel 06-06-2009 02:06 AM

If you have direct connection to the internet, then you can setup your own proxy at home, or use free proxies, those you can find on google

Hangdog42 06-07-2009 07:45 AM

Have you thought that maybe youtube was blocked for a reason, like they don't want you spending work time watching videos? At most places I've worked, circumventing the company's network security was grounds for firing. Just something to think about.

martino87r 06-07-2009 06:25 PM

lol
 
I'm using successfully SSH tunneling to encapsulate all the traffic... U should do this in that way:

At home, setup you server to accept SSH connections (port forward from the router).

If at work you are using windows then just open putty and in the ssh options setup a dynamic port (4500 for example). Then just connect, login and vuola'. Last step is to point your browser on the new port (proxy options - socks proxy - localhost, port 4500).
http://borosenclave.com/putty-ssh.php
Very easy and straight forward.

bb

Allanitto Newbee 06-11-2009 02:58 PM

K, I'll try ssh tunneling bwehehehe....


Ciao for now.


All times are GMT -5. The time now is 08:44 AM.