From a6028f4e69a1e3e7fc1890002cf8f3b4c4073dee Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sat, 16 Jan 2010 22:07:32 -0500 Subject: Updating tunnels and blocked ips --- policies/blocked-ips | 5 +++++ policies/iptables-web | 9 ++++++--- 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 @@ +115.47.128.62 115.47.3.229 116.11.253.154 118.129.166.149 122.225.226.67 +125.32.113.212 125.46.15.194 202.99.42.188 +204.232.136.233 +211.147.215.208 218.145.128.230 +219.133.46.84 220.189.246.26 222.68.199.238 59.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 @@ # ALLOW_PING=1 +FUNNY_BUSINESS=0 TCP_ALLOW="22" # SSH -TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports -TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports -TCP_ALLOW="${TCP_ALLOW} 5870 5871" # Inbound tunnels +TCP_ALLOW="${TCP_ALLOW} 80" # Web Ports +TCP_ALLOW="${TCP_ALLOW} 3690" # SVN Testing +TCP_ALLOW="${TCP_ALLOW} 5870 5871 5873" # Inbound tunnels +#TCP_ALLOW="${TCP_ALLOW} 80 443" # Web Ports +#TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports HOSTS_DENY=$(cat /etc/firewall/blocked-ips) #HOSTS_ALLOW="" -- cgit v1.2.3