From 167bb335c0dccb7992e9a00f25a45e6b24a40c43 Mon Sep 17 00:00:00 2001 From: Paulo Tada Date: Thu, 20 Aug 2015 17:34:19 -0300 Subject: [PATCH] Adding reverseproxy to listen 514 port for rsyslog --- cookbooks/firewall/templates/host-monitor/iptables-filter.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/firewall/templates/host-monitor/iptables-filter.erb b/cookbooks/firewall/templates/host-monitor/iptables-filter.erb index 4e72d4d..1460673 100644 --- a/cookbooks/firewall/templates/host-monitor/iptables-filter.erb +++ b/cookbooks/firewall/templates/host-monitor/iptables-filter.erb @@ -2,4 +2,5 @@ -A INPUT -s <%= node['peers']['integration'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT -A INPUT -s <%= node['peers']['social'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT -A INPUT -s <%= node['peers']['email'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT --A INPUT -s <%= node['peers']['database'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT \ No newline at end of file +-A INPUT -s <%= node['peers']['database'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT +-A INPUT -s <%= node['peers']['reverseproxy'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT -- libgit2 0.21.2