bugzilla-daemon@bugzilla.netfilter.org
2007-Apr-26 23:53 UTC
[Bug 562] New: Recent module is not working for the ppp0 (external) interface.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=562 Summary: Recent module is not working for the ppp0 (external) interface. Product: iptables Version: unspecified Platform: x86_64 OS/Version: Gentoo Status: NEW Severity: normal Priority: P2 Component: iptables AssignedTo: laforge@netfilter.org ReportedBy: lapator@gmail.com Hello. iptables v1.3.7 My external network interface is ppp0 My internal network interfaces is ra0, eth0 , eth1 I am using this rules to block brute force attacks on my ssh server: iptables -A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -m recent --set --name SSH --rsource iptables -A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -m recent --update --seconds 60 --hitcount 3 --name SSH --rsource -j DROP The problem is that this rules is not working for the ppp0 (external interface) Clients got time out cause firewall DROP them for all internal networks ra0,eth0,eth1 everything is working just PERFECT... Any idea ? -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.