allow log01 to get logs from proxies and other hosts. fix both iptables and rsyncd
This commit is contained in:
parent
dc92c9d924
commit
f65a48aa61
22 changed files with 55 additions and 59 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue