From f81480af8737f8b5c8586afe4b7a552530677e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 25 Aug 2025 10:26:26 +0300 Subject: [PATCH] Network Changes --- files/kea/kea-dhcp4.conf | 4 ++-- files/network/interfaces | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/files/kea/kea-dhcp4.conf b/files/kea/kea-dhcp4.conf index dd31e90..c046a5e 100644 --- a/files/kea/kea-dhcp4.conf +++ b/files/kea/kea-dhcp4.conf @@ -108,7 +108,7 @@ "hostname": "s2.net.tjas" }, { - "hw-address": "90:1b:0e:5b:18:fb", + "hw-address": "90:1b:0e:5b:18:fa", "ip-address": "192.168.2.10", "hostname": "olympus.juva.tjas" } @@ -205,7 +205,7 @@ "hostname": "s3.net.tjas" }, { - "hw-address": "90:1b:0e:5b:18:fc", + "hw-address": "90:1b:0e:5b:18:fa", "ip-address": "192.168.69.20", "hostname": "olympus.juva.tjas" } diff --git a/files/network/interfaces b/files/network/interfaces index 28000f2..5afbeb8 100644 --- a/files/network/interfaces +++ b/files/network/interfaces @@ -12,9 +12,12 @@ allow-hotplug enp0s25 iface enp0s25 inet dhcp auto enp0s25.20 -iface enp0s25.20 inet dhcp - hw-mac-address 90:1b:0e:5b:18:fb +iface enp0s25.20 inet static + address 192.168.2.10/27 + gateway 192.168.2.1 + hw-mac-address 90:1b:0e:5b:18:fa auto enp0s25.69 -iface enp0s25.69 inet dhcp - hw-mac-address 90:1b:0e:5b:18:fc +iface enp0s25.69 inet static + address 192.168.69.20/26 + hw-mac-address 90:1b:0e:5b:18:fa