Also allow rsync from log01 to pull http logs on noc01

This commit is contained in:
Kevin Fenzi 2014-07-21 14:17:42 +00:00
parent 7bab60be7d
commit 7a666b0de6

View file

@ -11,6 +11,6 @@ datacenter: phx2
tcp_ports: ['22', '80', '443']
udp_ports: ['69']
custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT' ]
custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT', '-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' ]
eth0_ip: 10.5.126.41