I have installed iometer-1.1.0 on windows 7 and CentOS 7 machine successfully without any error messages and am able to ping both the machine vice versa. I started iometer on windows and later on centos giving the command like ./dynamo -i windows7-ip -m centos7-ip After few second in windows machines iometer GUI says that “Iometer Not Responding”
Could anybody help me how to resolve this problem?
I have installed iometer-1.1.0 on windows 7 and CentOS 7 machine successfully without any error messages and am able to ping both the machine vice versa. I started iometer on windows and later on centos giving the command like ./dynamo -i windows7-ip -m centos7-ip After few second in windows machines iometer GUI says that “Iometer Not Responding”
'ever resolve this issue? I have the same problem.
So I found that Centos7 has a "new" firewall mechanism... if you are just fooling around with iptables you won't get the result you need. The firewall daemon firewalld must be either stopped or clued into your needs (opening 1066). the quick and dirty solution is:
systemctl disable firewalld
systemcel stop firewalld
now your windows box will communicate with the Linux dynamo