« Return to Thread: slp on dual stack linux box

Re: slp on dual stack linux box

by Chuck-66 :: Rate this Message:

Reply to Author | View in Thread

Thanks Simon.  Also worth noting is that JGroups UDP works on IPv6 on the same machine.  Again, thanks for all the help.

Regards,
Chuck

On Fri, Jan 23, 2009 at 5:22 PM, Simone Bordet <simone.bordet@...> wrote:
Hi,

On Fri, Jan 23, 2009 at 22:05, Chuck <foxman74@...> wrote:
> Ok, so I created a simple test that advertises "test-service" then locates
> it after.  The advertisement and location happen on the same box.  I've
> attached 2 logs (ipv4.log - shows a successful location, ipv6.log -
> unsuccessful).  Please let me know if you need more information.  Thanks
> again.

At this point I have no idea.
Can you just try a simpler program that uses UDP (and not SLP) ? I
mean something like binding a multicast socket on one side to simulate
a listening server, and sending "hello".getBytes() from a datagram
socket from another side to simulate a client ?
If this does not work, we have the proof that something's wrong with
the multicast setup of the machine.

Simon
--
http://bordet.blogspot.com
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



 « Return to Thread: slp on dual stack linux box