gpt4 book ai didi

c++ - RPC:端口映射运行时出现超时错误

转载 作者:太空宇宙 更新时间:2023-11-04 12:31:27 25 4
gpt4 key购买 nike

当我尝试使用以下方法注册应用程序时,收到“RPC:超时”错误

if (!svc_register(transp, AVERAGEPROG, AVERAGEVERS, averageprog_1, IPPROTO_TCP)) {
fprintf (stderr, "%s", "unable to register (AVERAGEPROG, AVERAGEVERS, tcp).");
exit(1);
}

我已经重新启动了端口映射服务,但这并没有帮助。此外,我检查以确保我没有 hosts.deny 文件,所以我知道这里的连接没有被阻止。使用

rpcinfo -p <host>

我得到以下输出:

program vers proto   port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper

表示端口映射正在正常运行。是否有我遗漏的东西导致端口映射阻止传入的 RPC 应用程序?

最佳答案

此问题已通过 ifconfig 使用以下命令启用环回接口(interface)解决:

$ ifconfig lo 127.0.0.1 

Portmap 似乎需要这个来映射 RPC 应用程序。

关于c++ - RPC:端口映射运行时出现超时错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43193708/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com