client subscribed to a multicast group not receiving data
- by Abruzzo Forte e Gentile
I have a network that was setup for multicast traffic
IN Machine A there is a server application generating multi-cast traffic.
I have also different clients subscribing to that mulicast traffic
-some client are in the same machine A
-other clients are in machine B,C,D
# Address I am using
IP : 239.193.0.21
PORT: 20401
I don't know why but the client in machine A , even if they join the group, don't receive any data while (and this is the funny part) machine B,C and D receive everything.
Checking with Wirshark I can see that the UDP traffic flow is there in Machine A.
I am using LInux/Red-Hat Enterprise 6.2
What should I look at? Any setting in the os? Firewall or what?