public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* xt_recent broken in kernel 3.19.0
@ 2015-02-11  9:28 Chris Vine
  2015-02-11 18:31 ` xt_recent broken in kernel 3.19.0 + PATCH Chris Vine
  0 siblings, 1 reply; 7+ messages in thread
From: Chris Vine @ 2015-02-11  9:28 UTC (permalink / raw)
  To: Linux Kernel Mailing List

With kernel 3.19.0, the following iptables rule, where SSH_TRIES is set
to 4:

  iptables -D SSH_CHAIN -m conntrack --ctstate NEW \
    -m recent --update --seconds $SSH_LOGIN_PERIOD --hitcount $SSH_TRIES -j DROP

generates this error message in syslog:

  kernel: xt_recent: hitcount (4) is larger than packets to be
  remembered (4) for table DEFAULT

and the rule fails to install in the table.  No error is generated with
kernel 3.18.6.

Chris

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-12 11:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11  9:28 xt_recent broken in kernel 3.19.0 Chris Vine
2015-02-11 18:31 ` xt_recent broken in kernel 3.19.0 + PATCH Chris Vine
2015-02-12  3:15   ` Cong Wang
2015-02-12  8:35     ` Florian Westphal
2015-02-12 10:26       ` Chris Vine
2015-02-12 10:54         ` Chris Vine
2015-02-12 11:11           ` Chris Vine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox