From 36675d0523412dd242691be3f61fee844974b56c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 26 Aug 2018 17:30:53 -0500 Subject: [PATCH] dch-network: Add more FireMon networks This commit updates the list of FireMon networks to include the Caverns Production (172.16.0.0/24) and Caverns Admin (172.24.16.0/20) networks. This is necessary to ensure OpenVPN routes are created for these networks. --- group_vars/dch-gw/dch-network.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group_vars/dch-gw/dch-network.yml b/group_vars/dch-gw/dch-network.yml index 318ccc9..211f1bf 100644 --- a/group_vars/dch-gw/dch-network.yml +++ b/group_vars/dch-gw/dch-network.yml @@ -71,6 +71,8 @@ dch_networks: firemon_networks: - 192.168.0.0/16 +- 172.16.0.0/20 +- 172.24.16.0/20 - 172.28.33.0/24