// COMPLETE THREAD

simple socket forwarder

2 expanded posts ยท every known parent and child

NODE b67bd7desimple socket forwarder
Does anyone have a simple packet forwarder to run
on a unix system? I want to set up a daemon on an
account to just redirect traffic from a particular port
to another host for some basic anonymity, but I don't
have experience doing socket coding, nor a book.
NODE 9f52fa65Re: simple socket forwarder
Anonymous wrote:
> 
> Does anyone have a simple packet forwarder to run
> on a unix system? I want to set up a daemon on an
> account to just redirect traffic from a particular port
> to another host for some basic anonymity, but I don't
> have experience doing socket coding, nor a book.
> 

It seems that what you need is called a proxy server. 

There was a perl script floating around that worked as a proxy server.

If you do it for web accesses, consider using Crowd, a distributed
network of anonymizing proxy servers.

	- Igor.