ubuntu12.04 4块网卡2个bond 怎么设置

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
暗夜婚
帖子: 5
注册时间: 2014-12-01 11:56
系统: ubuntu 14.04

ubuntu12.04 4块网卡2个bond 怎么设置

#1

帖子 暗夜婚 »

各位好:
之前我设置过一个bond0的,就是eth0,eth1俩个网卡做冗余,现在我想四块网卡做冗余,做一个bond0和一个bond1,请问该怎么设置
以下是我做bond0时候的设置:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual
bond-master bond0

auto eth1
iface eth1 inet manual
bond-master bond0

auto bond0
iface bond0 inet static
address 192.168.10.190
netmask 255.255.255.0
network 192.168.10.0
gateway 192.168.10.254
dns-search 8.8.8.8
dns-nameservers 192.168.10.44

bond-mode 1

bond-miimon 100

bond-slaves none
回复