i have a question. i implement uclinux on xilinx ml403.i turn on promiscouse mode, but i only receive brocast packet,not promiscouse mode packet, what's happen ? what's next step i will be do??? on uclinux kernel or ethernet driver???
about uclinux network setting???
Started by ●October 30, 2007
Reply by ●October 30, 20072007-10-30
賴正岳 escribió:> i have a question. i implement uclinux on xilinx ml403.i turn on > promiscouse mode, but i only receive brocast packet,not promiscouse > mode packet, what's happen ? what's next step i will be do??? on > uclinux kernel or ethernet driver???Er... Have you connected your device to a hub, a switch or a router? In turn connected to another devices, a LAN, Internet, or what?
Reply by ●October 31, 20072007-10-31
On 10 31 , 12 42 , "Ignacio G.T." <igtorque.rem...@evomer.yahoo.es> wrote:> escribi=F3: > > > i have a question. i implement uclinux on xilinx ml403.i turn on > > promiscouse mode, but i only receive brocast packet,not promiscouse > > mode packet, what's happen ? what's next step i will be do??? on > > uclinux kernel or ethernet driver??? > > Er... Have you connected your device to a hub, a switch or a router? In > turn connected to another devices, a LAN, Internet, or what?CONNECT TO A SWITCH,THE SAME COMPUTER, BUT NOT RECEIVE PACKET LIKE PROMISCOUSE.
Reply by ●October 31, 20072007-10-31
kobelai15@gmail.com escribi�:> On 10 31 , 12 42 , "Ignacio G.T." <igtorque.rem...@evomer.yahoo.es> > wrote: >> escribi�: >> >>> i have a question. i implement uclinux on xilinx ml403.i turn on >>> promiscouse mode, but i only receive brocast packet,not promiscouse >>> mode packet, what's happen ? what's next step i will be do??? on >>> uclinux kernel or ethernet driver??? >> Er... Have you connected your device to a hub, a switch or a router? In >> turn connected to another devices, a LAN, Internet, or what? > > CONNECT TO A SWITCH,THE SAME COMPUTER, BUT NOT RECEIVE PACKET LIKE > PROMISCOUSE.If I understand you well, you are connecting your device to a switch, and then you are trying to monitor with it the traffic that goes between the other ports of the switch, right? That will not work: a switch filters the traffic, and only delivers to your device the layer 2 traffic that is directed to it, including layer 2 broadcast traffic. If you want to monitor all the traffic, you need to use a hub (which is "layer 1 device"), or use a switch that can be configured to deliver all the traffic to one specific port.