nmcli configure network 2019-09-01 GNULINUX►RHEL RHEL Comments1234567# 修改配置文件[root@localhost ~ ] # nmcli connection add type bond ifname bond1 mode 1# 临时配置,不写入配置文件[root@localhost ~ ] # nmcli connection add type bond ifname bond1 mode 1 ip4 192.168.10.215/24 gw4 192.168.0.1[root@localhost ~ ] # nmcli connection add type bond-slave ifname eth0 master bond1[root@localhost ~ ] # nmcli connection add type bond-slave ifname eth1 master bond1