将原来的/etc/sysconfig/network-scripts下的备份走
nmcli con add type bond ifname bond0 con-name bond0 mode 1 miimon 100
nmcli con modify bond0 ipv4.addresses 172.16.19.4/24 ipv4.gateway 172.16.19.1 ipv4.method manual connection.autoconnect yes
nmcli con add type ethernet slave-type bond ifname enp24s0f1 con-name slave1 master bond0
nmcli con add type ethernet slave-type bond ifname enp24s0f3 con-name slave2 master bond0
enp240f1和enp24s0f3是真实网卡名
启动网卡
nmcli con up bondo