summaryrefslogtreecommitdiff
path: root/policies/iptables-webrestricted
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-webrestricted
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-webrestricted')
-rw-r--r--policies/iptables-webrestricted18
1 files changed, 18 insertions, 0 deletions
diff --git a/policies/iptables-webrestricted b/policies/iptables-webrestricted
new file mode 100644
index 0000000..149cb82
--- /dev/null
+++ b/policies/iptables-webrestricted
@@ -0,0 +1,18 @@
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" # Web Ports
11TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports
12
13#HOSTS_ALLOW=""
14#HOSTS_DENY=""
15#TCP_DENY=""
16#UDP_ALLOW="53"
17#UDP_DENY=""
18#RULES=""