Hello,

I would like a clarification. I have these rules and I notice an
incrementation only when there is a new incoming connection.
Here I did an ssh
connection


# pfctl -s rules -v | head -6
block drop log all
  [ Evaluations:
83        Packets: 0         Bytes: 0           States: 0     ]
  [ Inserted:
uid 0 pid 23419 State Creations: 0     ]
pass in log quick on re0 inet proto
tcp from 192.168.1.0/24 to 192.168.1.254 flags S/SA keep state (no-sync,
pflow)
  [ Evaluations: 83        Packets: 41        Bytes: 7241       
States: 1     ]
  [ Inserted: uid 0 pid 23419 State Creations: 1     ]
Subsequently I can use the ssh session but no packet or byte incrementation is
observed.
What these counters are counting if it's not the realtime counters
and how can I see the real time counters: the numbers of packets or bytes that
matched the rule

Thank you

Reply via email to