von-network icon indicating copy to clipboard operation
von-network copied to clipboard

Cannot run the genesis in the server

Open dineshnextbrain opened this issue 3 years ago • 1 comments

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

dineshnextbrain avatar Sep 22 '22 14:09 dineshnextbrain

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.

WadeBarnes avatar Sep 22 '22 14:09 WadeBarnes