summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-01-16 22:07:32 -0500
committerMike Crute <mcrute@gmail.com>2010-01-16 22:07:32 -0500
commita6028f4e69a1e3e7fc1890002cf8f3b4c4073dee (patch)
treebe01bcb4024b59c9ac61dacea1ff89bb314d4bbb
parent583405ab5f7666435d006db0c81567e2a938225b (diff)
downloadiptables_scripts-a6028f4e69a1e3e7fc1890002cf8f3b4c4073dee.tar.bz2
iptables_scripts-a6028f4e69a1e3e7fc1890002cf8f3b4c4073dee.tar.xz
iptables_scripts-a6028f4e69a1e3e7fc1890002cf8f3b4c4073dee.zip
Updating tunnels and blocked ips
-rw-r--r--policies/blocked-ips5
-rw-r--r--policies/iptables-web9
2 files changed, 11 insertions, 3 deletions
diff --git a/policies/blocked-ips b/policies/blocked-ips
index ceed910..02303f5 100644
--- a/policies/blocked-ips
+++ b/policies/blocked-ips
@@ -1,10 +1,15 @@
1115.47.128.62
1115.47.3.229 2115.47.3.229
2116.11.253.154 3116.11.253.154
3118.129.166.149 4118.129.166.149
4122.225.226.67 5122.225.226.67
6125.32.113.212
5125.46.15.194 7125.46.15.194
6202.99.42.188 8202.99.42.188
9204.232.136.233
10211.147.215.208
7218.145.128.230 11218.145.128.230
12219.133.46.84
8220.189.246.26 13220.189.246.26
9222.68.199.238 14222.68.199.238
1059.125.229.74 1559.125.229.74
diff --git a/policies/iptables-web b/policies/iptables-web
index 9dc9ca5..5503473 100644
--- a/policies/iptables-web
+++ b/policies/iptables-web
@@ -5,11 +5,14 @@
5# 5#
6 6
7ALLOW_PING=1 7ALLOW_PING=1
8FUNNY_BUSINESS=0
8 9
9TCP_ALLOW="22" # SSH 10TCP_ALLOW="22" # SSH
10TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports 11TCP_ALLOW="${TCP_ALLOW} 80" # Web Ports
11TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports 12TCP_ALLOW="${TCP_ALLOW} 3690" # SVN Testing
12TCP_ALLOW="${TCP_ALLOW} 5870 5871" # Inbound tunnels 13TCP_ALLOW="${TCP_ALLOW} 5870 5871 5873" # Inbound tunnels
14#TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports
15#TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports
13HOSTS_DENY=$(cat /etc/firewall/blocked-ips) 16HOSTS_DENY=$(cat /etc/firewall/blocked-ips)
14 17
15#HOSTS_ALLOW="" 18#HOSTS_ALLOW=""