Hello there,
i have the following setup
Server in DMZ. Firewall passes public ip, port 80 to the internal ip. (Also ftp and so on)
If the imscp installer runs, it creates the proftpd config file.
In this file is the option "MasqueradeAddress <Public IP>"
if this option is set, i get a timeout on the ftp connection when "entering passive mode".
The passive ports are also open to the server.
If i remove this option and restart the proftp daemon it works like a charm.
Currently, after every update, i comment this line and restart it.
Is there a way to do that automatically or prevent the installer to set this option?