各位好:
之前我设置过一个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