I have done few settings on my system
- add IP address of remote_host in JMeter properties file
remote_hosts= [email protected], [email protected]
created rmi_keystore.jks file and copy paste this file into both slave machine's jmeter/bin folder
now when i am trying to run sh jmeter-server, its giving error

can anyone help how can i solve it so it can connect with remote machines. or i am missing something which i should do it.
My firewall is already ON
Amend your command to explicitly set
java.rmi.server.hostnamepropertyand make sure that it's not
localhostor127.0.0.1or::1In order to make the change permanent you can add the above line to JMeter system.properties file (lives in "bin" folder of your JMeter installation)
Alternatively you can add the next line to your hosts file: