From 05b7db7b049524a688d9b7c210ccb3901c2f10f8 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Sun, 7 Jun 2020 16:46:21 -0400 Subject: [PATCH] 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 737d0313db865027d33468f1a19d3bad684bc923. --- .../dhcpd.conf.noc01.iad2.fedoraproject.org | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org index 52cd0ce69c..03e887673e 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -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;