We were looking for something like that for a cluster that we are building.  The closest thing that I found was the IP Aliasing module.  This allows for multiple (upto 255) IP's  per NIC.  Also, be able to respond to them depending on destination IP using IP Chains.  For some types of applications, this seems to work well.  If you are looking for something to the effect that you have a virtual interface to several NICS, then the closest that I've seen is ARP Aliasing, although that isn't really what it was designed for, that may work.
 
 
-Shannon
-----Original Message-----
From: Michael McConnell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2000 11:03 PM
To: [EMAIL PROTECTED]; [email protected]
Subject: Data Piping

Ok here goes some crazy idea.
 
What I want to do is accept multiple TCP connections, but yet, PIPE all the DATA into one single TCP connection?
 
TCP---------\
                \
TCP-----------\
                 \
TCP-------------======== TCP
                 /
TCP----------/
 
Hmm, lets see how outlook does with ANSI...
 
 
Theories?
 
Mike

Reply via email to