配置聚合连接
Posted wwchihiro
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置聚合连接相关的知识,希望对你有一定的参考价值。
[[email protected] /]# nmcli connection add type team autoconnect yes ifname team0 con-name team0 config ‘{"runner": {"name": "activebackup"}}‘ #man teamd.conf
[[email protected] /]# nmcli connection add type team-slave ifname eth1 con-name team0-1 autoconnect yes master team0
[[email protected] /]# nmcli connection add type team-slave ifname eth2 con-name team0-2 autoconnect yes master team0
[[email protected] /]# nmcli connection modify team0 ipv4.method manual ipv4.addresses 192.168.1.1/24 connection.autoconnect yes
[[email protected] /]# nmcli connection up team0
[[email protected] /]# nmcli connection up team0-1
[[email protected] /]# nmcli connection up team0-2
[[email protected] /]# ifconfig team0
以上是关于配置聚合连接的主要内容,如果未能解决你的问题,请参考以下文章