View Single Post

  #1 (permalink)  
Old 04-11-2008, 03:22 PM
theVOID theVOID is offline
Junior Member
User
 
Join Date: Apr 2008
My distro: SUSE
Posts: 3
Rep Power: 0
theVOID is on a distinguished road
Default Routing/copying data from eth0 and send over eth1 and eth2

Hi!
I have a question regarding using multiple network adapters in LINUX.
I want to take all data that comes in on eth0 and route that data out over eth1 and eth2.
The SAME data over both interfaces.
How can I accomplish this?
We have tried Iptables, TC, route etc and even looked at multilink PPP and multipath routing but all we can
get is some kind of balanxing that sends half of the data over one interface and the other half over another.
I want to route the same data out over two separate interfaces, for reduncandy.
Any tips on how to do this?
Many many thanks

Henrik
Reply With Quote