summaryrefslogtreecommitdiff
path: root/policies/iptables-jump
diff options
context:
space:
mode:
authorroot <root@localhost>2010-07-30 02:10:34 +0000
committerroot <root@localhost>2010-07-30 02:10:34 +0000
commite761c329c1b3de9c39c711de0e19eeefcc031658 (patch)
tree8d90f6e823307194e77ff5f9006b5ab0b4d7361e /policies/iptables-jump
parentff7c75b19b94a8a60235b03ce92eb7ba704c176e (diff)
downloadiptables_scripts-master.tar.bz2
iptables_scripts-master.tar.xz
iptables_scripts-master.zip
Adding jump box policies.HEADmaster
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=""