PDA

View Full Version : [SOLVED] how to set up proxy server within a secure webpage?


gobbledigook
February 23rd, 2010, 01:31 PM
Hi!

i'm sure this is fairly simple, yet i have fund nothing useful by searching :(

I would like to set up a proxy server at home which i can use to access sites from work. I was thinking a web-page i log into and then a sort of use like a browser? like this (http://anonymouse.org/anonwww.html) for example, but where i can have a secure login :)

any ideas how i can accomplish this?

elliotbeken
February 23rd, 2010, 02:20 PM
yes i am also intersted in this i want to do the same

i have a squid proxy that works well but i want to do it this way aswell

gobbledigook
February 24th, 2010, 01:30 PM
*bump*

gobbledigook
February 25th, 2010, 02:31 PM
i have done this now using poxy (http://sourceforge.net/projects/poxy/) and phpSecurePages (http://www.phpsecurepages.com/)

noway2
February 25th, 2010, 05:52 PM
use SSH as a socks proxy. You can make it very secure using password-less login. All of your traffic will be encrypted. You can use remote DNS option on firefox and even the DNS lookups (where you go) will be done remotely.

This is really easy to do. Set up an SSH server at home. Then from the client end, pull up a shell, cygwin, or putty, and then connect with "SSH -CND 9999 user@yourdomain". Then in firefox configure a socks proxy of localhost on port 9999. All traffic will be routed through the SSH to your server.