SPDZ多台机器链接报错: what(): cannot connect from host_name.novalocal to [IP_ADRESS]:7071 after 1 attempts

提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档

@[TOC](SPDZ多台机器链接报错: what(): cannot connect from host_name.novalocal to [IP_ADRESS]:7071 after 1 attempts in one minute because No route to host.)


错误信息

terminate called after throwing an instance of ‘std::runtime_error’
what(): cannot connect from host_name.novalocal to [IP_ADRESS]:7071 after 1 attempts in one minute because No route to host. https://mp-spdz.readthedocs.io/en/latest/troubleshooting.html#connection-failures has more information on port requirements.
Aborted.


提示:以下是本篇文章正文内容,下面案例可供参考

一、计算指令

./semi-party.x -N 2 0 -h [IP1] -pn 7070 mpc_sum
./semi-party.x -N 2 1 -h [IP2] -pn 7070 mpc_sum

二、问题原因

IP2 主机的防火墙更没有关闭,导致端口不通
可以使用一下命令验证

telnet [ip2] [端口号]    #换自己的ip和端口

出现 No route to host 则表示不通。
查看防火墙是否开启

systemctl status firewalld

如果开着,关了就好了

systemctl stop firewalld
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

大连米兰哥

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值