I am running a UDP client that listens to the multicast ip 230.10.10.10 , port 11111 for messages. IF I run the client java code in the same server as the UDP broadcaster, I am able to receive the UDP message. However, if I run it in another server in the same domain, I am not getting any messages.
I am using windows server 2008. Kindly let me know how to debug it ?