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;