Skip to content
New issue

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

In the genesis file, configure node_ip and client_ip differently. #264

Open
mertaskaroglu01 opened this issue Jun 5, 2023 · 6 comments
Open

Comments

@mertaskaroglu01
Copy link

Is it possible to set the client IP address to a public IP address while keeping the node IP address private in the Genesis file? Is there any way to configure these two addresses differently?

@WadeBarnes
Copy link
Member

While theoretically possible von-network is mean for provisional use cases where using public IP addresses typically won't occur or won't be an issue. Further Indy-Node, in a production use case, is designed to be a distributed system where nodes will only have access to each other through public IP addresses.

@darapich92
Copy link

Hi @WadeBarnes, could you let me know about how to change the port number of nodes in the genesis file of ./manage up? I tried to check the code in the von-network folder, but cannot find it. Some people said i need to manually modify the port number of nodes in the genesis file of each node.

@WadeBarnes
Copy link
Member

@darapich92, Your issue seems unrelated to this ticket, you should open a separate issue if it is. Could you provide additional details on why you need to change the port numbers?

@darapich92
Copy link

darapich92 commented Jun 13, 2023

@WadeBarnes, I am afraid to issue a new ticket so that i asked you here. The purpose of modifying the port number is for testing the multiledger of the ACA-Py. I just go through the code of generate_indy_pool_transaction, it has port 9700 as default.
image

Even, I tried to put node 5 6 7 8 to the 2nd ledger, i still got an error. I think it would be great if we can specify the port number of client_ip and node_ip (client_ip:node_ip) in this von_generate_transactions in the bin directory.

image

Thank you very much!

@WadeBarnes
Copy link
Member

@darapich92, This is definitely off topic for this issue. Please create a new issue dedicated to your questions.

@darapich92
Copy link

@WadeBarnes okay, i will make a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants