首页 > 其他 > 详细

配置聚合连接

时间:2018-05-29 20:06:11      阅读:197      评论:0      收藏:0      [点我收藏+]

[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

 

配置聚合连接

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!