Jason Vas Dias <jason.vas.dias@xxxxxx> 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".