bvmhost-a64-01.stg: add new mac address to dhcp

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-01-30 15:37:35 -08:00
parent a699d5bc5d
commit ab0ff92cb2

View file

@ -761,6 +761,14 @@ host bvmhost-x86-05-stg {
option subnet-mask 255.255.255.0;
}
host bvmhost-a64-01-stg {
hardware ethernet 0c:42:a1:c2:5d:a6;
fixed-address 10.3.167.16;
filename "uefi/grubaa64.efi";
next-server 10.3.163.10;
option routers 10.3.167.254;
option subnet-mask 255.255.255.0;
}
# Build network
host bvmhost-x86-01 {