On Mon, Jan 24, 2011 at 01:10, emigrant <emig...@gmail.com> wrote:
> ipfm dont work well in openbsd 4.6/4.7/4.8,  too much changes in pf?(yes, i
> use pf<altq+hfsc>),  any ideas what can i do? go back to 4.5? :)

People here are unlikely to recommend going back in OpenBSD versions.
>From the first Google hit on IPFM [1], I get the impression you best
move away from IPFM as it "has not been actively developed for
years.".

If you're after a simple list of traffic for individual hosts, you may
be able to leverage the 'label' keyword in pf.conf(5), especially if
it's only a few hosts you're trying to get data for. Such as:

# /etc/pf.conf
hostlist = "{ 127.0.0.1, 192.168.100.15, 192.168.100.30 }"
pass from $hostlist label "traffic-$srcaddr"

# sudo pfctl -vvs labels


Alternatively, look at pflow(4) and a Netflow collector on the other
end to see if that's more to your liking.

Regards,

Rogier

References:
1. Google - 'IPFM'
http://www.google.nl/search?q=ipfm

Reply via email to