|
|
Re: multicast discovery fails
|
Posted: Apr 4, 2002 1:59 PM
|
|
Hi Jean-Pierre,
Happed to find your message :-) So here is what I found in the mail archive: ---------------------------------------------------
...Thanks to Patrick Dowler for helping me with this one. It seems that my problem was due to a network setup error after all.
Patrick suggested that I try the following:
route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0
This opened a multicast route on my internal network, and everything works fine. The strange thing is that when I disable eth1, I don't need to run the line shown above, for multicast dsicovery to work on the internal network. What I am guessing is that when I activate eth1, this interface seems to be the one that becomes the default for multicast packets and is why discovery will not work on eth0. By running the above line, I guess I explicitly instruct multicast to go through eth0 and not the default eth1. Does this make sense?...
[...] -----Original Message----- Hello all,
I have a Linux box running redhat 6.1 with two ethernet cards installed. eth0 192.168.0.1 internal network eth1 24.68.18.175 external network default gateway 24.68.18.1
Now I want to start a Lookup Service that uses eth0 for 'multicast discovery' to the internal network. I was thinking that this could be accomplished by:
java -jar $JINI/reggie.jar http://192.168.0.1:8081/reggie-dl.jar policy data -Dnet.jini.discovery.interface=192.168.0.1
-------------------------- I added the new route and all was fine... Good Luck :-)
|
|