Also allow rsync from log01 to pull http logs on noc01
This commit is contained in:
parent
7bab60be7d
commit
7a666b0de6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue