CentOS 5.4上雙網路卡(多網路卡)繫結
在CentOS上做雙網路卡繫結:
1.確定網路卡和配置檔案
修改配置檔案:
vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
TYPE=Ethernet
MASTER=bond0
SLAVE=yes
vi /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
TYPE=Ethernet
MASTER=bond0
SLAVE=yes
vi /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
BOOTPROTO=none
#廣播域
BROADCAST=10.10.10.255
#網路卡實體地址
IPADDR=10.10.10.221
#子網掩碼
NETMASK=255.255.255.0
NETWORK=10.10.10.0
ONBOOT=yes
#閘道器地址
GATEWAY=10.10.10.1
TYPE=Ethernet
2. 在模組檔案中新增如下標紅的內容:
vi /etc/modprobe.conf
alias eth0 bnx2
alias eth1 bnx2
alias scsi_hostadapter megaraid_sas
alias scsi_hostadapter1 usb-storage
alias bond0 bonding
options bond0 miimon=100 mode=0
3.在啟動檔案中加入如下標紅內容:
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
ifenslave bond0 eth0 eth1
4.重啟網路服務
/etc/init.d/network restart
Shutting down interface bond0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface bond0: [ OK ]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23141985/viewspace-701726/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Redhat AS 5.4 雙網路卡繫結Redhat
- centos 6.5 雙網路卡繫結CentOS
- 雙網路卡繫結
- linux雙網路卡繫結Linux
- redhat 6.3 雙網路卡繫結Redhat
- Linux 繫結雙網路卡Linux
- Linux 雙網路卡繫結Linux
- 【轉】redhat 雙網路卡繫結Redhat
- liunx下雙網路卡繫結
- 基於centos6.8配置多網路卡繫結CentOS
- 華為server centos 6.5雙網路卡繫結操作步驟ServerCentOS
- RHEL6 雙網路卡繫結
- 關於AIX雙網路卡繫結AI
- linux redhat 雙網路卡繫結LinuxRedhat
- NIC bonding 雙網路卡繫結
- Linux 雙網路卡繫結實踐Linux
- 虛擬機器雙網路卡繫結虛擬機
- linux6.5 雙網路卡繫結Linux
- Linux 雙網路卡繫結技術Linux
- RedHat Linux 5 雙網路卡繫結RedhatLinux
- Linux單網路卡繫結多IP與多網路卡共用單IPLinux
- redhat5.4 雙網路卡 bondingRedhat
- Oracle 11gR2 RAC 單網路卡轉雙網路卡繫結配置Oracle
- Liunx 網路卡繫結
- Solaris下網路卡繫結多個IP
- RHEL5.6 多網路卡bond 繫結
- CentOS 5中改造RAC的private ip實現雙網路卡繫結CentOS
- 深度分析Linux下雙網路卡繫結七種模式 多網路卡的7種bond模式原理Linux模式
- Linux網路卡繫結Linux
- 剖析網路卡繫結模式模式
- linux 網路卡繫結Linux
- Linux下雙網路卡繫結bond0Linux
- SUSE linux雙網路卡繫結一個IPLinux
- Redhat linux雙網路卡繫結一個IPRedhatLinux
- 雙網路卡共享上網設定
- Linux(09):網路卡繫結Linux
- Oracle RAC 與 網路卡繫結Oracle
- 網路卡繫結七種模式模式