summaryrefslogtreecommitdiff
path: root/policies/iptables-default
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-default
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-default')
-rw-r--r--policies/iptables-default17
1 files changed, 17 insertions, 0 deletions
diff --git a/policies/iptables-default b/policies/iptables-default
new file mode 100644
index 0000000..8f2377f
--- /dev/null
+++ b/policies/iptables-default
@@ -0,0 +1,17 @@
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
10
11#TCP_ALLOW=""
12#HOSTS_ALLOW=""
13#HOSTS_DENY=""
14#TCP_DENY=""
15#UDP_ALLOW="53"
16#UDP_DENY=""
17#RULES=""