Take2: put in a hack to rescue one last piece of hardware. use a 255.0.0.0 netmask so a box can be brought up with an ip address it will accept on the same network and talk.

This commit is contained in:
Stephen Smoogen 2020-06-07 16:49:05 -04:00
parent 05b7db7b04
commit 78a398f129

View file

@ -602,6 +602,13 @@ host bvmhost-a64-04-mgmt {
option subnet-mask 255.255.255.0;
}
host bhwhost-a64-02-mgmt {
hardware ethernet AA:31:8D:3E:31:6F ;
fixed-address 10.3.160.104;
option routers 10.3.160.254;
option subnet-mask 255.0.0.0;
}
host qvmhost-x86-01 {
hardware ethernet E4:43:4B:A8:C1:FE;