summaryrefslogtreecommitdiff
path: root/policies/iptables-web
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-01-16 22:07:32 -0500
committerMike Crute <mcrute@gmail.com>2010-01-16 22:07:32 -0500
commita6028f4e69a1e3e7fc1890002cf8f3b4c4073dee (patch)
treebe01bcb4024b59c9ac61dacea1ff89bb314d4bbb /policies/iptables-web
parent583405ab5f7666435d006db0c81567e2a938225b (diff)
downloadiptables_scripts-a6028f4e69a1e3e7fc1890002cf8f3b4c4073dee.tar.bz2
iptables_scripts-a6028f4e69a1e3e7fc1890002cf8f3b4c4073dee.tar.xz
iptables_scripts-a6028f4e69a1e3e7fc1890002cf8f3b4c4073dee.zip
Updating tunnels and blocked ips
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=""