As per  Remote hosts and RMI configuration
<https://jmeter.apache.org/usermanual/properties_reference.html#remote>  


> client.rmi.localport
> 
> Parameter that controls the RMI ports used by RemoteSampleListenerImpl and
> RemoteThreadsListenerImpl (The Controller)
> Default value is 0, which means ports are randomly assigned. If this is
> non-zero, it will be used as the base for local port numbers for the
> client engine. At the moment JMeter will open 
*
> up to three ports
*
>  beginning with the port defined in this property.
*
> You may need to open corresponding ports in the firewall on the Controller
> machine.
*
> 

So I would recommend checking which ports are being used by JMeter using
i.e.  netstat <https://en.wikipedia.org/wiki/Netstat>   tool and open them
in the firewall. 

You will also need to configure the  port forwarding
<https://en.wikipedia.org/wiki/Port_forwarding>   on NAT level otherwise the
master won't be able to "see" the slave. 

An example of master-slave network configuration can be found in the  JMeter
Distributed Testing with Docker
<https://www.blazemeter.com/blog/jmeter-distributed-testing-with-docker>  
article. 





--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to