gpt4 book ai didi

networking - FileZilla - 检索目录列表时出现 "The data connection could not be established: ECONNREFUSED - Connection refused by server"

转载 作者:行者123 更新时间:2023-12-05 00:15:44 25 4
gpt4 key购买 nike

所以几天前,我尝试创建一个家庭 FTP 服务器,我可以从我自己的网络访问它。有效。但现在我想更进一步。我希望我的家庭 FTP 服务器可以通过外部 IPv4 地址从任何网络访问。所以这是我的问题。
每次如果我想连接到我的服务器 localhost或者在我的本地 IP 地址上,它可以工作。但是当我尝试在我的外部 IP 地址上使用相同的凭据进行连接时,它说它无法检索目录列表:

Status: Connecting to *************:800...
Status: Connection established, waiting for welcome message...
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (**,***,*,***,***,106)
Command: MLSD
Error: The data connection could not be established: ECONNREFUSED - Connection refused by server
Response: 425 Can't open data connection for transfer of "/"
Error: Failed to retrieve directory listing
227 中的(混淆的)IP 地址响应与“正在连接到...”消息中的(混淆的)服务器 IP 地址不匹配。
我尝试关闭防火墙,为 TCP 和 UDP 转发端口 21 和端口 800,但没有任何效果。我还为两个端口设置了异常(exception),但效果不佳。
另一个问题是,如果我想在我的 FileZilla 服务器上登录我的外部 IP 地址,它会显示:

Connecting to server -censored-:14147...

Error, could not connect to server

Trying to reconnect in 5 seconds


我的问题是: 如何创建可以远程访问的家庭 FTP 服务器?

最佳答案

Response:   227 Entering Passive Mode (**,***,*,***,***,106)
Command: MLSD
Error: The data connection could not be established: ECONNREFUSED - Connection refused by server

如果IP地址在 227回复 PASV命令与实际 FTP 服务器 IP 地址不匹配,服务器配置错误。

当服务器不知道其外部 IP 地址并报告其内部 IP 地址时,通常会发生这种情况。但是大多数 FTP 客户端(包括 FileZilla)将能够通过检查 IP 地址与为专用网络内的本地通信保留的地址范围来检测这一点。见 Server sent passive reply with unroutable address in FileZilla .由于没有发生这种情况,服务器可能明确配置了不正确的 IP 地址。

有关一般信息,请参阅我的 article about network configuration needed for FTP .

您必须将 FTP 服务器重新配置为新的 IP 地址。在 FileZilla FTP 服务器中,您可以通过转到“编辑”>“设置”>“被动模式设置”>“IPv4 特定”>“外部服务器 IP 地址”来实现 FileZilla 服务器界面中的被动传输。

关于networking - FileZilla - 检索目录列表时出现 "The data connection could not be established: ECONNREFUSED - Connection refused by server",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43758580/

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