博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NIC Bonding: 2 nic port as 1 interface
阅读量:5924 次
发布时间:2019-06-19

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

The following is concluded from .

Consider we have 2 interfaces:

eth0 & eth1

bond the two interface:

in ifcfg-eth0/ifcfg-eth1:

remove IP/MASK/GW/UUID;

DEVICE="ethn"

NM_CONTROLLED="no"

MASTER=bond0

SLAVE=yes

HWADDR="macaddr"

ONBOOT="yes"

bond0:

remove HWADDR

add IP/MASK/GW

DEVICE="bond0"

ONBOOT="yes"

BONDING_OPTS="mode=0 miimon=100 primary=eth0"

where mode=0, RR, mode=1, active-backup

miimon means milisecs after bonding is up

primary device is the default when in mode 1.

 

before doing anything, make sure kernel module bonding is loaded by modprobe bonding..

 

转载于:https://www.cnblogs.com/sansna/p/6145068.html

你可能感兴趣的文章
Zimbra 8.7.1GA更新
查看>>
how to install subversion(svn) with eclipse on windows
查看>>
linux下vi命令大全
查看>>
Node.js 应用故障排查手册 —— 利用 CPU 分析调优吞吐量
查看>>
链表笔试题汇编(二)
查看>>
团购网团挖员工陷混战
查看>>
MySQL登陆后提示符的修改
查看>>
Puppet之安装dashboard 成功版
查看>>
在同一台服务器上配置多个Tomcat
查看>>
使用python脚本,调用post方式监控服务器状态
查看>>
shell脚本--for循环打印下面这句话中字母数不大于6的单词
查看>>
proxmox 3.0通过USB安装到服务器上
查看>>
第二集 be动词 一般动词的现在时
查看>>
NTP服务及时间同步(CentOS6.x)
查看>>
httpd添加虚拟主机
查看>>
我的友情链接
查看>>
一个网络工程师至少要的做实验
查看>>
复制数组
查看>>
创建 OpenStack云主机 [六]
查看>>
RHEL环境搭建--Nginx|Tomcat|Java|Dubbo|RabbitMQ|Redis|Nexus|MySQL
查看>>