From d32c6fd6a25f19070e16fcba29e5ef165b850622 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sat, 29 Nov 2025 18:47:27 +0000 Subject: [PATCH] Simplify interface file to only configure bond0 VLAN interface creation will be handled by exec commands in topology since ifupdown-ng can't reliably create VLAN sub-interfaces on bonds. Removed 'inet manual' to allow bond0 to come up automatically. --- hosts/host1_interfaces | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/hosts/host1_interfaces b/hosts/host1_interfaces index a4af782..6deabf5 100644 --- a/hosts/host1_interfaces +++ b/hosts/host1_interfaces @@ -1,17 +1,10 @@ auto lo iface lo inet loopback -# Bond interface with LACP (802.3ad) auto bond0 -iface bond0 inet manual +iface bond0 use bond bond-slaves eth1 eth2 bond-mode 802.3ad bond-miimon 100 bond-lacp-rate fast - -# VLAN 40 on bond0 -auto bond0.40 -iface bond0.40 inet static - address 10.40.40.101 - netmask 255.255.255.0