RE: mutlicast sockets

1999-09-13 Thread Wright Robert B Civ 96 CG/SCWDE
> Check your /etc/route.conf file. The multicast route must be set to > something like this if you want to use multicast on eth0: > 224.0.0.00.0.0.0240.0.0.0eth0 > this was the problem. i used "route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0" to add the route to the routing

Re: mutlicast sockets

1999-09-10 Thread Rudi Streif
This problem is very likely related to this: You need to check if your kernel and your network interface is multicast capable. Your kernel needs to be compiled with the option 'CONFIG_IP_MULTICAST=y'. And your kernel should be at least a 2.0.x version if you didn't patch it. Check your network

Re: mutlicast sockets

1999-09-10 Thread Nathan Meyers
Ted Neward wrote: > > Somebody made mention, in the JavaSpaces list, that if you want to do > JavaSpaces (which uses Multicast sockets, as I understand it), that you have > to have multicast support compiled into the kernel. > > It's hearsay and rumor, but maybe it'll help? Multicast sockets ge

RE: mutlicast sockets

1999-09-10 Thread Wright Robert B Civ 96 CG/SCWDE
CG/SCWDE; [EMAIL PROTECTED] > Subject: Re: mutlicast sockets > > > Somebody made mention, in the JavaSpaces list, that if you want to do > JavaSpaces (which uses Multicast sockets, as I understand > it), that you have > to have multicast support compiled into the kernel.

Re: mutlicast sockets

1999-09-10 Thread Ted Neward
Somebody made mention, in the JavaSpaces list, that if you want to do JavaSpaces (which uses Multicast sockets, as I understand it), that you have to have multicast support compiled into the kernel. It's hearsay and rumor, but maybe it'll help? Ted Neward Patterns/C++/Java/CORBA/EJB/COM-DCOM spo