IPFW - Counter

Andrew P. infofarmer at gmail.com
Fri Oct 28 10:10:05 PDT 2005


On 10/28/05, Grant Peel <gpeel at thenetnow.com> wrote:
> Hi all,
>
> Is is possible, to make a single rule counter, or, a multiple rule counter
> (maybe that pies to 1 single counter), so one can track inclomming and
> outgoing bandwidth?
>
> I would like to say:
>
> 000001 count from any to any via 1.2.3.4
>
> or
>
> 000001 count 1.2.3.4
>
> To have the same effect as:
>
> 000001 count from any to 1.2.3.4 in via fxp0
> 000002 count from 1.2.3.4 to and out via fxp0
>
> but somehow I don't think they will work :-)
>
> -Grant
>
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

You can try using pipes for some kind of
consolidation (they are not meant for it,
of course).

You can also use skips like this:

skipto 1000 <type-a>
skipto 1000 <type-b>
...
skipto 1500 ip from any to any

And have rule number 1001 that counts all
the types you have defined.

Or you can try telling us precisely what you
want, we might come up with some rules.


More information about the freebsd-questions mailing list