Hi, I've been having a problem logging port 22 traffic. Here is some of my pf.conf file. Let me know what you think. Thanks.
So what's the problem exactly? Or do you expect us to somehow "magically" guess your problems?
pass in log on $ext_if inet proto tcp from any to $ext_if \
port 22 $tcp_options
pass out on $ext_if inet proto tcp from $ext_if to any \
$tcp_options
pass in on $ext_if inet proto tcp from any to $ext_if \
port $tcp_services $tcp_options
My guess is you forgot a "quick" keyword.
Wouter
