auto lo
iface lo inet loopback

auto bond0
iface bond0 inet static
   address 10.10.56.3
   netmask 255.255.0.0
   bond-slaves eth3 eth2 eth1 eth0 
   bond-miimon 100
   bond-mode 4
   bond-xmit_hash_policy layer3+4
auto bond0.130
iface bond0.130 inet static
   address 10.3.56.3
   netmask 255.255.248.0
   vlan-raw-device bond0
   gateway 10.3.56.1
auto eth3
iface eth3 inet manual
bond-master bond0
auto eth2
iface eth2 inet manual
bond-master bond0
auto eth1
iface eth1 inet manual
bond-master bond0
auto eth0
iface eth0 inet manual
bond-master bond0
