summaryrefslogtreecommitdiff
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
parentff7c75b19b94a8a60235b03ce92eb7ba704c176e (diff)
downloadiptables_scripts-master.tar.bz2
iptables_scripts-master.tar.xz
iptables_scripts-master.zip
Adding jump box policies.HEADmaster
-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=""