suse-multiple nic的相同的子网问题

我有两个NIC在两个不同的子网(xx230.x和xx221.x)上有4个IP地址(eth0,1,2,3)的系统。

当我们的networking工程师closures一个交换机端口时,在同一个子网上的两个ip会closures。

我试图设置这些冗余,如果其中一个IP或交换机closures,其他将接pipe。 我尝试了与分区和端口转发不同的选项,但它不适合我。

我的网卡configuration如下:

eth0-xx230.16 int zone vlan1 eth1-xx221.1 ext.zone vlan2 eth2-xx230.26 int zone vlan1 eth3-xx221.11 ext.zone vlan2 

我知道有可能configuration这些网卡冗余 – 我错过了什么?

如果需要冗余,则需要为连接到同一子网的每对NIC使用绑定。
有关设置绑定的文档可以在http://www.novell.com/communities/node/6626/bonding-multiple-network-interfaces-sles-10find

如果你想获得冗余而不是更多的吞吐量,你可以configurationmode=1绑定。
为了获得没有单点故障的configuration,您显然需要两个交换机,一对中的每个NIC都连接到另一个交换机。