Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1495762

Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel?

From Justin Piszcz <jpiszcz@lucidpixels.com>
Newsgroups linux.kernel
Subject Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel?
Date 2016-10-05 11:00 +0200
Message-ID <soQdr-6Ut-3@gated-at.bofh.it> (permalink)
References <soG4p-bv-3@gated-at.bofh.it> <soIIV-1JZ-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Oct 4, 2016 at 8:58 PM, Liping Zhang <zlpnobody@gmail.com> wrote:
> Hi Justin,
>
> 2016-10-05 6:02 GMT+08:00 Justin Piszcz <jpiszcz@lucidpixels.com>:
>> Hello,
>>

[ .. ]

>
> Which one are you using? iptables or nftables?
# iptables -V
iptables v1.6.0

>
> Could you please paste the related iptables/nftables rules here?

Rules:

  $IPTABLES -N INPUT_BLOCK
  $IPTABLES -A INPUT_BLOCK -i eth1 -j NFLOG --nflog-group 2
--nflog-prefix "INPUT_BLOCK"
  $IPTABLES -A INPUT_BLOCK -j DROP
  $IPTABLES -A INPUT -j INPUT_BLOCK

Justin.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

kernel v4.8: iptables logs are truncated with the 4.8 kernel? Justin Piszcz <jpiszcz@lucidpixels.com> - 2016-10-05 00:10 +0200
  Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel? Liping Zhang <zlpnobody@gmail.com> - 2016-10-05 03:00 +0200
    Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel? Justin Piszcz <jpiszcz@lucidpixels.com> - 2016-10-05 11:00 +0200
  Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel? Chris Caputo <ccaputo@alt.net> - 2016-10-10 09:10 +0200
    Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel? Liping Zhang <zlpnobody@gmail.com> - 2016-10-10 14:30 +0200
      Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel? Chris Caputo <ccaputo@alt.net> - 2016-10-10 20:40 +0200
        Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel? Liping Zhang <zlpnobody@gmail.com> - 2016-10-11 03:00 +0200
          Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel? Chris Caputo <ccaputo@alt.net> - 2016-10-11 06:00 +0200
            Re: kernel v4.8: iptables logs are truncated with the 4.8 kernel? Liping Zhang <zlpnobody@gmail.com> - 2016-10-11 07:10 +0200

csiph-web