https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=109
           Summary: An extension for limit
           Product: netfilter/iptables
           Version: linux-2.4.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ip_tables (kernel)
        AssignedTo: laforge@netfilter.org
        ReportedBy: kim.holburn@anu.edu.au
                CC: netfilter-buglog@lists.netfilter.org
This is an idea relating to a need I have.
I would like to be able to specify a limit (iplimit, quota) on a per host basis
for a list of hosts.  It
occurs to me that it might be useful to extend some other commands on a per host
basis.
Something like:
iptables -m limit 1/s --destination-multiple-hosts 159.213.0.0/24,159.213.1.23
-j ACCEPT
or perhaps:
iptables --multiple-hosts -d 159.213.0.0/24,159.213.1.23 -m limit 1/s -j ACCEPT
Kim
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.