Network bonding
今天遇到需要 network bonding 的情况, 记录点从头使用 network bonding 的笔记吧.
network bond
init
- ############(deleted)
Linux localhost.localdomain 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
CentOS Linux release 7.3.1611 (Core)
config
1 | ls /etc/sysconfig/network-scripts/ |
setup
centos7默认没有加bonding内核模板,加载方式modprobe –first-time bonding
查看是否加载成功 lsmod | grep bonding 或者 modinfo bonding
重启网络服务service network restart
可能会启动失败,bond0的状态不是UP, 查看/var/log/message可看到如下信息
Error: Connection activation failed: Master device bond0 unmanaged or not available for activation
1 | # 安装 bonding mod |
参考
原文作者: Pike.SZ.fish
原文链接: https://page.pikeszfish.me/2017/06/28/Network-bonding/
许可协议: 本文采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可