RE: [ilugd] Re: Promiscuous Mode of Ethernet

2004-01-12 Thread Gurpreet Singh Sachdeva
Hi AMS,
 Now I got that, Thanks Buddy!!!

Regards,

 Gurpreet Singh Sachdeva

  _  



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Re: Promiscuous Mode of Ethernet

2004-01-10 Thread Puneet
that's absolutely right. Sniffers/Protocol Analyzers like Ethereal are best
admirer of this mode.

as soon as u start Ethereal or xyz sniffer and select a perticular card,
that card will be put up in promiscuous mode and that's how u get whole
frame from network even the frame which your machine was not supposed to
see, can be seen with that. and when etherreal is closed, you start getting
only the frame which were intended to your machine.

** my comments are not for 802.11 network cards **

regards,
Puneet

- Original Message -
From: Abhijit Menon-Sen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, January 10, 2004 9:22 AM
Subject: [ilugd] Re: Promiscuous Mode of Ethernet


 At 2004-01-10 03:42:24 +0530, [EMAIL PROTECTED] wrote:

 Every Ethernet card has a hardware (MAC) address. Every Ethernet frame
 (packet) has a source and destination address, and is broadcast over
 the network. In normal operation, an Ethernet card receives only those
 frames that are addressed to itself (i.e., its own MAC address matches
 the destination of the frame).

 In promiscuous mode, however, the card receives all the frames it sees
 on the network, regardless of their destination address. (Which means
 that you can, on a shared network segment, see traffic between hosts
 other than your own.)

 -- ams

 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd




___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


RE: [ilugd] Re: Promiscuous Mode of Ethernet

2004-01-09 Thread Gurpreet Singh Sachdeva

Hi AMS,

I am sorry but I couldn't get *(instead of only those that are addressed
to it)*. Yeh baat kuch hazam nahi hui...

Please elaborate :-(

Regards,

 Gurpreet Singh Sachdeva



At 2004-01-09 02:02:33 +0530, [EMAIL PROTECTED] wrote:

 What exactly is promiscuous mode?

It's a mode in which an Ethernet card receives all frames on the network
(instead of only those that are addressed to it). In this case, tcpdump
is setting the promiscuous mode on your interface, which will return to
normal when you exit tcpdump.

 I would appreciate it deep from my heart if someone explains it
 deeply...

Did you ask Google about promiscuous mode?

-- ams

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Re: Promiscuous Mode of Ethernet

2004-01-09 Thread Vikas Upadhyay
The relevant dictionary meaning for Promiscuouos is 
Lacking standards of selection; indiscriminate. 
(source dictionary.com )

regards,
vikas


- Original Message - 
From: Abhijit Menon-Sen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, January 10, 2004 9:22 AM
Subject: [ilugd] Re: Promiscuous Mode of Ethernet


 At 2004-01-10 03:42:24 +0530, [EMAIL PROTECTED] wrote:
 
  I am sorry but I couldn't get *(instead of only those that are
  addressed to it)*. Yeh baat kuch hazam nahi hui...
 
 Did you ask Google about promiscuous mode?
 
  Please elaborate :-(
 
 Every Ethernet card has a hardware (MAC) address. Every Ethernet frame
 (packet) has a source and destination address, and is broadcast over
 the network. In normal operation, an Ethernet card receives only those
 frames that are addressed to itself (i.e., its own MAC address matches
 the destination of the frame).
 
 In promiscuous mode, however, the card receives all the frames it sees
 on the network, regardless of their destination address. (Which means
 that you can, on a shared network segment, see traffic between hosts
 other than your own.)
 
 -- ams
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Re: Promiscuous Mode of Ethernet

2004-01-08 Thread J.Mohamed Zahoor
On Fri, 9 Jan 2004, Abhijit Menon-Sen wrote:

 which will return to normal when you exit tcpdump.

to be sure... execute ifconfig interface and check if it reports
PROMISC or not.

./zahoor


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd