We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i have installed 3 Ubuntu 14.04 virtual machines on Azure.
Connections on ports 5557, 5558, 8089, 80, 22 are allowed on all 3 virtual machines.
AppArmor is unloaded and in iptables all connections are allowed.
When i start slave with locust --slave --host-master=azurevm1.cloudapp.net
i get: Failed to connect to the Locust master: [Errno 110] Connection timed out.
Does anyone have idea what should i do to allow connection to master?
Thank you.
The text was updated successfully, but these errors were encountered:
This was problem with Azure network settings.
Sorry, something went wrong.
Hi @tbalaz,
Could you please specify what the problem was? Because I have run locust on Azure as well and have the same problem.
Thanks, Roman
you need to create virtual network in Azure. After that you need to connect virtual machines to virtual network.
Great, thank you man!
No branches or pull requests
Hi,
i have installed 3 Ubuntu 14.04 virtual machines on Azure.
Connections on ports 5557, 5558, 8089, 80, 22 are allowed on all 3 virtual machines.
AppArmor is unloaded and in iptables all connections are allowed.
When i start slave with locust --slave --host-master=azurevm1.cloudapp.net
i get: Failed to connect to the Locust master: [Errno 110] Connection timed out.
Does anyone have idea what should i do to allow connection to master?
Thank you.
The text was updated successfully, but these errors were encountered: