All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: IGMP packets?
@ 2004-12-08 20:58 FoObArf00
  2004-12-08 21:33 ` Chris Wright
  0 siblings, 1 reply; 4+ messages in thread
From: FoObArf00 @ 2004-12-08 20:58 UTC (permalink / raw)
  To: Chris Wright; +Cc: linux-kernel

I have 3 machines.  A (eth0) is connected to B (eth1) with a cross over cable and B (eth0) and C (eth0) are on a switch.  I want to forward the igmp queries and reports that A (eth1) generates when joining/leaving a multicast group on B (eth1) from B(eth0) to C (eth0).  I put the code to do this on different places such as ip_rcv, ip_route_input, etc and no luck.  The weird thing is that it works when I do a tcpdump on B's eth1. 
 
A-(eth0)----(eth1)-B-(eth0)----(eth0)-C

Thanks.

Chris Wright <chrisw@osdl.org> wrote:

>* FoObArf00@netscape.net (FoObArf00@netscape.net) wrote:
>> I have been trying to analyze igmp packets (queries, reports) with
>> ttl of 1 ,of course, in the kernel and ran into a weird situation.
>> Only when an interface is in promiscuous mode (i.e. tcpdump), the igmp
>> packets get to ip_rcv on ip_input.c.  I was wondering if someone can
>> point in the right direction on how/where to get the these packets when
>> not doing a tcpdump.  Thanks
>
>Could you be more specific?  Which machines are involved (e.g. IIRC the
>igmp report is not looped back locally).  What do you mean by analyze in
>the kernel?
>
>thanks,
>-chris
>

__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

^ permalink raw reply	[flat|nested] 4+ messages in thread
* IGMP packets?
@ 2004-12-07  0:29 FoObArf00
  2004-12-08 18:05 ` Chris Wright
  0 siblings, 1 reply; 4+ messages in thread
From: FoObArf00 @ 2004-12-07  0:29 UTC (permalink / raw)
  To: linux-kernel

I have been trying to analyze igmp packets (queries, reports) with ttl of 1 ,of course, in the kernel and ran into a weird situation.  Only when an interface is in promiscuous mode (i.e. tcpdump), the igmp packets get to ip_rcv on ip_input.c.  I was wondering if someone can point in the right direction on how/where to get the these packets when not doing a tcpdump.  Thanks 

__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-08 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-08 20:58 IGMP packets? FoObArf00
2004-12-08 21:33 ` Chris Wright
  -- strict thread matches above, loose matches on Subject: below --
2004-12-07  0:29 FoObArf00
2004-12-08 18:05 ` Chris Wright

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.