fix dhcp address for autosign/bvmhost-x86-07

This commit is contained in:
Stephen Smoogen 2020-05-24 14:38:40 -04:00
parent 7d068b9be7
commit 8e163b3f70

View file

@ -512,8 +512,16 @@ host bvmhost-x86-06 {
option routers 10.3.169.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x86-07 {
host autosign01 {
hardware ethernet EC:F4:BB:D2:85:48 ;
fixed-address 10.3.169.28;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.169.254;
option subnet-mask 255.255.255.0;
}
host bvmhost-x8-07 {
hardware ethernet E4:43:4B:B1:2B:52;
fixed-address 10.3.169.17;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
@ -544,14 +552,6 @@ host bkernel01 {
option routers 10.3.169.254;
option subnet-mask 255.255.255.0;
}
host autosign01 {
hardware ethernet E4:43:4B:B1:2B:52;
fixed-address 10.3.169.28;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.169.254;
option subnet-mask 255.255.255.0;
}
host sign-vault01 {
hardware ethernet E4:43:4B:22:CE:CA;
fixed-address 10.3.169.26;