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

本文共 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

你可能感兴趣的文章
ORACLE的基本语法集锦
查看>>
centos下安装php环境
查看>>
Mybatis逆向工程的实现
查看>>
su和sudo用法学习整理
查看>>
4. 输入输出流体系结构
查看>>
基于LAMP 搭建PowerDNS
查看>>
关于android8.1实现多个app升级时的注意事项
查看>>
省市县三级联动
查看>>
【高德地图API】从零开始学高德JS API(三)覆盖物
查看>>
IOS的UIScrollView的自动布局
查看>>
我的友情链接
查看>>
DHCP服务器配置
查看>>
Long integer Adder-大整数相加
查看>>
Docker用户指南 之(第二步) Hello world
查看>>
1052. Candy Sharing Game
查看>>
指令寄存器名词解释【一】
查看>>
Xcode6 中 设置安装KSImage 出现错误
查看>>
Yii框架官方指南系列33——扩展Yii:概览
查看>>
ASP.NET中前台javascript与后台代码调用
查看>>
First Blood
查看>>