I have installed ftp/ftpproxy and configured it as a reverse proxy to some FTP servers on my local network. The system (the proxy server) is behind a NAT as shown below.
Due to this setup
According to the (very limited) documentation, it looks like I need to add some additional log to the connection translation program (ctp). Unfortunately there is no hint or examples of how to do this, especially with a dynamic IP address.
Is anyone familiar with how to do this?
Code:
EXTERNAL CLIENT <--------> NAT <---------> FTP PROXY <-----> FTP SERVER
Due to this setup
ftp.proxy
it's responding with a non-routable IP address when PASV mode is used.
Code:
Command: PASV
Response: 227 Entering Passive Mode (192,168,0,37,187,214)
According to the (very limited) documentation, it looks like I need to add some additional log to the connection translation program (ctp). Unfortunately there is no hint or examples of how to do this, especially with a dynamic IP address.
Is anyone familiar with how to do this?