put in dhcpd for vmhost19
This commit is contained in:
parent
821f55e3b3
commit
a92e3b953f
1 changed files with 10 additions and 0 deletions
|
@ -464,6 +464,16 @@ host vmhost-x86-08 {
|
|||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host vmhost-x86-09 {
|
||||
hardware ethernet 24:6E:96:B1:61:C0;
|
||||
fixed-address 10.3.163.19;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
|
||||
host oshift4-x86-fe-01 {
|
||||
hardware ethernet ec:f4:bb:d2:86:58;
|
||||
fixed-address 10.3.163.20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue