【nic】Linux下网卡bonding模式配置
网卡bond(绑定),也称作网卡捆绑。
就是将两个或者更多的物理网卡 绑定成一个虚拟网卡。网卡是通过把多张网卡绑定为一个逻辑网卡,实现本地 网卡的冗余,带宽扩容和负载均衡,在应用部署中是一种常用的技术。
多网卡绑定实际上需要提供一个额外的软件的bond驱动程序实现,通过 驱动程序可以将多块网卡屏蔽。
对TCP/IP协议层只存在一个Bond网卡,在 Bond程序中实现网络流量的负载均衡,即将一个网络请求重定位到不同的网 卡上,来提高总体网络的可用性。
Linux系统bonding技术是内核层面实现的,它是一个内核模块(驱动)。使用它需要系统有这个模块, 我们可以modinfo命令查看下这个模块的信息, 一般来说都支持。
参考
CentOS配置bond
https://www.cnblogs.com/kaishirenshi/p/10245228.html
https://www.cnblogs.com/Skyar/p/3397072.html
Linux下网卡bonding配置
https://www.cnblogs.com/huangweimin/articles/6527058.html
网卡配置bond(绑定)
https://www.cnblogs.com/zxy-5257/p/10108662.html
多网卡的7种bond模式原理
https://www.cnblogs.com/dkblog/p/3613407.html
Linux 网卡 Bonding 配置
https://blog.csdn.net/zhaoyi40233/article/details/120980799
Red Hat Enterprise Linux7Networking Guide7.7. Using Channel Bonding
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-using_channel_bonding#masthead