centos 6.5 雙網路卡繫結
cat << EOF > /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
TYPE=Ethernet
USERCTL=no
IPADDR=0.0.0.0
NETMASK=255.255.255.0
GATEWAY=0.0.0.0
EOF
cat << EOF > /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
TYPE=Ethernet
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
USERCTL=yes
EOF
cat << EOF > /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
ONBOOT=yes
TYPE=Ethernet
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
USERCTL=yes
EOF
cat << EOF >> /etc/modprobe.d/bond.conf
alias bond0 bonding
options bond0 mode=1 miimon=100
EOF
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30129545/viewspace-1808853/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 華為server centos 6.5雙網路卡繫結操作步驟ServerCentOS
- linux6.5 雙網路卡繫結Linux
- CentOS 5.4上雙網路卡(多網路卡)繫結CentOS
- 雙網路卡繫結
- linux6.5 網路卡繫結Linux
- linux雙網路卡繫結Linux
- redhat 6.3 雙網路卡繫結Redhat
- Linux 繫結雙網路卡Linux
- Linux 雙網路卡繫結Linux
- Redhat AS 5.4 雙網路卡繫結Redhat
- 【轉】redhat 雙網路卡繫結Redhat
- liunx下雙網路卡繫結
- RHEL6 雙網路卡繫結
- 關於AIX雙網路卡繫結AI
- linux redhat 雙網路卡繫結LinuxRedhat
- NIC bonding 雙網路卡繫結
- CentOS 5中改造RAC的private ip實現雙網路卡繫結CentOS
- Linux 雙網路卡繫結實踐Linux
- 虛擬機器雙網路卡繫結虛擬機
- Linux 雙網路卡繫結技術Linux
- RedHat Linux 5 雙網路卡繫結RedhatLinux
- CentOS 6.5 修改網路卡配置資訊CentOS
- Linux下雙網路卡繫結bond0Linux
- SUSE linux雙網路卡繫結一個IPLinux
- Redhat linux雙網路卡繫結一個IPRedhatLinux
- 基於centos6.8配置多網路卡繫結CentOS
- Oracle 11gR2 RAC 單網路卡轉雙網路卡繫結配置Oracle
- Liunx 網路卡繫結
- Linux雙網路卡繫結單個IP之(team)Linux
- Linux網路卡繫結Linux
- 剖析網路卡繫結模式模式
- linux 網路卡繫結Linux
- 網路卡繫結與交換機埠聚合配置(CentOS6.2)CentOS
- Linux下修改網路卡名稱(centos6.5)LinuxCentOS
- Linux下雙網路卡繫結bond配置例項詳解Linux
- OEL6.4(BOND)雙網路卡繫結實戰—附加說明
- Linux(09):網路卡繫結Linux
- Oracle RAC 與 網路卡繫結Oracle