summaryrefslogtreecommitdiff
path: root/policies/iptables-web
diff options
context:
space:
mode:
Diffstat (limited to 'policies/iptables-web')
-rw-r--r--policies/iptables-web9
1 files changed, 6 insertions, 3 deletions
diff --git a/policies/iptables-web b/policies/iptables-web
index 9dc9ca5..5503473 100644
--- a/policies/iptables-web
+++ b/policies/iptables-web
@@ -5,11 +5,14 @@
5# 5#
6 6
7ALLOW_PING=1 7ALLOW_PING=1
8FUNNY_BUSINESS=0
8 9
9TCP_ALLOW="22" # SSH 10TCP_ALLOW="22" # SSH
10TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports 11TCP_ALLOW="${TCP_ALLOW} 80" # Web Ports
11TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports 12TCP_ALLOW="${TCP_ALLOW} 3690" # SVN Testing
12TCP_ALLOW="${TCP_ALLOW} 5870 5871" # Inbound tunnels 13TCP_ALLOW="${TCP_ALLOW} 5870 5871 5873" # Inbound tunnels
14#TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports
15#TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports
13HOSTS_DENY=$(cat /etc/firewall/blocked-ips) 16HOSTS_DENY=$(cat /etc/firewall/blocked-ips)
14 17
15#HOSTS_ALLOW="" 18#HOSTS_ALLOW=""