* eth0: entered promiscuous mode
@ 2002-01-10 20:59 Balazs Javor
2002-01-10 21:28 ` Andreas Dilger
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Balazs Javor @ 2002-01-10 20:59 UTC (permalink / raw)
To: linux-kernel
Hi,
Can somebody please tell me what the above message means?
I very often encounter this in the syslog and sometimes
also on the console.
Many thanks for yout help in advance!
best regards,
Balazs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eth0: entered promiscuous mode
2002-01-10 20:59 eth0: entered promiscuous mode Balazs Javor
@ 2002-01-10 21:28 ` Andreas Dilger
2002-01-10 21:32 ` Bernd Eckenfels
2002-01-11 3:44 ` Robert Love
2 siblings, 0 replies; 5+ messages in thread
From: Andreas Dilger @ 2002-01-10 21:28 UTC (permalink / raw)
To: linux-kernel
On Jan 10, 2002 21:59 +0100, Balazs Javor wrote:
> Can somebody please tell me what the above message means?
It means that you are running a program like "tcpdump". If not, it
may mean that someone has hacked into your system and is running a
network sniffer to capture passwords on your network.
Cheers, Andreas
--
Andreas Dilger
http://sourceforge.net/projects/ext2resize/
http://www-mddsp.enel.ucalgary.ca/People/adilger/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eth0: entered promiscuous mode
2002-01-10 20:59 eth0: entered promiscuous mode Balazs Javor
2002-01-10 21:28 ` Andreas Dilger
@ 2002-01-10 21:32 ` Bernd Eckenfels
2002-01-10 22:21 ` David C P Gray
2002-01-11 3:44 ` Robert Love
2 siblings, 1 reply; 5+ messages in thread
From: Bernd Eckenfels @ 2002-01-10 21:32 UTC (permalink / raw)
To: linux-kernel
In article <20020110205946.GB24838@zhadum.bjavor.d2g.com> you wrote:
> Can somebody please tell me what the above message means?
it means you run a root program which requested the network card to go into
promic mode. promisc mode means, the card will receive all packets on the
wire, not only those destinated to the card. a few sniffing/scan
detector/accounting apps require this, and some legal apps for network
configuration (like dhcp/bootp/... ) and arpwatch may require it.
Greetings
Bernd
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eth0: entered promiscuous mode
2002-01-10 21:32 ` Bernd Eckenfels
@ 2002-01-10 22:21 ` David C P Gray
0 siblings, 0 replies; 5+ messages in thread
From: David C P Gray @ 2002-01-10 22:21 UTC (permalink / raw)
To: linux-kernel
On Thu, 10 Jan 2002, Bernd Eckenfels wrote:
> In article <20020110205946.GB24838@zhadum.bjavor.d2g.com> you wrote:
> > Can somebody please tell me what the above message means?
>
> it means you run a root program which requested the network card to go into
> promic mode. promisc mode means, the card will receive all packets on the
> wire, not only those destinated to the card. a few sniffing/scan
> detector/accounting apps require this, and some legal apps for network
> configuration (like dhcp/bootp/... ) and arpwatch may require it.
VMware can also trigger this message. It uses promiscuous mode to
provide access to the LAN for guest OS sessions.
Cheers,
David.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eth0: entered promiscuous mode
2002-01-10 20:59 eth0: entered promiscuous mode Balazs Javor
2002-01-10 21:28 ` Andreas Dilger
2002-01-10 21:32 ` Bernd Eckenfels
@ 2002-01-11 3:44 ` Robert Love
2 siblings, 0 replies; 5+ messages in thread
From: Robert Love @ 2002-01-11 3:44 UTC (permalink / raw)
To: Balazs Javor; +Cc: linux-kernel
On Thu, 2002-01-10 at 15:59, Balazs Javor wrote:
> Can somebody please tell me what the above message means?
>
> I very often encounter this in the syslog and sometimes
> also on the console.
Promiscuous mode means the network card will snag packets even if they
are not delivered to you. Typically, only ethernet frames whose MAC
address matches you or broadcast are processed by the NIC. Thus, your
NIC can read any and all packets on your network.
Are you sniffing your coworkers or something ? ;)
Robert Love
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-01-11 3:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-10 20:59 eth0: entered promiscuous mode Balazs Javor
2002-01-10 21:28 ` Andreas Dilger
2002-01-10 21:32 ` Bernd Eckenfels
2002-01-10 22:21 ` David C P Gray
2002-01-11 3:44 ` Robert Love
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox