您好,登錄后才能下訂單哦!
1. 配置網卡文件 cd /etc/sysconfig/network-scripts
[root@localhost]# vim ifcfg-Bond0
DEVICE=Bond0
TYPE=bonding
ONBOOT=yes
IPADDR=10.212.126.219
NETMASK=255.255.255.0
Gateway=10.212.126.1
MTU=1500
BONDING_OPTS='mode=0 miimon=100' //mode 0 是主備
USERCTL=no
NM_CONTROLLED=yes
BOOTPROTO=none
[root@localhost]# cat ifcfg-eth0
DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
MASTER=Bond0
SLAVE=yes
USERCTL=no
NM_CONTROLLED=yes
BOOTPROTO=none
[root@localhost]# cat ifcfg-eth2
DEVICE=eth2
TYPE=Ethernet
ONBOOT=yes
MASTER=Bond0
SLAVE=yes
USERCTL=no
NM_CONTROLLED=yes
BOOTPROTO=none
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。