try to set up dhcpd properly for host
This commit is contained in:
parent
228acc231c
commit
46b35d7229
1 changed files with 13 additions and 6 deletions
|
@ -1243,7 +1243,12 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
host buildvmhost-a64-18-mgmt {
|
||||
hardware ethernet E8:6A:64:39:19:35;
|
||||
fixed-address 10.5.130.139;
|
||||
option host-name "buildvmhost-aarch64-17";
|
||||
option host-name "buildvmhost-aarch64-18";
|
||||
}
|
||||
host buildvmhost-a64-19-mgmt {
|
||||
hardware ethernet E8:6A:64:97:6B:49;
|
||||
fixed-address 10.5.130.143;
|
||||
option host-name "buildvmhost-aarch64-18";
|
||||
}
|
||||
|
||||
host openqa-a64-01-mgmt {
|
||||
|
@ -1276,11 +1281,6 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
fixed-address 10.5.130.142;
|
||||
option host-name "tbc-aarch64-08";
|
||||
}
|
||||
host tbc-a64-09-mgmt {
|
||||
hardware ethernet E8:6A:64:97:6B:49;
|
||||
fixed-address 10.5.130.143;
|
||||
option host-name "tbc-aarch64-09";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -1956,6 +1956,13 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
|||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
host buildvmhost-aarch64-19 {
|
||||
hardware ethernet 00:1B:21:E0:78:B2;
|
||||
fixed-address 10.5.78.3;
|
||||
option host-name "buildvmhost-aarch64-19";
|
||||
next-server 10.5.126.41;
|
||||
filename "/uefi/grubaa64.efi";
|
||||
}
|
||||
|
||||
host tbc-aarch64-00 {
|
||||
hardware ethernet 00:1B:21:E0:6E:5B;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue