summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]firewall0
-rw-r--r--policies/iptables-jump19
2 files changed, 19 insertions, 0 deletions
diff --git a/firewall b/firewall
index 1117ee5..1117ee5 100644..100755
--- a/firewall
+++ b/firewall
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=""