From 35381d5bb952f86d129373eb3ef8ca74fd5bc259 Mon Sep 17 00:00:00 2001 From: bitwhisker Date: Sun, 9 Aug 2026 17:09:15 +0200 Subject: [PATCH] z9-router and auth-dns(host): add static dhcp lease and dns entry for wled-eh22 --- resources/chaosknoten/auth-dns/zones/ccchh.net.zone | 1 + resources/z9/z9-router/kea_dhcp.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/resources/chaosknoten/auth-dns/zones/ccchh.net.zone b/resources/chaosknoten/auth-dns/zones/ccchh.net.zone index b76a81cf..c501167f 100644 --- a/resources/chaosknoten/auth-dns/zones/ccchh.net.zone +++ b/resources/chaosknoten/auth-dns/zones/ccchh.net.zone @@ -61,6 +61,7 @@ prusamk4 A 10.89.212.4 wled-kueche A 10.89.212.33 wled-serverschrank A 10.89.212.34 wled-couch A 10.89.212.35 +wled-eh22 A 10.89.212.39 laser A 10.89.212.36 laser-eth A 10.89.212.37 diff --git a/resources/z9/z9-router/kea_dhcp.yaml b/resources/z9/z9-router/kea_dhcp.yaml index 67a5ce03..386f1703 100644 --- a/resources/z9/z9-router/kea_dhcp.yaml +++ b/resources/z9/z9-router/kea_dhcp.yaml @@ -116,6 +116,9 @@ kea_dhcp__dhcp4: - ip-address: 10.89.212.37 hostname: laser-eth hw-address: "b8:27:eb:eb:6d:af" + - ip-address: 10.89.212.39 + hostname: wled-eh22 + hw-address: "a8:42:e3:5b:37:00" - ip-address: 10.89.212.42 hostname: t-mix hw-address: "40:a5:ef:d9:eb:93"