Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2004 08:59:50 -0300
From:      Roberto Pereyra <rjpereyra@gualeguaychu.gov.ar>
To:        freebsd-questions@freebsd.org
Subject:   ipfw show questions
Message-ID:  <20040311115950.GA14829@gualeguaychu.gov.ar>

next in thread | raw e-mail | index | archive | help
Hi all !

I want to do traffic accounting with a freebsd firewall.

I configured a ipfw firewall with dummynet support.

When I do: "ipfw show" the output show:

00100    25648     1869498 allow ip from 10.1.0.2 to any
00200    30115     3544967 allow ip from any to 10.1.0.2
00300      325       18354 pipe 1 ip from 10.1.1.30 to any via rl1
00400      452      444960 pipe 2 ip from any to 10.1.1.30 via rl1
00500        1         229 pipe 3 ip from 10.1.1.31 to any via rl1
00600        0           0 pipe 4 ip from any to 10.1.1.31 via rl1
00700       81        5880 pipe 5 ip from 10.1.1.32 to any via rl1
00800       36        4314 pipe 6 ip from any to 10.1.1.32 via rl1
.........
65535 33030639 14936134258 allow ip from any to any

A question: What means each column ?
            The third column is the traffic in this rule ?
            I not reboot my server, for example, in a month then I have the monthy traffic for this IP ?

Thanks in advance

roberto




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040311115950.GA14829>