• 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.

Question How to remove ProFTP default setting - update stable?

Bonsai78

Basic Pleskian
Hi,

I need to access my proftp from an internal IP (Same subnet as Plesk) AND from WAN behind NAT

Both is working, If I comment out the "MasqueradeAddress" line from /etc/proftp.d/50-plesk.conf
Filezilla over WAN is then shouting about the not routable address, but falls back to the WAN IP.

I wanted to have something that really works, like this:

Code:
  <IfModule mod_ifsession.c>
   # Define a class for internal clients
   <Class internal>
     From 10.0.0.0/8
   </Class>

   # All other clients get public MasqueradeAddress
   <IfClass !internal>
     MasqueradeAddress 1.2.3.4
   </IfClass>
  </IfModule>

What is the proper way to tell Plesk to not add the MasqueradeAddress?

I already tried a zzzz.conf which sets the MasqueradeAddress to the LAN IP, but this did not work. I guess ProFTP accepts this value only once
 
Back
Top