Ubuntu:双(多)网卡绑定(bonding)配置
Posted 数据库探索
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu:双(多)网卡绑定(bonding)配置相关的知识,希望对你有一定的参考价值。
step 0:安装网卡绑定的功能
apt-get install ifenslave
step 1:加载内核模块:编辑 /etc/modules,添加:
bonding
step 2:编辑网卡配置:/etc/network/interfaces
auto enp0s3 iface enp0s3 inet dhcp auto enp0s8 iface enp0s8 inet manual bond-master bond1 auto enp0s9 iface enp0s9 inet manual bond-master bond1 auto bond1 iface bond1 inet static bond-slaves enp0s8 enp0s9 bond-mode 1 address 192.168.56.200/24
以上是关于Ubuntu:双(多)网卡绑定(bonding)配置的主要内容,如果未能解决你的问题,请参考以下文章
深度分析Linux下双网卡绑定七种模式 多网卡的7种bond模式原理
深度分析Linux下双网卡绑定七种模式 多网卡的7种bond模式原理
深度分析Linux下双网卡绑定七种模式 多网卡的7种bond模式原理