Open dineshnextbrain opened 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" &
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.
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" &