[Bug 562] New: Recent module is not working for the ppp0 (external) interface.

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Thu Apr 26 23:53:22 CEST 2007


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 at netfilter.org
        ReportedBy: lapator at 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.



More information about the netfilter-buglog mailing list