Revert "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 reverts commit 737d0313db.
This commit is contained in:
Stephen Smoogen 2020-06-07 16:46:21 -04:00
parent 737d0313db
commit 05b7db7b04

View file

@ -398,20 +398,6 @@ subnet 10.3.176.0 netmask 255.255.255.0 {
}
host bvmhost-a64-04-mgmt {
hardware ethernet E8:6A:64:39:19:4F ;
fixed-address 10.3.160.104;
option routers 10.3.160.254;
option subnet-mask 255.255.255.0;
}
hostbuildhw-aarch64-09-mgmt {
hardware ethernet aa:31:8d:3e:31:6f;
fixed-address 10.3.160.241;
option routers 10.3.160.254;
option subnet-mask 255.0.0.0;
}
host vmhost-x86-01 {
hardware ethernet E4:43:4B:B1:70:88;
fixed-address 10.3.163.11;
@ -609,6 +595,14 @@ host bvmhost-a64-04 {
option subnet-mask 255.255.255.0;
}
host bvmhost-a64-04-mgmt {
hardware ethernet E8:6A:64:39:19:4F ;
fixed-address 10.3.160.104;
option routers 10.3.160.254;
option subnet-mask 255.255.255.0;
}
host qvmhost-x86-01 {
hardware ethernet E4:43:4B:A8:C1:FE;
fixed-address 10.3.174.11;