1
1
I have 6 ethernet cards in my server. 4 of 1Gbps and 2 of 10Gbps, So I have configured all 4Gig cards as bond0 with static IP 144 and 10Gig cards as bond1 with IP 122. The problem I'm facing is that the server always re-directs the incoming traffic to any one bonded interface i.e either bond0 or bond1. And if I reboot the server it is likely to use the other bonded interface.
This is what I'm doing.
scp abc.xyz me@192.168.1.144:
I'm expecting bond0 to receive the traffic here but it doesn't happen so.
even if I do scp with IP 122 it selects bond1. And after I reboot the system and when I try scp to both IPs this time it selects bond0.
But what I expect is static behavior i.e if I do scp to IP 144 always the traffic should be picked by bond0 and if I do scp to 122 the traffic should be redirected to bond1.
perhaps you need to bond bond1 and bond2 to another bond to achieve what you want – Tom Yan – 2016-06-01T10:48:53.280