change dhcp address so initial boot can work
This commit is contained in:
parent
089d60cbf7
commit
1a72340930
1 changed files with 8 additions and 8 deletions
|
@ -1951,11 +1951,18 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
||||||
}
|
}
|
||||||
host buildvmhost-aarch64-17 {
|
host buildvmhost-aarch64-17 {
|
||||||
hardware ethernet 00:1B:21:DE:34:63;
|
hardware ethernet 00:1B:21:DE:34:63;
|
||||||
fixed-address 10.5.78.241;
|
fixed-address 10.5.78.18;
|
||||||
option host-name "buildvmhost-aarch64-17";
|
option host-name "buildvmhost-aarch64-17";
|
||||||
next-server 10.5.126.41;
|
next-server 10.5.126.41;
|
||||||
filename "/uefi/grubaa64.efi";
|
filename "/uefi/grubaa64.efi";
|
||||||
}
|
}
|
||||||
|
host buildvmhost-aarch64-18 {
|
||||||
|
hardware ethernet 68:05:CA:92:CA:5E;
|
||||||
|
fixed-address 10.5.78.19;
|
||||||
|
option host-name "buildvmhost-aarch64-18";
|
||||||
|
next-server 10.5.126.41;
|
||||||
|
filename "/uefi/grubaa64.efi";
|
||||||
|
}
|
||||||
|
|
||||||
host tbc-aarch64-00 {
|
host tbc-aarch64-00 {
|
||||||
hardware ethernet 00:1B:21:E0:6E:5B;
|
hardware ethernet 00:1B:21:E0:6E:5B;
|
||||||
|
@ -1964,13 +1971,6 @@ 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-02 {
|
|
||||||
hardware ethernet 68:05:CA:92:CA:5E;
|
|
||||||
fixed-address 10.5.78.242;
|
|
||||||
option host-name "tbc-aarch64-02";
|
|
||||||
next-server 10.5.126.41;
|
|
||||||
filename "/uefi/grubaa64.efi";
|
|
||||||
}
|
|
||||||
host tbc-aarch64-03 {
|
host tbc-aarch64-03 {
|
||||||
hardware ethernet 68:05:CA:92:CB:12;
|
hardware ethernet 68:05:CA:92:CB:12;
|
||||||
fixed-address 10.5.78.243;
|
fixed-address 10.5.78.243;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue