bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
161 stars 189 forks source link

Cannot run the genesis in the server #235

Open dineshnextbrain opened 2 years ago

dineshnextbrain commented 2 years ago

I have tried to run genesis in the AWS server by referring https://github.com/bcgov/von-network#running-the-network-on-a-vps

while running the following command getting the errors as in the images

./manage start public_ip_address WEB_SERVER_HOST_PORT=80 "LEDGER_INSTANCE_NAME=My Ledger" &

image image

WadeBarnes commented 2 years ago

The nodes will communicate with each other through the public IP address you define. Make sure the related security group allows communication on ports 9701-9708. Those ports are all closed at the moment.