I am trying to setup a master-slave environment to perform distributed testing in JMeter, But even after setting up all the things, i am unable to do so.
Below configurations i already setup:
Firewall is disable.
RMI keystore is generated from master machine and the created "jks" file has been pasted to all slave machine. Also for alternative solution, i marked "server.rmi.ssl.disable" as "true" in "user.properties" fike.
I also setup a server port in "jmeter.properties" file with slave ip addresses as well.
but after doing all the above listed things, i am getting error as "Connection timed out" and "Connection Refused to host".
can anyone please help me to overcome the problem ? thanks in advance.