NICs bonding in openfiler 2.3

本文介绍如何在OpenFiler中配置网络接口聚合,采用主动-备用模式提高系统的高可用性。通过命令行详细步骤展示了如何设置bond0,并将eth1和eth2绑定到bond0上。
写了一篇英文的,有错误赶快指出啊,呵呵
     
     Interface bonding is a mens of aggregating two or more network interface cards(NICs) ,and  use the actibe-backup mode which is pretty simple and recommended in openfiler 2.3.In this mode if one interface become inactive,the sysetem will still be accessible through the other "standby"(bonding's NIC) interface.so it can provide high availability 
      When bond two NICs in web console in openfiler ,It's not working
So I must configure interface bonding with console,That's the stepts on below
1: # vi /etc/modprobe.conf
ADD:alias bond0 bonding
      options bond0 max_bonds=8 mode=active-backup miimon=100 downdelay=0 updelay=0
2:#  vi  /etc/syconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
MTU=1500
USERCTL=no
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.40.211
NETMASK=255.255.224.0
GATWAY=192.168.40.253
_3:#  vi /etc/sysconfig/network-scripts/ifcfg-eth1(one of you want to bond NICs-eth1)
DEVICE=eth1
MTU=1500
USERCTL=no
ONBOOT=yes
BOOTPROTO=static
MASTER=bond0
SLAVE=yes
4:# vi /etc/sysconfig/network-scripts/ifcfg-eth2(one of you want to bond NICs一eth2)
DEVICE=eth2
MTU=1500
USERCTL=no
ONBOOT=yes
BOOTPROTO=static
MASTER=bond0
SLAVE=yes
5:# modprobe bonding
6:# ifup bond0
Now multiple NICs bonding is working well 



本文转自 abner110 51CTO博客,原文链接:http://blog.51cto.com/abner/149073,如需转载请自行联系原作者
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值