From 31e1e345cd17fab12e51f2d2b59d07d4d2aa6227 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sun, 30 Nov 2025 08:20:21 +0000 Subject: [PATCH] Add host2 interface configuration for LACP bonding with VLAN 34 --- configs/host2-interfaces | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 configs/host2-interfaces diff --git a/configs/host2-interfaces b/configs/host2-interfaces new file mode 100644 index 0000000..38bad68 --- /dev/null +++ b/configs/host2-interfaces @@ -0,0 +1,19 @@ +auto lo +iface lo inet loopback + +auto bond0 +iface bond0 inet manual + use bond + bond-slaves eth1 eth2 + bond-mode 802.3ad + bond-miimon 100 + bond-lacp-rate fast + up ip link set $IFACE up + +auto bond0.34 +iface bond0.34 inet static + address 10.34.34.102 + netmask 255.255.255.0 + gateway 10.34.34.1 + vlan-raw-device bond0 + up ip link set $IFACE up