|
you could probably do it without tweaking bonding. set up two tunnels between the two, so that you have tap0 and tap1 on each machine then bond the ethernet on one to tap0 and the ethernet on the other to tap1. Once you've done that any traffic coming out the non-bonded tap interface gets sent out the ethernet interface (not the bond interface) of that machine. And if you cross the taps, so tap0 of machine 1 goes to tap1 of machine2 and vice versa then the setup will look the same on both machines (i.e. bond with tap0 and route tap1 traffic to ethernet)
|