Skip to content

Commit d0ac547

Browse files
committed
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 <scott.w.taylor@intel.com>
1 parent 03a7402 commit d0ac547

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

hardware/mgmt/fs/etc/dhcp/dhcpd.conf

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
option domain-name "lab.opiproject.org";
1111
option domain-name-servers 8.8.8.8, 1.1.1.1;
1212
option routers 172.22.0.1;
13-
1413
option sztp-redirect-urls code 143 = text;
1514
option sztp-redirect-urls "https://bootstrap:8080/restconf/operations/ietf-sztp-bootstrap-server:get-bootstrapping-data";
1615

@@ -117,7 +116,7 @@ host dh4idrac {
117116
}
118117

119118
host dh4dypimc {
120-
hardware ethernet 10:2e:00:01:b4:6f;
119+
hardware ethernet 10:2e:00:01:b5:ff;
121120
fixed-address 172.22.4.4;
122121
}
123122

@@ -131,6 +130,11 @@ host dh3cn106mcu {
131130
fixed-address 172.22.4.3;
132131
}
133132

133+
host mgmtbmc {
134+
hardware ethernet 10:ff:e0:02:41:62;
135+
fixed-address 172.22.2.99;
136+
}
137+
134138
host tgen1 {
135139
hardware ethernet 7c:c2:55:25:1f:9a;
136140
fixed-address 172.22.1.100;
@@ -153,7 +157,6 @@ host tor {
153157

154158

155159

156-
157160
# PXE BOOT
158161
# allow booting;
159162
# allow bootp;

0 commit comments

Comments
 (0)