The usual get-around-the-school-filter scenario: what is the best way to make a proxy out of my home pc?
The aim is to be able to connect to my ip from a remote (school) computer, and browse the internet without the filter picking anything up. This means the address bar can't be used as that is filtered too.
So I'm thinking: router forwards a port to stunnel, which makes a secure connection. Then stunnel forwards to squid or maybe tor (or rather privoxy and vidalia) which makes the request to the interweb. The data is then passed back to the remote machine which requested it.
But how? And what about the lack of address bar functionality (as anything passed through with that will trigger the filter).
Perhaps running something on IIS would be best? A little php page with a form, address to browse goes into the form (after a password to verify it's me), iis looks it up and passes it back to the remote machine.
Rambling. Any ideas anyway?
Edit: might do this http://www.webstuffscan.com/2006/12/21/accessing-blocked-websites-use-your-own-proxy-server-at-home/
The aim is to be able to connect to my ip from a remote (school) computer, and browse the internet without the filter picking anything up. This means the address bar can't be used as that is filtered too.
So I'm thinking: router forwards a port to stunnel, which makes a secure connection. Then stunnel forwards to squid or maybe tor (or rather privoxy and vidalia) which makes the request to the interweb. The data is then passed back to the remote machine which requested it.
But how? And what about the lack of address bar functionality (as anything passed through with that will trigger the filter).
Perhaps running something on IIS would be best? A little php page with a form, address to browse goes into the form (after a password to verify it's me), iis looks it up and passes it back to the remote machine.
Rambling. Any ideas anyway?

Edit: might do this http://www.webstuffscan.com/2006/12/21/accessing-blocked-websites-use-your-own-proxy-server-at-home/
Last edited: