From d630de37f516f6b09ca8df7a6f9ca605fa50272a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 8 Oct 2014 23:47:31 +0000 Subject: [PATCH] Helps if you don't typo this too --- inventory/group_vars/bastion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/bastion b/inventory/group_vars/bastion index 1d111fa306..2866f10cfb 100644 --- a/inventory/group_vars/bastion +++ b/inventory/group_vars/bastion @@ -14,7 +14,7 @@ udp_ports: [ 1194 ] # drop incoming traffic from less trusted vpn hosts # custom_rules: [ - '-A INPUT -s 192.168.100/0/24 -j REJECT --reject-with icmp-host-prohibited', + '-A INPUT -s 192.168.100/24 -j REJECT --reject-with icmp-host-prohibited', ] # # allow a bunch of sysadmin groups here so they can access internal stuff