码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu:双(多)网卡绑定(bonding)配置

时间:2018-12-14 22:41:09      阅读:412      评论:0      收藏:0      [点我收藏+]

标签:ESS   interface   pre   ati   man   module   安装   slaves   内核   

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)配置

标签:ESS   interface   pre   ati   man   module   安装   slaves   内核   

原文地址:https://www.cnblogs.com/jinzhenshui/p/10121562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!