allow log01 to get logs from proxies and other hosts. fix both iptables and rsyncd

This commit is contained in:
Stephen Smoogen 2020-06-12 11:01:08 -04:00
parent dc92c9d924
commit f65a48aa61
22 changed files with 55 additions and 59 deletions

View file

@ -15,7 +15,7 @@ wsgi_threads: 1
tcp_ports: [ 80 ]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
fas_client_groups: sysadmin-noc,sysadmin-veteran