I have a server that has (4) physical port (let's call them eth0 to eth3). What I would like to do is have two separate bonded interfaces (bond0 and bond1) that aggregate eth0,1 and eth2,3 resp.
Can I do this and give each its own default GW? I can use separate subnets and/or VLANs to connect up the interfaces to the upstream switch.
Are there any weird side-effects that anyone can think of that would create asymmetric routing or similar?