Skip to content

PF Maintenance

* Finding hosts connecting HTTP services, and count connections

pftop -ab -f 'inbound and src net 192.168.1.0/24' | awk '{if ($4 ~ ":80$") print $3}' | cut -f1 -d: | sort | uniq -c
No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS

click to change验证码