Title: How to drop an IP address in Endian firewall? Post by: vlongjvc on Thursday 03 December 2009, 02:55:54 pm I tried follwing command but failed :-\:
iptables -I INPUT -s 203.82.140.101 -j DROP Any one know how to drop a list of incoming IP addresses? Thanks, Title: Re: How to drop an IP address in Endian firewall? Post by: vlongjvc on Thursday 10 December 2009, 07:04:47 pm No one? I heard about fail2ban, have anyone integrated fail2ban into efw?
Title: Re: How to drop an IP address in Endian firewall? Post by: vlongjvc on Tuesday 15 December 2009, 08:36:33 pm Just want to share my experience, you can drop multiple IP addresses by creating a Destination NAT rule:
- Access from: x.x.x.x/32 x.x.x.x/32 ..... x.x.x.x/32 - Target: <ANY Uplink> - Filter policy: DROP - Service: <ANY> - Protocol: <ANY> |