multi lan card configuration

Sep 2, 2016
40
0
6
48
Guys,
how can we link 3 ethernet to do a bridge to share the load and can also act as failover ?

current configuration is

auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
address 192.168.30.13
netmask 255.255.0.0
gateway 192.168.5.1
bridge_ports eth0
bridge_stp off
bridge_fd 0

Thanks
Upendra