Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions hardware/mgmt/fs/etc/dhcp/dhcpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -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;
}

Expand All @@ -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;
Expand All @@ -153,7 +157,6 @@ host tor {




# PXE BOOT
# allow booting;
# allow bootp;
Expand Down
Loading