码迷,mamicode.com
首页 > 其他好文 > 详细

配置聚合连接

时间:2018-05-29 20:45:47      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:mod   eth   bsp   聚合   sse   -name   ast   team   res   

[root@server0 /]# nmcli connection add type team autoconnect yes ifname team0 con-name team0 config ‘{"runner": {"name": "activebackup"}}‘ #man teamd.conf

[root@server0 /]# nmcli connection add type team-slave ifname eth1 con-name team0-1 autoconnect yes master team0

[root@server0 /]# nmcli connection add type team-slave ifname eth2 con-name team0-2 autoconnect yes master team0

[root@server0 /]# nmcli connection modify team0 ipv4.method manual ipv4.addresses 192.168.1.1/24 connection.autoconnect yes

[root@server0 /]# nmcli connection up team0
[root@server0 /]# nmcli connection up team0-1
[root@server0 /]# nmcli connection up team0-2
[root@server0 /]# ifconfig team0

 

配置聚合连接

标签:mod   eth   bsp   聚合   sse   -name   ast   team   res   

原文地址:https://www.cnblogs.com/wwchihiro/p/9107440.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!