From d2f4214b8cc81c2faabe32040dc32c2ee9d490b2 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Thu, 27 Aug 2026 11:23:09 -0500 Subject: [PATCH] fix(dhcp): correct pfv-tsys6-oob reservation MAC to live iDRAC6 [#460] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reservation carried a4:ba:db:0b:df:a0 (core-switch OUI, mis-migrated from pfv-netboot) so tsys6's iDRAC could never lease its reserved address. Replaced with the in-band-verified BMC MAC; deployed to both failover nodes, validated, restarted. 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- netinfra/dhcp/dhcpd-primary.conf | 5 ++++- netinfra/dhcp/dhcpd-secondary.conf | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/netinfra/dhcp/dhcpd-primary.conf b/netinfra/dhcp/dhcpd-primary.conf index 5829095..8534ace 100644 --- a/netinfra/dhcp/dhcpd-primary.conf +++ b/netinfra/dhcp/dhcpd-primary.conf @@ -110,7 +110,10 @@ subnet 192.168.0.0 netmask 255.255.252.0 { fixed-address 192.168.3.197; } host pfv-tsys6-oob { - hardware ethernet a4:ba:db:0b:df:a0; + # 2026-08-27 #460: was a4:ba:db:0b:df:a0 (core-switch OUI mis-migrated from + # pfv-netboot, never matched tsys6 iDRAC); corrected to live iDRAC6 MAC + # 00:21:9b:a2:7c:5b read in-band via ipmitool lan print + hardware ethernet 00:21:9b:a2:7c:5b; fixed-address 192.168.3.196; } host brother-label-printer { diff --git a/netinfra/dhcp/dhcpd-secondary.conf b/netinfra/dhcp/dhcpd-secondary.conf index f70ffdf..702677f 100644 --- a/netinfra/dhcp/dhcpd-secondary.conf +++ b/netinfra/dhcp/dhcpd-secondary.conf @@ -108,7 +108,10 @@ subnet 192.168.0.0 netmask 255.255.252.0 { fixed-address 192.168.3.197; } host pfv-tsys6-oob { - hardware ethernet a4:ba:db:0b:df:a0; + # 2026-08-27 #460: was a4:ba:db:0b:df:a0 (core-switch OUI mis-migrated from + # pfv-netboot, never matched tsys6 iDRAC); corrected to live iDRAC6 MAC + # 00:21:9b:a2:7c:5b read in-band via ipmitool lan print + hardware ethernet 00:21:9b:a2:7c:5b; fixed-address 192.168.3.196; } host brother-label-printer {