To get proper redundancy, we've installed 2 switches in our network and connected them to eachother. We now want to hook our servers to both switches. Since all servers have 2 ethernet ports, this should be possible.

The big problem is that we want to do this using just 1 IP address per server. Does anyone know how to configure Linux (and Windows too actually) so it supports this, at the same time avoiding any form of looping ?

link|improve this question
Doesn't feel like programming question to me. – Māris Kiseļovs Sep 9 '10 at 15:15
possible duplicate of Connecting Linux system to switch from 2 interfaces – Iain Nov 16 '11 at 12:03
feedback

migrated from stackoverflow.com Sep 9 '10 at 19:11

This question came from our site for professional and enthusiast programmers.

3 Answers

For Linux look at the Linux Ethernet Bonding Driver

link|improve this answer
feedback

What youre looking for is a type of NLB or "teaming". There are a variety of third party alternatives - most implemented by the MFG. I'd take a look at your MOBO's website for any multi-home/teaming tools. Compatibility with the switches is going to be your biggest hurdle.

link|improve this answer
feedback

If you dont want to configure the Switches you can try the Mode 5 or balance-tlb.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown