change rdu internal network

looked at the network data on tcpdump and
realized these systems were on the same network and were on the
172.23.1.0 network. Fix files which mention old network.

Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
Stephen Smoogen 2021-03-17 15:38:21 -04:00
parent 7d1fbba00d
commit 341f0c6287
4 changed files with 9 additions and 8 deletions

View file

@ -5,11 +5,12 @@ shared-network mgmt {
option domain-name "mgmt.rdu-cc.fedoraproject.org";
option domain-name-servers 8.8.8.8, 1.1.1.1;
subnet 172.29.160.0 netmask 255.255.255.0 {
subnet 172.23.1.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
authoritative;
option routers 172.29.160.1;
range 10.29.160.100 10.29.160.249;
};
};
option routers 172.23.1.254;
range 172.23.1.100 172.23.1.249;
}
}