You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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).
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 infiles/IP_LAN
andgod
. However, I always got the error "Not managing to connect" after runningmake command
, like in the picture attached.Thank you very much.
The text was updated successfully, but these errors were encountered: