Networking Forums

Networking Forums > Computer Networking > Linux Networking > Ethernet Failover

Reply
Thread Tools Display Modes

Ethernet Failover

 
 
Sadik Aral Bozkirli
Guest
Posts: n/a

 
      10-06-2003, 11:58 AM
Hi,

I'm looking for an Ethernet failover solution. I have systems with
two interfaces each. Each system is connected two different switches.
Due to limitations in the software, each system can only have one IP
address. So I need to find a way to make two interfaces appear as
one. Load balancing might or might not be needed but failover is a
must.

I think this can be done using ethernet "bonding". I also tried to
use the "bridge" module in the kernel to do that with partial success.
Which one is a better way to do this? Are there any other ways?

Thanks,
Sadik
 
Reply With Quote
 
 
 
 
Cedric Blancher
Guest
Posts: n/a

 
      10-06-2003, 01:14 PM
Dans sa prose, Sadik Aral Bozkirli nous ecrivait :
> I'm looking for an Ethernet failover solution.

[...]
> Load balancing might or might not be needed but failover is a must.


> I think this can be done using ethernet "bonding". I also tried to use
> the "bridge" module in the kernel to do that with partial success.


Bridge can be at most a workaround, but definitly not a solution.

Bonding is definitly what you need. Just read
Documentation/networking/bonding.txt within kernel sources, there's a full
high availability section that cover your needs.

BTW, using two different switches does not really fit load balancing
needs, as the same MAC on two different switches at the same time leads to
confusion. You'll have to configure the interfaces in active backup : one
remains slient until the other gets down. Take care that failover stuff
only relies on link status. If your switch stops forwarding but link
remains up (partial fault), then no fallback will occur.

--
BOFH excuse #137:

User was distributing pornography on server; system seized by FBI.

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Failover JC Putter Windows Networking 2 11-09-2006 05:25 AM
Failover router ? robert Linux Networking 3 08-30-2006 05:27 PM
failover configuration hhh Network Routers 0 06-28-2006 08:45 AM
NFS Failover Test pechoi@syr.edu Linux Networking 0 05-23-2006 02:14 PM
Failover on website John Linux Networking 0 07-20-2004 10:45 AM



1 2 3 4 5 6 7 8 9 10 11