On Sat, 14 Jan 2023 21:26:49 -0800, Marc Chamberlin <marc@marcchamberlin.com> wrote:
[...] P.S. I tried to format my response with both fixed and variable width fonts to make it easier to read. Dunno if it will survive the transition to the list server, if not, can't say I didn't try....
You posted plain text. That's good. If you want to format the tables, the 'column' command can help: <>: column -t -l 10 <<'END' pkts bytes target prot opt in out source destination 6032 428K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED,DNAT 0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 3067 228K INPUT_direct all -- * * 0.0.0.0/0 0.0.0.0/0 3067 228K INPUT_POLICIES_pre all -- * * 0.0.0.0/0 0.0.0.0/0 3067 228K INPUT_ZONES all -- * * 0.0.0.0/0 0.0.0.0/0 2044 160K INPUT_POLICIES_post all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID 2044 160K REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited END pkts bytes target prot opt in out source destination 6032 428K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED,DNAT 0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 3067 228K INPUT_direct all -- * * 0.0.0.0/0 0.0.0.0/0 3067 228K INPUT_POLICIES_pre all -- * * 0.0.0.0/0 0.0.0.0/0 3067 228K INPUT_ZONES all -- * * 0.0.0.0/0 0.0.0.0/0 2044 160K INPUT_POLICIES_post all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID 2044 160K REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited -- Robert Webb