TCP Proxy with multiple clients

PROXYtcp

I am looking for a TCP proxy – a utility that will connect to a port, read a TCP stream, and write it to clients that connect to it.

The key point here is that there may be more than one client, and each client should receive a copy of the stream.

Preferably windows solution, but Linux can be useful as well.

Best Answer

you can also do it by using iptables . of course you won't have the "control" that you 'd have if you deploy it in higher level. But it's still a quick and dirty solution :>