From 3eedb0786ca1a5c6baa99c1d367c6094150cbce8 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sat, 29 Nov 2025 17:23:59 +0000 Subject: [PATCH] Add host4 network interfaces config with LACP bonding for VLAN 78 --- hosts/host4_interfaces | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hosts/host4_interfaces diff --git a/hosts/host4_interfaces b/hosts/host4_interfaces new file mode 100644 index 0000000..172bf70 --- /dev/null +++ b/hosts/host4_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 78 on bond0 +auto bond0.78 +iface bond0.78 inet static + address 10.78.78.104 + netmask 255.255.255.0 + vlan-raw-device bond0