Connecting Linux system to switch from 2 interfaces

Issues related to configuring your network
Post Reply
dellpe
Posts: 12
Joined: 2013/12/18 12:19:37

Connecting Linux system to switch from 2 interfaces

Post by dellpe » 2014/04/13 14:55:38

To get proper redundancy, we've installed 2 Huawei S3300 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 ?
Last edited by dellpe on 2014/04/16 03:26:30, edited 1 time in total.

Greg_E
Posts: 143
Joined: 2014/04/04 18:53:45

Re: Connecting Linux system to switch from 2 interfaces

Post by Greg_E » 2014/04/13 15:41:42

Old but might be of value

http://wiki.centos.org/TipsAndTricks/BondingInterfaces

This is newer and might be what you need

http://somelinuxdocs.wordpress.com/2013 ... -centos-6/

As far as Windows goes, this is often a function of the driver software, so no easy answer.

Post Reply