Centos网卡bond

Centos6_Bonding配置:

1.禁用NetworkManager服务 Centos网卡bond

2.创建bonding设备的配置文件

Centos网卡bond

3.添加从属接口1

Centos网卡bond

4.添加从属接口2

Centos网卡bond

5.重启网卡服务

Centos网卡bond

6.查看bond0状态

Centos网卡bond

7.删除bond配置

Centos网卡bond

Centos7_Bonding配置:

1.添加bonding接口

Centos网卡bond

2.添加从属接口1

Centos网卡bond

3.添加从属接口2

Centos网卡bond

4.修改bonding接口IP

Centos网卡bond

5.启动从属接口

Centos网卡bond

6.启动bonding接口

Centos网卡bond

7.查看bond0状态

Centos网卡bond


8.删除bond配置

Centos网卡bond

Centos7_网络组配置

网络组:是将多个网卡聚合在一起方法,从而实现冗错和提高吞吐量;网络组不同于旧版中bonding技术,提供更好的性能和扩展性;网络组由内核驱动和teamd守护进程实现。

1.添加team接口

Centos网卡bond

2.添加从属接口1

Centos网卡bond

3.添加从属接口2

Centos网卡bond

4.修改team接口IP

Centos网卡bond

5.启动从属接口

Centos网卡bond


6.启动bonding接口

Centos网卡bond

7.查看team0状态

Centos网卡bond

8.删除team配置

Centos网卡bond

原创文章,作者:wangdongxu,如若转载,请注明出处:http://www.178linux.com/76097

(1)
wangdongxuwangdongxu
上一篇 2017-05-17 15:50
下一篇 2017-05-17 21:43

相关推荐

  • CA,DNS,LAMP实现wordpress

    拓扑图见编译实现LAMP,bind,CA.jpg test3配置:     yum -y install bind     修改named.conf配置文件:     //      listen-on por…

    2017-04-23
  • test

    test

    Linux干货 2016-08-08
  • Centos6上安装cobbler及cobbler常见参数详解

    前言 Cobbler是一个自动化和简化系统安装的工具,通过使用网络引导来控制和启动安装。Cobbler的特性包括存储库镜像、Kickstart模板和连接电源管理系统。使用Cobbler之前需要先了解下PXE和Kickstart的基本原理,文章包含了Cobbler工作原理和Cobbler部署实践两部分内容,交叉关联性的内容还是蛮多的,遇到报错也不要怕,都会一步…

    Linux干货 2016-11-11
  • 行编辑器sed

    行编辑器sed   Sed,grep,awk命令被称为文本编辑三剑客,目前学习了grep命令,sed命令 自我觉得sed命令更强大,排名第一,grep暂居第二,awk没学不太清楚。   这次的博客写一下刚学习的sed命令,grep命令是全局搜索剪切,sed命令则是逐行进行处理,它一次处理一行内容。Sed命令有两个空间,…

    2017-08-26
  • 部署LAMP之WordPress, PMA(https), Discuz

    一、环境介绍     系统:CentOS 6.7     软件:httpd-2.2, mysql-5.3, wordpress-4.3, pma4.0     网络:       …

    Linux干货 2016-03-24
  • 关于取路径名与基名的探讨和扩展-20160806

                          关于取路径名与基名的探讨和扩展     这两天学习grep  ,   egrep  ,  sed  &nb…

    Linux干货 2016-08-07