let us put aarch64-12 ip into dhcpd
This commit is contained in:
parent
93e018e2d5
commit
e6448d07c7
1 changed files with 10 additions and 0 deletions
|
@ -1816,6 +1816,16 @@ 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 buildvmhost-aarch64-12 {
|
||||||
|
hardware ethernet 68:05:CA:8A:F4:DC;
|
||||||
|
fixed-address 10.5.78.12;
|
||||||
|
option host-name "buildvmhost-aarch64-12";
|
||||||
|
next-server 10.5.126.41;
|
||||||
|
filename "/uefi/grubaa64.efi";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
host arm01-releng02 {
|
host arm01-releng02 {
|
||||||
hardware ethernet fc:2f:40:ea:a7:a0;
|
hardware ethernet fc:2f:40:ea:a7:a0;
|
||||||
fixed-address 10.5.78.12;
|
fixed-address 10.5.78.12;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue