From d0ac54771968dcdff77db917140ccbd2b0dace09 Mon Sep 17 00:00:00 2001 From: "Scott W. Taylor" Date: Fri, 1 Aug 2025 16:33:05 -0700 Subject: [PATCH] Update dhcpd.conf Swapped IPU in DH4, updated mac address for it. MGMT's BMC was missing an entry here. Signed-off-by: Scott W. Taylor --- hardware/mgmt/fs/etc/dhcp/dhcpd.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hardware/mgmt/fs/etc/dhcp/dhcpd.conf b/hardware/mgmt/fs/etc/dhcp/dhcpd.conf index 02111f3..1ac2bc5 100644 --- a/hardware/mgmt/fs/etc/dhcp/dhcpd.conf +++ b/hardware/mgmt/fs/etc/dhcp/dhcpd.conf @@ -10,7 +10,6 @@ option domain-name "lab.opiproject.org"; option domain-name-servers 8.8.8.8, 1.1.1.1; option routers 172.22.0.1; - option sztp-redirect-urls code 143 = text; option sztp-redirect-urls "https://bootstrap:8080/restconf/operations/ietf-sztp-bootstrap-server:get-bootstrapping-data"; @@ -117,7 +116,7 @@ host dh4idrac { } host dh4dypimc { - hardware ethernet 10:2e:00:01:b4:6f; + hardware ethernet 10:2e:00:01:b5:ff; fixed-address 172.22.4.4; } @@ -131,6 +130,11 @@ host dh3cn106mcu { fixed-address 172.22.4.3; } +host mgmtbmc { + hardware ethernet 10:ff:e0:02:41:62; + fixed-address 172.22.2.99; +} + host tgen1 { hardware ethernet 7c:c2:55:25:1f:9a; fixed-address 172.22.1.100; @@ -153,7 +157,6 @@ host tor { - # PXE BOOT # allow booting; # allow bootp;