博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
聚合连接
阅读量:3942 次
发布时间:2019-05-24

本文共 786 字,大约阅读时间需要 2 分钟。

此链路使用接口 eth1 和 eth2此链路在其中一个接口失效时仍然能工作此链路在 system1 上使用下面的地址 172.16.3.20/24此链路在 system2 上使用下面的地址 172.16.3.25/24此链路在系统重启之后依然保持正常状态负载均衡-聚合连接  "runner": {"name": "roundrobin"}热备份-聚合连接    "runner": {"name": "activebackup"}
[root@server0 ~]# ifconfig1. 创建聚合连接配置[root@system1-2 ~]# nmcli connection add con-name team0 type team ifname team0 config '{"runner": {"name": "activebackup"} }'2.新建聚合成员连接[root@system1-2 ~]# nmcli connection add con-name team0-p1-2 type team-slave ifname eth1-2 master team03.配置IPv4地址[root@server0 ~]# nmcli connection modify team0 ipv4.method manual ipv4.addresses '172.16.3.20/24' connection.autoconnect yes4.激活聚合连接[root@system1-2 ~]# nmcli connection up team05.激活聚合成员连接[root@system1-2 ~]# nmcli connection up team0-p1[root@system1-2 ~]# nmcli connection up team0-p2

转载地址:http://drnwi.baihongyu.com/

你可能感兴趣的文章
win7 文件删除后要刷新后才会消失
查看>>
用ffmpeg转多音轨的mkv文件
查看>>
ubuntu12.04 安装VLC,在root用户下不能使用的问题
查看>>
简单而又完整的Makefile
查看>>
GNU/Linux下如何卸载源码安装的软件
查看>>
ffmpeg 常用 命令随手记
查看>>
av_seek_frame中flags值的意义
查看>>
git 学习笔记
查看>>
C++类中的static的用法
查看>>
vector 释放内存 swap
查看>>
在linux下新增一块硬盘的操作。(包含大于2T的硬盘在linux下挂载操作)
查看>>
在32位系统中使用fseek和lseek或fwrite、write写大文件时,最大只能写2G左右的解决办法
查看>>
整理华为C/C++编码规范
查看>>
C语言中嵌入正则表达式
查看>>
libxml2 指南(中文)
查看>>
虚拟机VMware中实现linux与windows的共享
查看>>
undefined reference问题总结
查看>>
souce insight 3.5 修改背景颜色
查看>>
Linux 关闭/开启图形界面(X-window) 命令
查看>>
debug 打印 开关 设计(for c || C++)
查看>>