Linux
Home / Linux / Bonding pada ubuntu

Bonding pada ubuntu

Dari Master Noho
#Bond0 to Switch Host
auto bond0
iface bond0 inet static
address 45.126.132.4
gateway 45.126.132.1
netmask 255.255.254.0
bond-mode 802.3ad
bond-slaves none
bond-xmit_hash_policy layer3+4
bond-miimon 100
bond-updelay 200
bond-downdelay 200
bond-lacp-rate 1

auto eth7
iface eth7 inet manual
bond-master bond0

auto eth8
iface eth8 inet manual
bond-master bond0

#Bond1 to Switch SDN Vlan
auto bond1
iface bond1 inet static
address 172.16.17.4
gateway 172.16.17.1
netmask 255.255.255.0
bond-mode 802.3ad
bond-slaves none
bond-xmit_hash_policy layer3+4
bond-miimon 100
bond-updelay 200
bond-downdelay 200
bond-lacp-rate 1

auto eth5
iface eth5 inet manual
bond-master bond1

auto eth9
iface eth9 inet manual
bond-master bond1

#Bond2 to Switch Storage
auto bond2
iface bond2 inet static
address 172.16.16.4
gateway 172.16.16.1
netmask 255.255.255.0
bond-mode 802.3ad
bond-slaves none
bond-xmit_hash_policy layer3+4
bond-miimon 100
bond-updelay 200
bond-downdelay 200
bond-lacp-rate 1

auto eth4
iface eth4 inet manual
bond-master bond2

auto eth6
iface eth6 inet manual
bond-master bond2

Related Posts

error: Content is protected !!
× Bisa di Bantu.?