Graphical statistics for PF

Hi there,

We're using PF as router and firewall. Now I'd love to have some information about "usage" - traffic messuring, statistics about blocked IPs / services and so on.

Is there any tool out there which solves this? Couldn't find anything - but "PF" is hard to google ;-)

Thanks,
Pascal Turbo
 
I typed into google "pf openbsd" and found a nice list of info including a faq that covers logging.

You'll need the bpf() device driver in your kernel:
Code:
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device          bpf             # Berkeley packet filter
 
Back
Top