Redundant network interfaces on a CentOS 7 server

Issues related to configuring your network
Post Reply
lgs-it

Redundant network interfaces on a CentOS 7 server

Post by lgs-it » 2015/05/27 07:47:21

Hello,

I'd like to configure redundant network interfaces (not a bond) on a CentOS 7 x64 server.

Foe example:

Code: Select all

   CentOS 7
+--------------+        +----------+
| 192.168.1.1  |--eth0--| Switch 1 |-- ...
| ------------ |        +----------+
|              |                       
| ------------ |        +----------+
| 192.168.1.1  |--eth1--| Switch 2 |-- ...
+--------------+        +----------+ 
Let's say, eth0 is the default interface. In case Switch 1 is down for some reason, eth1 takes control, so the CentOS server is still reachable.

So, eth1 is "idle" until Switch 1 fails. I don't care if eth0 takes control if Switch 1 is up again or eth1 stays up (until Switch 2 is down). The primary target is redundancy.

Would this be possible?

Thanks in advance!

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Redundant network interfaces on a CentOS 7 server

Post by TrevorH » 2015/05/27 09:00:46

That's what a bond is!
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

lgs-it

Re: Redundant network interfaces on a CentOS 7 server

Post by lgs-it » 2015/05/27 10:08:44

Okay, I see. I thought bond connections had to be on the same switch, so this was a general problem of understanding by myself.

However, in that case I have another problem. I already tried to get a bond running with multiple VLANs on CentOS 7, but ran into the same issue as that user (only on CentOS 7, version 6 works fine):

https://bugs.centos.org/view.php?id=7460

:(

Post Reply