From c2b7c91079e605f49893d4b125958880b74d193b Mon Sep 17 00:00:00 2001 From: reachableceo Date: Wed, 2 Sep 2026 20:18:09 -0500 Subject: [PATCH] =?UTF-8?q?fix(dhcp):=20retire=20ultix-offstage=20reservat?= =?UTF-8?q?ion=20=E2=80=94=20VM=205112=20deleted=20[#728][#420]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Founder ruling 2026-09-02: ultix-offstage is retired. Removed the host block (bc:24:11:1f:9d:83 -> 192.168.3.79) from both SoR confs and deployed to the live pair serially with health gates; failover reports both-normal. A record + PTR deleted from Technitium both nodes; #307 inventory rows annotated. Tailscale device removal is a founder console action. --- netinfra/dhcp/dhcpd-primary.conf | 5 ----- netinfra/dhcp/dhcpd-secondary.conf | 5 ----- 2 files changed, 10 deletions(-) diff --git a/netinfra/dhcp/dhcpd-primary.conf b/netinfra/dhcp/dhcpd-primary.conf index 1cc3328..b633e9b 100644 --- a/netinfra/dhcp/dhcpd-primary.conf +++ b/netinfra/dhcp/dhcpd-primary.conf @@ -187,11 +187,6 @@ subnet 192.168.0.0 netmask 255.255.252.0 { hardware ethernet bc:24:11:1a:8f:6f; fixed-address 192.168.3.78; } - # ultix-offstage - host ultix-offstage { - hardware ethernet bc:24:11:1f:9d:83; - fixed-address 192.168.3.79; - } # ultix-highside host ultix-highside { hardware ethernet a0:4a:5e:ca:46:f3; diff --git a/netinfra/dhcp/dhcpd-secondary.conf b/netinfra/dhcp/dhcpd-secondary.conf index 99bd115..ef10f13 100644 --- a/netinfra/dhcp/dhcpd-secondary.conf +++ b/netinfra/dhcp/dhcpd-secondary.conf @@ -186,11 +186,6 @@ subnet 192.168.0.0 netmask 255.255.252.0 { hardware ethernet bc:24:11:1a:8f:6f; fixed-address 192.168.3.78; } - # ultix-offstage - host ultix-offstage { - hardware ethernet bc:24:11:1f:9d:83; - fixed-address 192.168.3.79; - } # ultix-highside host ultix-highside { hardware ethernet a0:4a:5e:ca:46:f3;