I have a server with 4 ports (2 adapters with two ports each). I want to connect two ports to the local switch and two other ports to the external switch. This local switch has an uplink to the external switch, which has access to the net. As the local switch has a faster connection (1 Gb), I want to use it as primary switch using the two ports. If this switch fails, I want that the following two ports, that are connected with the external switch, will get activated.
Is this possible?
Thanks.
http://studyhat.blogspot.com/2009/10/linux-nic-bonding.html
Any bonding mode that doesn't require a configuration on the switch will work. Consider mode-1 for example.
yes it is possible. you have to specify the nic with connection to the faster switch as primary. here is a bonding how-to.