summaryrefslogtreecommitdiff
path: root/policies/iptables-web
diff options
context:
space:
mode:
authorroot <root@pompom.softgrouphosting.net>2009-11-20 14:28:12 -0500
committerroot <root@pompom.softgrouphosting.net>2009-11-20 14:28:12 -0500
commit5f73cc6cde571cd52f317d56fb1087169ebea7e0 (patch)
tree737401e4d466135bddc0f4f4e3bf58edacedff2a /policies/iptables-web
parent549fa35bd35c5e6356099ad3ac6f4392aa0acd23 (diff)
downloadiptables_scripts-5f73cc6cde571cd52f317d56fb1087169ebea7e0.tar.bz2
iptables_scripts-5f73cc6cde571cd52f317d56fb1087169ebea7e0.tar.xz
iptables_scripts-5f73cc6cde571cd52f317d56fb1087169ebea7e0.zip
Adding new changes from pompom
Diffstat (limited to 'policies/iptables-web')
-rw-r--r--policies/iptables-web19
1 files changed, 19 insertions, 0 deletions
diff --git a/policies/iptables-web b/policies/iptables-web
new file mode 100644
index 0000000..9dc9ca5
--- /dev/null
+++ b/policies/iptables-web
@@ -0,0 +1,19 @@
1#
2# iptables Firewall Policy
3# by Mike Crute (mcrute@gmail.com)
4# on September 19, 2009
5#
6
7ALLOW_PING=1
8
9TCP_ALLOW="22" # SSH
10TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports
11TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports
12TCP_ALLOW="${TCP_ALLOW} 5870 5871" # Inbound tunnels
13HOSTS_DENY=$(cat /etc/firewall/blocked-ips)
14
15#HOSTS_ALLOW=""
16#TCP_DENY=""
17#UDP_ALLOW="53"
18#UDP_DENY=""
19#RULES=""