From f1dd2fbd9a18280ce80273e6a24959bf6807eb39 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 9 Aug 2011 16:45:03 -0400 Subject: [PATCH] Stopgap measure for blacklisting abused nodes. --- planetlab-config | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.43.0