IP Link
Nmcli con add type team con-name team0 ifname team0 config '{"Runner": {"name": "activebackup "}}'
Nmcli con add type team-slave con-name team0-port1 ifname eno1 master team0
Nmcli con add type team-slave con-name team0-port2 ifname eno2 master team0
Teamctl team0 state
Nmcli Dev dis team0
Systemctl stop NetworkManager
Systemctl disable NetworkManager
CD/etc/sysconfig/network-scripts/
Ls-l ifcfg -*
Vim ifcfg-team0.
Tail ifcfg-team0
Name = team0
UUID = ......
Onboot = Yes
Bridge = brteam0
Bridge = brteam0
Cat ifcfg-team0-port1
Name = team0-port1
UUID =...
Device = eno1
Onboot = Yes
Team_master = team0
Devicetype = teamport
(You can also directly edit vim, 11dd)
Ifcfg-team0-port2 with port1
Systemctl restart Network
Reboot
Ping-I brteam0 192.168.0.254
This article is from the "Blood Java" blog, please be sure to keep this source http://sunrain990.blog.51cto.com/3700585/1558856
Set link aggregation and bridging, Bridging Mode