thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Fri Aug 05, 2005 8:21 pm Post subject: Setting up the Proxy Server |
|
|
The SOCKS proxy server available from http://www.socks.nec.com/.
Uncompressed and untar the files into a directory on your system, and follow the instructions on how to make it. I had a couple problems when I made it. Make sure that your Makefiles are correct.
One important thing to note is that the proxy server needs to be added to /etc/inetd.conf. You must add a line:
socks stream tcp nowait nobody /usr/local/etc/sockd sockd
to tell the server to run when requested. |
|