Multi Action group Status showing <Not reported>

Hi all,

i have one Multi Action Group action which is supposed to install specific fixlets for one target system. But i am getting for the action status. I have configured 52311 port to open in firewall.

Any help is appreciated. Thanks.

Do you know if UDP is open. Try restarting the BESClient.

Yes, i have executed below command and restarted BESClient as well.
iptables -A INPUT -p udp --dport 52311 -j ACCEPT
iptables -A INPUT -p tcp --dport 52311 -j ACCEPT
iptables -A OUTPUT -p udp --dport 52311 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 52311 -j ACCEPT

Can you do a tail -f on the client log and send a refresh from the console to that endpoint and check if it posts report data.