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

"Not managing to connect" problem when running using LAN #39

Open
khoaguin opened this issue May 24, 2022 · 4 comments
Open

"Not managing to connect" problem when running using LAN #39

khoaguin opened this issue May 24, 2022 · 4 comments

Comments

@khoaguin
Copy link

khoaguin commented May 24, 2022

Hi,
I am trying to run the experiments on the LAN setting to reproduce the results in the Table 4 of the paper. I have changed the appropriate settings in makefile. I have also changed the IP addresses in files/IP_LAN and god. However, I always got the error "Not managing to connect" after running make command, like in the picture attached.
Thank you very much.
Screenshot from 2022-05-24 11-03-48

@snwagh
Copy link
Owner

snwagh commented May 24, 2022

There seems to be some networking issue.

  • Can you see if the networking rules on the machines allow connections between them? See if you can ping one machine from another.
  • Or if you want more relaxed networking rules, open up relevant ports for TCP connections.
  • Also check if you're using the appropriate IPs (private/public).

@khoaguin
Copy link
Author

Hi, thank you for the reply.
I have checked and I can ping the machines from one another. The IP addresses are also public. Regarding the ports, what are the relevant ports that I should relax?

@snwagh
Copy link
Owner

snwagh commented May 30, 2022

32000-32100 should be a good range. One other thing that might be the issue here since these are servers running on each party, the ports are binding. So when you run the code, you might want to check if any Falcon.out processes are running (you can terminate them by the bash command pkill Falcon.out).

@khoaguin
Copy link
Author

Thank you very much, Sameer

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