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

Connecting to a remote simulated network #75

Open
junzilla001 opened this issue Apr 17, 2024 · 1 comment
Open

Connecting to a remote simulated network #75

junzilla001 opened this issue Apr 17, 2024 · 1 comment

Comments

@junzilla001
Copy link

I have been trying to create a QKD network using 2 different remote nodes (2 virtual machines, each with a different IP address). When starting the SimulaQron network, I define the IP addresses and ports (one of the nodes is in the same machine as the Simulaqron network). Then, when programming the application, I try to establish a connection with the CQC server following the method that is explained in the CQC API:

cqc = CQCConnection("Alice", socket_address=("192.168.10.10", 8801))

I have not been able to do it, I have had problems with the cqc-ports, as when I load the network topology I want with the IP addresses and the ports established, the ports are not open and listening according to what I see with netstat. I do not know if it is a simulaqron problem or what but those ports do not get opened and I am not able to make the remote connection successfully.

Can anyone help me with this issue, please?

Thank you!

@AckslD
Copy link
Member

AckslD commented May 4, 2024

@junzilla001 how are you starting the CQC server?

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

2 participants