我创build了CentOS 6.5,并在Azure虚拟机服务上安装了Sentora 1.0.3。 但我无法与Sentora FTP帐户build立连接。
我正在尝试将Sentora ftp帐户与FileZilla连接起来。
我得到这个警告:
Server sent passive reply with unroutable address. Using server address instead. Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing
Azure入站安全规则:
NAME SOURCE DESTINATION SERVICE ACTION Tcp-1024 Any Any Custom (TCP/1024) FTP Any Any FTP (TCP/21) FTP-UDP Any Any Custom (UDP/21) FTPData Any Any Custom (TCP/20) dynamic-passive Any Any Dynamic ports (TCP/60000-65100) default-allow-ssh Any Any SSH (TCP/22) default-allow-http Any Any Custom (ANY/80) default-allow-smtp Any Any SMTP (TCP/25) default-allow-dns Any Any Custom (ANY/53) default-allow-POP3 Any Any Custom (ANY/110) default-allow-IMAP Any Any Custom (ANY/143)
CentOS iptables列表:
Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- anywhere anywhere tcp dpts:65000:65100 ACCEPT tcp -- anywhere anywhere tcp dpt:ftp ACCEPT udp -- anywhere anywhere udp dpt:bootpc Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
如果我添加所有端口入站安全规则,连接是好的,我可以连接比,但是当我添加sentora所需的个别端口,连接再次失败。
我已经厌倦了许多方法,但无法build立成功的FTP连接。
任何帮助赞赏。