Hi,
On Mon, Nov 14, 2005 at 10:57:17PM +0100, Paulo ribeiro wrote:
Do you guys know of a "proxy", that can
proxy a connection to more than one
machine? Let me explain; I want this:
* Client A opens a TCP connection with Server B on port X
* Client A sends data on port X
* Server B opens TCP connection with Server C on port X
* Server B opens TCP connection with Server D on port X
* Server B opens TCP connection with Server ... on port X
* Server B sends data on each opened connection
Additionally, it would be great if the Server B (the proxy) would open the
connection with a source IP of client A so that the connection really seems
to come from Client A. I need this to test several Mail appliances at once.
Any idea if it exists? I might code it :) Any suggestions?
You might find interesting stuff in tools for cluster management,
these at least allow for simultaneous remote managamement of
multiple nodes in the cluster. That's certainly no proxy, but
might be shoehorned into such tasks as you need...
Greets & hth,
Eric