On 2009-06-01, Steven Surdock <ssurd...@engineered-net.com> wrote: > Greetings, > > I'm looking at using a pair of OBSD systems to perform a couple of > functions, > + ISP load balancing & failover (using NAT) > + Site to Site IPSec termination (via ipsec) > + Egress Bandwidth Management (via PF) > + Web/HTML Detailed usage reporting (via ??) > > I've done the first three, and the last with flow-tools, but has anyone > used anything a little "friendlier" than flow-tools/flowscan to get > detailed (per IP, per protocol, per port) usage reporting? I also see > that pfflowd is marked as broken due to pfsync changes. I suspect this > means I'll need to use 4.4 if I want to use pfflowd... Thanks!
use pflow from base OS to export flows; we have nfdump and nfprofile in ports to log them, and there is a web UI "nfsen" that goes with these (not in ports yet, but it has its own installer) that you can use to make it look all pretty. http://www.ripe.net/ripe/meetings/ripe-50/presentations/ripe50-plenary-tue-nfsen-nfdump.pdf