summaryrefslogtreecommitdiff
path: root/policies/iptables-jump
diff options
context:
space:
mode:
Diffstat (limited to 'policies/iptables-jump')
-rw-r--r--policies/iptables-jump19
1 files changed, 19 insertions, 0 deletions
diff --git a/policies/iptables-jump b/policies/iptables-jump
new file mode 100644
index 0000000..b7d02a8
--- /dev/null
+++ b/policies/iptables-jump
@@ -0,0 +1,19 @@
1#
2# iptables Firewall Policy
3# by Mike Crute (mcrute@gmail.com)
4# on July 29, 2010
5#
6
7ALLOW_PING=1
8FUNNY_BUSINESS=0
9
10TCP_ALLOW="${TCP_ALLOW} 443" # Hidden SSH
11TCP_ALLOW="${TCP_ALLOW} 5870 5871" # Inbound tunnels
12HOSTS_DENY=$(cat /etc/firewall/blocked-ips)
13
14
15#HOSTS_ALLOW=""
16#TCP_DENY=""
17#UDP_ALLOW="53"
18#UDP_DENY=""
19#RULES=""