Hello, I am using blacklist like `````````` iptables -A INPUT -m recent --name blacklist --rcheck --seconds $BLACKLIST_INTERVAL -j DROP ``````````` and it is working really well. But is there any way to manage the blacklisted ip ? Manage means 1> view the ips which are blacklisted 2> manually remove an IP from blacklist 3> manually insert an IP as blacklist -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html