我正在测试从实例的 ami 创建的 EC2 上的生产服务器备份。除 ftp 连接外,一切都正常。服务正在运行,nmap 探测显示端口 21 已打开。但是,当我尝试使用“ftp://ftp2.mysite.com“作为地址,我收到此错误:
This site can’t be reached
The webpage at ftp://ftp2.mysite.com/ might be temporarily down or it may have moved permanently to a new web address.
ERR_CONNECTION_ABORTED
我在尝试通过 filezilla 连接时遇到了类似的问题。它成功打开了连接,但在发出“PASV”命令时失败。以下是 Filezilla 日志的最后几行:
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Error: Disconnected from server: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing
备份服务器和生产服务器的安全组是相同的。我检查了 iptables 是否正在运行,但服务器和备份服务器都没有运行。
我不知道下一步该做什么。欢迎提出任何建议。
答案1
我相信我已经弄清楚了 - proftpd 在 proftpd.conf 中配置了 IP 地址,所以我将其更改为新的。