fix the mac address for buildhw-x86-01

This commit is contained in:
Stephen Smoogen 2020-06-26 11:31:23 -04:00
parent a50c0da919
commit afcf6dc205

View file

@ -536,14 +536,16 @@ host bvmhost-x86-08 {
option routers 10.3.169.254; option routers 10.3.169.254;
option subnet-mask 255.255.255.0; option subnet-mask 255.255.255.0;
} }
host buildhw-x86-01 { host buildhw-x86-01 {
hardware ethernet EC:F4:BB:D2:76:A0; hardware ethernet 14:9E:CF:61:9E:61;
fixed-address 10.3.169.31; fixed-address 10.3.169.31;
filename "uefi/grubx64.efi"; filename "uefi/grubx64.efi";
next-server 10.3.163.10; next-server 10.3.163.10;
option routers 10.3.169.254; option routers 10.3.169.254;
option subnet-mask 255.255.255.0; option subnet-mask 255.255.255.0;
} }
host bkernel01 { host bkernel01 {
hardware ethernet D0:94:66:45:A7:E4; hardware ethernet D0:94:66:45:A7:E4;
fixed-address 10.3.169.29; fixed-address 10.3.169.29;
@ -1122,11 +1124,3 @@ host system-vmhost-mgmt {
option host-name "vmhost-11-mgmt"; option host-name "vmhost-11-mgmt";
} }
host buildhw-x86-01 {
hardware ethernet 14:9E:CF:61:9E:61;
fixed-address 10.3.169.31;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.169.254;
option subnet-mask 255.255.255.0;
}