Eugene Grosbein wrote:
>
> Milan Obuch wrote:
>
> > > ifInOctets counts broadcasts too.
> > > I finished with ipfw2, thank you all.
>
> > Maybe you could 'advertise' your solution :)
>
> I use ipfw2 to count packets:
>
> from any to any in recv ep0 mac $mymac any
> and
> from any to any out xm
Milan Obuch wrote:
> > ifInOctets counts broadcasts too.
> > I finished with ipfw2, thank you all.
> Maybe you could 'advertise' your solution :)
I use ipfw2 to count packets:
from any to any in recv ep0 mac $mymac any
and
from any to any out xmit ep0.
I know my router sends only unicast traff
Petri Helenius wrote:
> Or maybe you should consider using ifInOctets...
ifInOctets counts broadcasts too.
I finished with ipfw2, thank you all.
Eugene
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscr
Charlie & wrote:
On Wednesday 09 July 2003 08:09, Gleb Smirnoff wrote:
On Wed, Jul 09, 2003 at 01:18:06PM +0800, Eugene Grosbein wrote:
E> Does FreeBSD 4.8-STABLE keep per-interface summary for received
E> unicast octets? More precisely, I need to know number of unicast
E> octets received by my
On Wed, Jul 09, 2003 at 08:53:31AM +0200, Charlie & wrote:
C> On Wednesday 09 July 2003 08:09, Gleb Smirnoff wrote:
C> > On Wed, Jul 09, 2003 at 01:18:06PM +0800, Eugene Grosbein wrote:
C> > E> Does FreeBSD 4.8-STABLE keep per-interface summary for received
C> > E> unicast octets? More precisely, I
On Wednesday 09 July 2003 08:09, Gleb Smirnoff wrote:
> On Wed, Jul 09, 2003 at 01:18:06PM +0800, Eugene Grosbein wrote:
> E> Does FreeBSD 4.8-STABLE keep per-interface summary for received
> E> unicast octets? More precisely, I need to know number of unicast
> E> octets received by my router via e
On Wed, Jul 09, 2003 at 01:18:06PM +0800, Eugene Grosbein wrote:
E> Does FreeBSD 4.8-STABLE keep per-interface summary for received
E> unicast octets? More precisely, I need to know number of unicast
E> octets received by my router via ep0 from uplink. Its ethernet interface
E> carries lots of broa
Hi!
Does FreeBSD 4.8-STABLE keep per-interface summary for received
unicast octets? More precisely, I need to know number of unicast
octets received by my router via ep0 from uplink. Its ethernet interface
carries lots of broadcast (NETBIOS) traffic I need not care of.
Eugene Grosbein
P.S. I've