Date: Fri, 26 Jul 2002 03:13:33 -0700 (PDT) From: Prokofiev Sergey <proks@odtel.net> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/41007: overfull traffic on third and fourth adaptors at a promiscuous mode on FreeBSD 4.6-STABLE Message-ID: <200207261013.g6QADXan058062@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 41007
>Category: kern
>Synopsis: overfull traffic on third and fourth adaptors at a promiscuous mode on FreeBSD 4.6-STABLE
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 26 03:20:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Prokofiev Sergey
>Release: 4.6-STABLE
>Organization:
>Environment:
FreeBSD digger.uptel.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jul 25 19:34:51 EEST 2002 proks@digger.uptel.net:/usr/obj/usr/src/sys/DIGGER i386
>Description:
I have updated FreeBSD 4.2-R -> 4.6-S and 4.3-R -> 4.6-S (20020712) via NFS on two
servers with four ethernet adaptors (4 fxp on one and 2fxp+ed+rl on other). And appear
the problem with overfull traffic on third and fourth adaptors at a promiscuous mode
(by tcpdump, arpwatch).For example:
/kernel: fxp0: promiscuous mode disabled
>netstat -I fxp0 -w 1
input (fxp0) output
packets errs bytes packets errs bytes colls
96 0 40348 113 0 14735 0
76 0 57597 95 0 17261 0
98 0 60356 128 0 15460 0
98 0 69212 99 0 24627 0
.......
/kernel: fxp0: promiscuous mode enabled
>How-To-Repeat:
>Fix:
I don't known.
>Release-Note:
>Audit-Trail:
>Unformatted:
>netstat -I fxp0 -w 1
input (fxp0) output
packets errs bytes packets errs bytes colls
85 0 50125 97 0 15374 0
89 0 39569 94 0 13213 0
84 0 48150 95 0 12291 0
87 0 38587 118 0 9533 0
98 0 28901 98 0 8551 0
.......
The avarege is same.No problem.
But on fxp2 and fxp3 I can see overfull traffic - maybe whole traffic on ethernet.
For example:
/kernel: fxp1: promiscuous mode disabled
>netstat -I fxp3 -w 1
input (fxp3) output
packets errs bytes packets errs bytes colls
0 0 72 0 0 232 0
1 0 60 1 0 50 0
1 0 318 1 0 508 0
4 0 240 4 0 200 0
5 0 60 5 0 50 0
/kernel: fxp0: promiscuous mode enabled
>netstat -I fxp3 -w 1
input (fxp3) output
packets errs bytes packets errs bytes colls
224 0 66748 0 0 0 0
226 0 37238 0 0 0 0
173 0 50094 0 0 196 0
150 0 37183 1 0 0 0
143 0 31087 0 0 0 0
118 0 68573 0 0 0 0
At promiscuous mode the traffic biggest.
The same on second router on rl0 and ed0 (3rd and 4th adaptors).
Whats the problem ???
Sorry for my english.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207261013.g6QADXan058062>
