• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk 11.5 and FTPS

ManuG2k

Basic Pleskian
Hello,
I try Plesk 11.5.30 with Ubuntu Server 12.04.2.

My server is behind a firewall with NAT.
I configure PassivePorts on plesk firewall and on proftpd.conf file.
With non-secure FTP connections all works.
With FTPS (with Filezilla client - explicit FTP over TLS) not work.
I receive this error:

Status: Server sent passive reply with unroutable address. Using server address instead.
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing

Can you help me ?
Manuel
 
I try to insert on proftpd.conf file, before <Global> these lines:

PassivePorts 49152 49252
DefaultAddress internalIP
MasqueradeAddress externalIP


Now, non-secure FTP connection works correctly and my internal IP is hidden.
Secure FTP connection (with Filezilla is explicit FTP over TLS) not work, I receive this error:

Response: 227 Entering Passive Mode (myexternalip).
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
 
I solved it.
It was a firewall issue.
I create a custum rule with passive port range and now FTP-secure connection works ;)
 
Back
Top