File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
hardware/mgmt/fs/etc/dhcp Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010option domain-name "lab.opiproject.org";
1111option domain-name-servers 8.8.8.8, 1.1.1.1;
1212option routers 172.22.0.1;
13-
1413option sztp-redirect-urls code 143 = text;
1514option sztp-redirect-urls "https://bootstrap:8080/restconf/operations/ietf-sztp-bootstrap-server:get-bootstrapping-data";
1615
@@ -117,7 +116,7 @@ host dh4idrac {
117116}
118117
119118host 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+
134138host 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;
You can’t perform that action at this time.
0 commit comments