add dhcp for aarch64 box
This commit is contained in:
parent
1720158720
commit
efb8a3a662
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue