https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/
-
$ sudo dnf install teamd
NetworkManager-team
-
$ nmcli device status
-
$ nmcli connection show
-
$ nmcli connection delete e3cec54d-e791-4436-8c5f-4a48c134ad29 $ nmcli connection delete dee76b4c-9alb-4f24-a9f0-2c9574747807
-
$ nmcli device status
-
$ nmcli connection add type team con-name team0 ifname team0 config '{"runner": {"name": "activebackup"}}'
-
$ nmcli connection show team0
-
$ nmcli connection show
-
$ nmcli con mod team0 ipv4.addresses 192.168.2.100/24 $ nmcli con mod team0 ipv4.gateway 192.168.2.1 $ nmcli con mod team0 ipv4.dns 8.8.8.8 $ nmcli con mod team0 ipv4.method manual $ nmcli con mod team0 connection.autoconnect yes
-
$ nmcli con add type team-slave con-name team0-slave0 ifname enp0s3 master team0 $ nmcli con add type team-slave con-name team0-slave1 ifname enp0s8 master team0
-
$ nmcli connection show
-
$ nmcli connection down team0 && nmcli connection up team0
-
$ ip addr show dev team0
-
$ sudo teamdctl team0 state