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
* 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