繫結2網路卡為bond0
cat /etc/modprobe.conf
alias eth0 bnx2
alias eth1 bnx2
alias eth2 be2net
alias eth3 be2net
alias scsi_hostadapter cciss
alias scsi_hostadapter1 qla2xxx
alias scsi_hostadapter2 usb-storage
alias bond0 bonding
options bonding max_bonds=1
options bonding max_bonds=1
cat /etc/rc.d/rc.local
#!/bin/sh
#
# This script. will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style. init stuff.
touch /var/lock/subsys/local
ethtool -K eth2 gro off
ethtool -K eth3 gro off
ethtool -K eth3 gro off
cat ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=static
IPADDR=10.192.8.155
NETMASK=255.255.252.0
USERCTL=no
BONDING_OPTS="mode=1 miimon=100 primary=eth2"
cat ifcfg-eth2
# ServerEngines Corp. Emulex OneConnect 10Gb NIC (be3)
DEVICE=eth2
MASTER=bond0
SLAVE=yes
HWADDR=E4:11:5B:E8:09:28
ONBOOT=yes
cat ifcfg-eth3
# ServerEngines Corp. Emulex OneConnect 10Gb NIC (be3)
DEVICE=eth3
MASTER=bond0
SLAVE=yes
HWADDR=E4:11:5B:E8:09:2C
ONBOOT=yes
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23757700/viewspace-772513/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux下雙網路卡繫結bond0Linux
- Liunx 網路卡繫結
- 雙網路卡繫結
- Linux網路卡繫結Linux
- 剖析網路卡繫結模式模式
- linux 網路卡繫結Linux
- Oracle 11gR2 RAC 單網路卡轉雙網路卡繫結配置Oracle
- CentOS 5.4上雙網路卡(多網路卡)繫結CentOS
- Linux(09):網路卡繫結Linux
- linux雙網路卡繫結Linux
- Oracle RAC 與 網路卡繫結Oracle
- redhat 6.3 雙網路卡繫結Redhat
- Linux 繫結雙網路卡Linux
- Linux 雙網路卡繫結Linux
- Redhat AS 5.4 雙網路卡繫結Redhat
- 網路卡繫結七種模式模式
- centos 6.5 雙網路卡繫結CentOS
- linux rac 網路卡繫結Linux
- 【轉】redhat 雙網路卡繫結Redhat
- liunx下雙網路卡繫結
- linux6.5 網路卡繫結Linux
- RHEL6 雙網路卡繫結
- 關於AIX雙網路卡繫結AI
- linux redhat 雙網路卡繫結LinuxRedhat
- NIC bonding 雙網路卡繫結
- 【LINUX】Linux網路卡繫結探析Linux
- Linux 雙網路卡繫結實踐Linux
- 七種網路卡繫結模式詳解模式
- 七種網路卡繫結模式介紹模式
- 虛擬機器雙網路卡繫結虛擬機
- linux6.5 雙網路卡繫結Linux
- Linux 雙網路卡繫結技術Linux
- Redhat Linux網路卡配置與繫結RedhatLinux
- RedHat Linux 5 雙網路卡繫結RedhatLinux
- Solaris下網路卡繫結多個IP
- RHEL5.6 多網路卡bond 繫結
- Linux單網路卡繫結多IP與多網路卡共用單IPLinux
- Windows中改變網路卡繫結順序Windows