summaryrefslogtreecommitdiff
path: root/policies/iptables-webrestricted
diff options
context:
space:
mode:
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=""