大家好,又见面了,我是你们的朋友全栈君。
Linux下配置bond0
1.使用network
接管网络服务,停止使用NetworkManager
,如若没有network
服务,安装network-scripts
安装包即可
2.做之前备份网卡配置文件。
配置模板
前景要求:6个网口,两两配置bond0
,连接名分别为servicebond
、cloudbond
、storagebond
,三个平面的VLan ID分别为19,320,414
一、配置连接名
# vim /etc/sysconfig/network-scripts/ifcfg-servicebond
NAME=servicebond
BONDING_MASTER=yes
TYPE=Bond
DEVICE=servicebond
BONDING_OPTS="mode=0 miimon=100"
BOOTPROTO=static
ONBOOT=yes
USERCTL=no
二、配置VLan ID子接口
# vim /etc/sysconfig/network-scripts/ifcfg-servicebond.19
DEVICE=servicebond.19
NAME=servicebond.19
BOOTPROTO=none
ONBOOT=yes
IPADDR=
NETMASK=
GATEWAY=
USERCTL=no
VLAN=yes
NM_CONTROLLED=no
###如不配置VLan ID,做以下操作外加第三、四步骤即可
# vim /etc/sysconfig/network-scripts/ifcfg-servicebond
DEVICE=servicebond
NAME=servicebond
TYPE=Bond
IPADDR=
NETMASK=
GATEWAY=
USERCTL=no
NM_CONTROLLED=no
BONDING_OPTS="mode=0 miimon=100"
BOOTPROTO=static
ONBOOT=yes
USERCTL=no
三、添加两块子网卡
# vim /etc/sysconfig/network-scripts/ifcfg-enp130s0f1
BOOTPROTO=none
DEVICE=enp130s0f1
ONBOOT=yes
MASTER=servicebond
SLAVE=yes
USERCTL=no
# vim /etc/sysconfig/network-scripts/ifcfg-enp132s0f0 <<CCC
BOOTPROTO=none
DEVICE=enp132s0f0
ONBOOT=yes
MASTER=servicebond
SLAVE=yes
USERCTL=no
四、启动网络服务
# service network restart
出现ignore等告警,忽略即可
五、查看bond状态
# cat /proc/net/bonding/servicebond
查看两块子网卡和激活状态
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/125808.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...