fix vmhost-x86-01-stg dhcp entry
This commit is contained in:
parent
25837786ca
commit
4a294ae7d2
1 changed files with 13 additions and 1 deletions
|
@ -399,6 +399,7 @@ subnet 10.3.176.0 netmask 255.255.255.0 {
|
|||
|
||||
}
|
||||
|
||||
# Prod Network
|
||||
host vmhost-x86-01 {
|
||||
hardware ethernet E4:43:4B:B1:70:88;
|
||||
fixed-address 10.3.163.11;
|
||||
|
@ -455,7 +456,6 @@ host vmhost-x86-07 {
|
|||
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;
|
||||
|
@ -465,6 +465,18 @@ host centos01 {
|
|||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
# Stag network
|
||||
host vmhost-x86-01-stg {
|
||||
hardware ethernet ec:f4:bb:d2:85:e8;
|
||||
fixed-address 10.3.166.11;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.166.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
|
||||
# Build network
|
||||
host bvmhost-x86-01 {
|
||||
hardware ethernet E4:43:4B:B1:05:54;
|
||||
fixed-address 10.3.169.11;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue