From owner-freebsd-questions Mon Apr 14 02:43:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA29514 for questions-outgoing; Mon, 14 Apr 1997 02:43:16 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA29502 for ; Mon, 14 Apr 1997 02:43:00 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id MAA13284; Mon, 14 Apr 1997 12:41:13 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma013277; Mon Apr 14 12:40:54 1997 Message-ID: <3351FBA5.D43@barcode.co.il> Date: Mon, 14 Apr 1997 12:40:53 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Anthony Barlow CC: freebsd-questions@freebsd.org Subject: Re: ed0 promiscuous mode? References: <199704140941.LAA14770@www.warp.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anthony Barlow wrote: > > Hi > > I just got in to work this morning and saw this on my terminal: > > It's running FBSD.2.2.1R, P133 (Intel), 32Mbs Ram, 512KB cache, 1.7Gb IDE > HD. NE2000 clone network card. > > Apr 13 15:06:43 temp1 /kernal: ed0: promiscuous mode enabled > > What does it mean? It means that the ethernet controller is set up so that it receives *all* frames coming in on the wire, not just those intended for this host. This is normally used only if you want to monitor then network, as it loads your CPU with the (otherwise unnecessary) job of filtering those frames. Do you use bpf? > > temp1 is our test bed that I'm using to play around with to get used > to FreeBSD > > Regards, > Anthony Nadav