diff --git a/hosts/host2_interfaces b/hosts/host2_interfaces new file mode 100644 index 0000000..18fa852 --- /dev/null +++ b/hosts/host2_interfaces @@ -0,0 +1,17 @@ +auto lo +iface lo inet loopback + +# Bond interface with LACP (802.3ad) +auto bond0 +iface bond0 inet manual + bond-mode 4 + bond-miimon 100 + bond-lacp-rate 1 + bond-slaves eth1 eth2 + +# VLAN 34 on bond0 +auto bond0.34 +iface bond0.34 inet static + address 10.34.34.102 + netmask 255.255.255.0 + vlan-raw-device bond0