Add in 172.23.5.0 network for cloud-noc

Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
Stephen Smoogen 2021-06-01 15:21:03 -04:00
parent fe1981d292
commit 0029b86d94

View file

@ -13,4 +13,12 @@ shared-network mgmt {
option routers 172.23.1.254;
range 172.23.1.100 172.23.1.249;
}
subnet 172.23.5.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
authoritative;
option routers 172.23.5.254;
range 172.23.5.100 172.23.5.249;
}
}