Web blocked!

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
User avatar
Jon the Great
DBB Captain
DBB Captain
Posts: 538
Joined: Fri Nov 28, 2003 3:01 am
Location: California

Web blocked!

Post by Jon the Great »

The computer where I work has the misfortune of sharing the High School's web connection from across the street which has an extensive web block in place for it's students.

We don't do much computer work around here so it's rarely noticed but I would like to find a work around short of actually talking to the IT manager at the High School myself so that I can vist places like youtube in my free time.

The block seems to be url/domain based. When I try to load a blocked page it automatically redirects me to the High scool website.

Code: Select all

youtube.com becomes ->
http://www.lghs.net/?DOMAIN=youtube.com&CATEGORY=adult&OBJ=Content%20Filtering

A google search for the word 'proxy' becomes ->
http://www.lghs.net/?MSG=The%20search%20keyword%20%22proxy%22%20is%20categorized
%20as%20local-block%20and%20blocked%20by%20the%20content%20filter.
&CATEGORY=local-block&OBJ=Content%20Filtering
Does anyone recognize that kind of web block? And is there a way around it?

I thought proxies might be the solution so I pulled up a list of public proxy servers and tried several of those. However, it appears the block sees right through that. Or possibly I was using them wrong. Is the website url supposed to change when routing your requests through a proxy?
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

If you have a computer on the Internet available, set up an SSH server on it. Then you can tunnel SOCKS5 over SSH and get a clean (albeit slower) connection to the outside world.
User avatar
Jon the Great
DBB Captain
DBB Captain
Posts: 538
Joined: Fri Nov 28, 2003 3:01 am
Location: California

Post by Jon the Great »

It's one computer, an EMac running OS X.
I saw an option for SOCKS5 in Firefox when I was messing with proxies. Not sure how I would go about setting up an SSH server on it though. Is that something I could do on a computer outside the block or would it need to be on the local network? Also could you explain how tunneling works?
User avatar
roid
DBB Master
DBB Master
Posts: 9996
Joined: Sun Dec 09, 2001 3:01 am
Location: Brisbane, Australia
Contact:

Post by roid »

http://www.boingboing.net/censorroute.html

boingboing has a page dedicated to overcomming censorware. they're pretty sharp ppl
User avatar
Jon the Great
DBB Captain
DBB Captain
Posts: 538
Joined: Fri Nov 28, 2003 3:01 am
Location: California

Post by Jon the Great »

Thanks for the link. There's alot of info there I'm going through it now.
Post Reply