add dhcp for aarch64 box

This commit is contained in:
Stephen Smoogen 2020-02-25 16:50:23 +00:00 committed by Pierre-Yves Chibon
parent 1720158720
commit efb8a3a662

View file

@ -1993,6 +1993,14 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
next-server 10.5.126.41; next-server 10.5.126.41;
filename "/uefi/grubaa64.efi"; filename "/uefi/grubaa64.efi";
} }
host tbc-aarch64-01 {
hardware ethernet 00:1b:21:e0:6a:72;
fixed-address 10.5.78.241;
option host-name "tbc-aarch64-01";
next-server 10.5.126.41;
filename "/uefi/grubaa64.efi";
}
host tbc-aarch64-09 { host tbc-aarch64-09 {
hardware ethernet 00:1B:21:E0:78:B2; hardware ethernet 00:1B:21:E0:78:B2;
fixed-address 10.5.78.249; fixed-address 10.5.78.249;