put in mac address for BE box
This commit is contained in:
parent
5b3080dd0d
commit
08e6c9d815
1 changed files with 26 additions and 0 deletions
|
@ -456,6 +456,32 @@ host vmhost-x86-07 {
|
|||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host vmhost-x86-08 {
|
||||
hardware ethernet 24:6e:96:b1:61:f8;
|
||||
fixed-address 10.3.163.18;
|
||||
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;
|
||||
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-be-01 {
|
||||
hardware ethernet 24:6e:96:b0:e0:78;
|
||||
fixed-address 10.3.163.23;
|
||||
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 {
|
||||
hardware ethernet e4:43:4b:b4:fa:18;
|
||||
fixed-address 10.3.163.19;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue