From: Sapan Bhatia Date: Tue, 9 Aug 2011 20:45:03 +0000 (-0400) Subject: Stopgap measure for blacklisting abused nodes. X-Git-Tag: iptables-1.4.10-5~1 X-Git-Url: http://git.onelab.eu/?p=iptables.git;a=commitdiff_plain;h=f1dd2fbd9a18280ce80273e6a24959bf6807eb39 Stopgap measure for blacklisting abused nodes. --- diff --git a/planetlab-config b/planetlab-config index ac5c016..2851897 100644 --- a/planetlab-config +++ b/planetlab-config @@ -7,6 +7,9 @@ -A OUTPUT -j BLACKLIST -A LOGDROP -j LOG -A LOGDROP -j DROP +-A BLACKLIST -d 199.254.222.0/24 -j DROP +-A BLACKLIST -d 74.46.244.148/32 -j DROP +-A BLACKLIST -d 66.165.160.105/32 -j DROP COMMIT *mangle