Proxy server help needed
We need access to a SOCKS4 proxy server, a SOCKS5 proxy server, and an HTTP proxy server for some connectivity testing. Please contact me if you have a reliable setup of one or all of these we could use. Thanks
We need access to a SOCKS4 proxy server, a SOCKS5 proxy server, and an HTTP proxy server for some connectivity testing. Please contact me if you have a reliable setup of one or all of these we could use. Thanks
February 26th, 2006 at 6:55 PM
swayze here…
IM me
February 27th, 2006 at 12:10 AM
Just use OpenSSH. Check the -D option in the man page. Basically do this:
ssh -D 1234 localhost
Then you can use localhost:1234 as the SOCKS server. You can also connect to a different host by using user@host, but still use localhost:1234 as the proxy.
March 9th, 2006 at 4:14 PM
server coming shortly