[3025] in linux-net channel archive
Re: eth0: bogus packet: status=0x0 nxpg=0xd size=1504 ?
daemon@ATHENA.MIT.EDU (Russell Berry)
Tue May 28 05:41:01 1996
Date: Mon, 27 May 1996 21:05:50 -0400 (EDT)
From: Russell Berry <rberry@albany.net>
To: Ingo Molnar <mingo@kaliban.csoma.elte.hu>
cc: linux-net@vger.rutgers.edu
In-Reply-To: <Pine.LNX.3.93.960526115259.6008A-100000@kaliban.csoma.elte.hu>
Okay Ingo, I had the same thing happen some time back, with the same card.
Upon issuing the ifconfig eth0, I found the card in promiscuous mode. I
later realized that I had indeed set it that way myself by running
tcpdump. check it out, if it is indeed in that mode, just issue the
command ifconfig eth0 -promisc and all will return to normal.
---russ