Bug 170086

Summary: 'recent' flag doesn't work with iptables -- ipt_recent.h missing
Product: [Retired] Fedora Legacy Reporter: Ben Nickell <twinprism>
Component: glibc-kernheadersAssignee: Fedora Legacy Bugs <bugs>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rhl9CC: deisenst
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: DEFER
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-30 20:00:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ben Nickell 2005-10-07 03:29:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5

Description of problem:


Applying iptables firewall rules: iptables-restore v1.2.8: Couldn't load match `recent':/lib/iptables/
libipt_recent.so: cannot open shared object file: No such file or directory

Version-Release number of selected component (if applicable):
glibc-kernheaders-2.4-8.10

How reproducible:
Always

Steps to Reproduce:
1.  add any Iptables rule using the --recent flag. ( such as #-A RH-Lokkit-0-50-INPUT -p tcp --dport 22 
-i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 4 -j DROP)
2. start/restart iptables

  

Actual Results:  Iptables won't start with the following error message

Applying iptables firewall rules: iptables-restore v1.2.8: Couldn't load match `recent':/lib/iptables/
libipt_recent.so: cannot open shared object file: No such file or directory

Expected Results:  Iptables loads as expected.

Additional info:

similar/same problem fixed in RHEL3 errata here...
 http://rhn.redhat.com/errata/RHBA-2005-597.html

this is useful for rate limiting ssh brute attacks
http://blog.andrew.net.au/2005/02/17/

related bug
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=155608

Comment 1 Pekka Savola 2005-11-16 13:32:05 UTC
This doesn't seem to be important enough to fix just on its own, so mark it DEFER.

Comment 2 Jesse Keating 2007-08-30 20:00:59 UTC
Fedora Legacy project has ended.  These will not be fixed by Fedora Legacy.