You can define the desired interface to bind to via *java.rmi.server.hostname* property
Add the next line to /system.properties/ file (lives in "bin" folder of your JMeter installation) > java.rmi.server.hostname=51.77.52.XX JMeter restart will be required to pick the property up Another option would be passing the property via -D command-line argument like > jmeter -Djava.rmi.server.hostname=51.77.52.XX .... References: 1. Configuring JMeter <http://jmeter.apache.org/usermanual/get-started.html#configuring_jmeter> 2. Overriding Properties Via The Command Line <http://jmeter.apache.org/usermanual/get-started.html#override> 3. How to Perform Distributed Testing in JMeter <https://www.blazemeter.com/blog/how-to-perform-distributed-testing-in-jmeter> 4. java.rmi Properties <https://docs.oracle.com/javase/8/docs/technotes/guides/rmi/javarmiproperties.html> -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
