摘要: team 与 bond 的对比(https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-comparison_of_network_teaming_to_bo 阅读全文
posted @ 2022-02-18 17:30 demoduan 阅读(908) 评论(0) 推荐(0)
摘要: Linux 多网卡绑定 网卡绑定 bond 共有七种 (0~6) bond0 ~ bond6 常用的有四种 mode=0:轮询负载均衡,数据包依次轮流从每个网卡发送,最大化带宽利用率 mode=1:自动备援模式(active-backup),其中一条线若断线,其他线路将会自动备援 mode=4:带宽 阅读全文
posted @ 2022-02-18 16:25 demoduan 阅读(6135) 评论(0) 推荐(0)