Commit 167bb335c0dccb7992e9a00f25a45e6b24a40c43
1 parent
2034561d
Exists in
syslog
Adding reverseproxy to listen 514 port for rsyslog
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
cookbooks/firewall/templates/host-monitor/iptables-filter.erb
... | ... | @@ -2,4 +2,5 @@ |
2 | 2 | -A INPUT -s <%= node['peers']['integration'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT |
3 | 3 | -A INPUT -s <%= node['peers']['social'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT |
4 | 4 | -A INPUT -s <%= node['peers']['email'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT |
5 | --A INPUT -s <%= node['peers']['database'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT | |
6 | 5 | \ No newline at end of file |
6 | +-A INPUT -s <%= node['peers']['database'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT | |
7 | +-A INPUT -s <%= node['peers']['reverseproxy'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT | ... | ... |