happyfish100 / libfastcommon

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
http://bbs.chinaunix.net/forum-240-1.html
GNU Lesser General Public License v3.0
900 stars 529 forks source link

tracker_service.c, line: 1289,client ip addr: 客户端ip地址, operation not supported #51

Closed ZHAIMZ closed 3 months ago

ZHAIMZ commented 3 months ago

文件上传时自己写的文件上传 方法与tracker建立连接时报这个错误,请问如何解决?

happyfish100 commented 3 months ago

服务器端配置了 IP 地址白名单吗?

ZHAIMZ commented 3 months ago

服务器端配置了 IP 地址白名单吗?

c02ecb9375e6e617955a4e92dd64b08 配置的全ip访问。

ZHAIMZ commented 3 months ago

服务器端配置了 IP 地址白名单吗?

c02ecb9375e6e617955a4e92dd64b08 配置的全ip访问。

我重新配置了公网ip后,再次访问会报错 找不到文件节点。如果我配置服务器的本机ip的话 就会无法获取服务端资源。公网地址端口已经都与内网做了映射。