add in mac address for first unconfigured box
This commit is contained in:
parent
b48edabd78
commit
2a303796e3
1 changed files with 7 additions and 0 deletions
|
@ -1968,6 +1968,13 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
|||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
|
||||
host tbc-aarch64-00 {
|
||||
hardware ethernet 00:1B:21:E0:6E:5B;
|
||||
fixed-address 10.5.78.240;
|
||||
option host-name "tbc-aarch64-00";
|
||||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
host tbc-aarch64-01 {
|
||||
hardware ethernet 00:1B:21:DE:34:63;
|
||||
fixed-address 10.5.78.241;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue