From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EA50EB64DC for ; Sun, 25 Jun 2023 13:40:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229534AbjFYNkr (ORCPT ); Sun, 25 Jun 2023 09:40:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbjFYNkq (ORCPT ); Sun, 25 Jun 2023 09:40:46 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:237:300::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57BD31B7; Sun, 25 Jun 2023 06:40:42 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1qDPyp-0005bI-8c; Sun, 25 Jun 2023 15:40:39 +0200 Date: Sun, 25 Jun 2023 15:40:39 +0200 From: Florian Westphal To: Jason Vas Dias , Jason Vas Dias Cc: netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org Subject: Re: Linux netfilter / iptables : How to enable iptables TRACE chain handling with nf_log_syslog on RHEL8+? Message-ID: <20230625134039.GB3207@breakpoint.cc> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Jason Vas Dias wrote: > > Good day - > > On a Linux RHEL8 system, I have enabled these iptables rules, > which I am led to believe should enable ICMP packet syslog > logging on interface ingress & egress : > > # iptables -L -t raw > Chain PREROUTING (policy ACCEPT) > target prot opt source destination > TRACE icmp -- anywhere anywhere > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > TRACE icmp -- anywhere anywhere Run "xtables-monitor --trace".