problem with IP multicasting

problem with IP multicasting

Post by Andrew Booke » Sat, 15 Jul 1995 04:00:00



        I'm having a problem with the multicasting in Linux 1.2.11.  It
seems like the kernel is failing to send an igmp packet to request
a new membership.  I'm able to send and receive multicast only
when another machine on the same subnet is listening to the same
address.  I've used strace to trace through sd and vat, and found
that they are successfully calling setsockopt() with
IP_ADD_MEMBERSHIP.
        I'm running Linux 1.2.11 on a 486DX2, gcc 2.5.8.

Any ideas?

Thanks,

Andrew Booker

 
 
 

1. IP multicasting problem

I'm having some problems with IP multicasts. I'm developing a java-based
network game that uses multicasts to broadcast information. Socket creation
goes fine, but any time I try to join a multicast group I get an annoying
error message from the kernel. First it was "no such device" until I routed
class D addresses to loopback by 'route add -net 224.0.0.0 netmask
240.0.0.0 dev lo'. (Hope I remembered that right.) After that the error
message changed to "cannot assign the requested address". I tried to route
my multicast address (230.0.0.1) to loopback as well, which seems to work
ok, but I still get the same error. I have multicast support compiled in my
kernel, but no real network available. I have tried with the dummy device,
but that doesn't seem to help either. Looks like I cannot send multicasts
to it ("operation not supported by device" when I try 'ifconfig dummy
230.0.0.1').

Any advices?

-Topi-
 << http://stekt.oulu.fi/~topiolli >>

2. Yet another Modem Problem

3. SunOS 5.6 IP multicasting problem

4. routinq question

5. IP multicasting?

6. 2 NICs, same subnet for a 'gateway' that won't block traffic from 'outside' NIC

7. IP multicasting

8. installation issues on 7248 -26

9. Is IP Multicasting supported through the PPP interface?

10. IP Multicasting..?

11. IP multicasting on Solaris 2.3 and 2.4

12. Multicasting IP ?

13. Need help with IP multicasting