summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-03-15 20:43:01 -0400
committerMike Crute <mcrute@gmail.com>2010-03-15 20:43:01 -0400
commitde0b7ec62a243a30201362a2d5c5e5990a4b4e11 (patch)
tree1b173ade8d9ced1598f754c244f4de5d1ee80d30
parenta6028f4e69a1e3e7fc1890002cf8f3b4c4073dee (diff)
downloadiptables_scripts-de0b7ec62a243a30201362a2d5c5e5990a4b4e11.tar.bz2
iptables_scripts-de0b7ec62a243a30201362a2d5c5e5990a4b4e11.tar.xz
iptables_scripts-de0b7ec62a243a30201362a2d5c5e5990a4b4e11.zip
Cleaning out some test stuff from the default rules.
-rw-r--r--policies/blocked-ips1
-rw-r--r--policies/iptables-web2
2 files changed, 1 insertions, 2 deletions
diff --git a/policies/blocked-ips b/policies/blocked-ips
index 02303f5..8978591 100644
--- a/policies/blocked-ips
+++ b/policies/blocked-ips
@@ -3,6 +3,7 @@
3116.11.253.154 3116.11.253.154
4118.129.166.149 4118.129.166.149
5122.225.226.67 5122.225.226.67
6123.49.55.171
6125.32.113.212 7125.32.113.212
7125.46.15.194 8125.46.15.194
8202.99.42.188 9202.99.42.188
diff --git a/policies/iptables-web b/policies/iptables-web
index 5503473..ef345a2 100644
--- a/policies/iptables-web
+++ b/policies/iptables-web
@@ -9,8 +9,6 @@ FUNNY_BUSINESS=0
9 9
10TCP_ALLOW="22" # SSH 10TCP_ALLOW="22" # SSH
11TCP_ALLOW="${TCP_ALLOW} 80" # Web Ports 11TCP_ALLOW="${TCP_ALLOW} 80" # Web Ports
12TCP_ALLOW="${TCP_ALLOW} 3690" # SVN Testing
13TCP_ALLOW="${TCP_ALLOW} 5870 5871 5873" # Inbound tunnels
14#TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports 12#TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports
15#TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports 13#TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports
16HOSTS_DENY=$(cat /etc/firewall/blocked-ips) 14HOSTS_DENY=$(cat /etc/firewall/blocked-ips)