测试环境:Hyper-V centos1810-mininal 网卡配置外部-桥接模式
yum install wget vim net-tools -y
eth0 :static 192.168.6.11
开启加载bonding模块
modprobe --first-time bonding
lsmod | grep bonding
新建eth1配置文件,新增网卡
nmcli con show
nmcli dev
nmcli add type conn-name ifname
ifenslave -c bond0 eth1 #手动迁至eth1