put in dhcpd for buildhw-x86-01 to get it to install
This commit is contained in:
parent
9664b31916
commit
a50c0da919
1 changed files with 9 additions and 0 deletions
|
@ -1121,3 +1121,12 @@ host system-vmhost-mgmt {
|
||||||
fixed-address 10.3.160.199;
|
fixed-address 10.3.160.199;
|
||||||
option host-name "vmhost-11-mgmt";
|
option host-name "vmhost-11-mgmt";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host buildhw-x86-01 {
|
||||||
|
hardware ethernet 14:9E:CF:61:9E:61;
|
||||||
|
fixed-address 10.3.169.31;
|
||||||
|
filename "uefi/grubx64.efi";
|
||||||
|
next-server 10.3.163.10;
|
||||||
|
option routers 10.3.169.254;
|
||||||
|
option subnet-mask 255.255.255.0;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue