put in a dhcp entry for oshift02-be
This commit is contained in:
parent
08e6c9d815
commit
c777a435ae
1 changed files with 8 additions and 0 deletions
|
@ -480,6 +480,14 @@ host oshift4-x86-be-01 {
|
||||||
option routers 10.3.163.254;
|
option routers 10.3.163.254;
|
||||||
option subnet-mask 255.255.255.0;
|
option subnet-mask 255.255.255.0;
|
||||||
}
|
}
|
||||||
|
host oshift4-x86-be-01 {
|
||||||
|
hardware ethernet 24:6e:96:b1:5e:b0;
|
||||||
|
fixed-address 10.3.163.24;
|
||||||
|
filename "uefi/grubx64.efi";
|
||||||
|
next-server 10.3.163.10;
|
||||||
|
option routers 10.3.163.254;
|
||||||
|
option subnet-mask 255.255.255.0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
host centos01 {
|
host centos01 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue