Port 80 needs open here, not 443.

This commit is contained in:
Kevin Fenzi 2014-04-08 16:08:16 +00:00
parent 3f2a46e642
commit 8835676e6d

View file

@ -4,7 +4,7 @@ lvm_size: 20000
mem_size: 1024 mem_size: 1024
num_cpus: 2 num_cpus: 2
tcp_ports: [ 443 ] tcp_ports: [ 80 ]
# Neeed for rsync from log02 for logs. # Neeed for rsync from log02 for logs.
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.29 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.56 --dport 873 -j ACCEPT' ] custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.29 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.56 --dport 873 -j ACCEPT' ]