From 4405c75cdb52b0c8a0f2ee71d316f6021422ce6e Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sat, 29 Nov 2025 20:00:25 +0000 Subject: [PATCH] Fix host1 IP address to 10.40.40.101 (was incorrectly set to 10.34.34.102) --- hosts/host1_interfaces | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/host1_interfaces b/hosts/host1_interfaces index 5999095..8becb8c 100644 --- a/hosts/host1_interfaces +++ b/hosts/host1_interfaces @@ -2,7 +2,7 @@ auto lo iface lo inet loopback auto bond0 - iface bond0 inet manual +iface bond0 inet manual use bond bond-slaves eth1 eth2 bond-mode 802.3ad @@ -11,8 +11,8 @@ auto bond0 up ip link set $IFACE up auto bond0.40 - iface bond0.40 inet static - address 10.34.34.102 +iface bond0.40 inet static + address 10.40.40.101 netmask 255.255.255.0 vlan-raw-device bond0 up ip link set $IFACE up