# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

auto lo
iface lo inet loopback

auto em1
iface em1 inet manual
bond-master bond0
auto em2
iface em2 inet manual
bond-master bond0
auto em3
iface em3 inet manual
bond-master bond0
auto em4
iface em4 inet manual
bond-master bond0

auto bond0
# bond0 is configured using dhcp.
iface bond0 inet dhcp
# bond0 uses standard IEEE 802.3ad LACP bonding protocol
bond-mode 4
bond-slaves none
bond-miimon 100
bond-lacp-rate 1
bond-xmit_hash_policy layer3+4

auto bond0.130
iface bond0.130 inet static
    address 10.3.60.85
    netmask 255.255.248.0
    vlan-raw-device bond0
    gateway 10.3.56.1
    dns-nameserver 8.8.8.8


