This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FTP on a different port

I would like to run a FTP on port 1234 and masquerad it to port 21 on my FTP server behind the astaro firewall. Users are able to login on port 1234 but unable to see the dirs. If I open the FTP port 21 straight through they can login and see the dirs. Any help would be great.


This thread was automatically locked due to age.
Parents
  • Traditional FTP uses two ports, port 21 for authentication and command, and port 20 for the data connection. You masqueraded public port 1234 back to port 21 on the FTP server, but unless you also take care of the data port, you won't have a complete connection.
Reply
  • Traditional FTP uses two ports, port 21 for authentication and command, and port 20 for the data connection. You masqueraded public port 1234 back to port 21 on the FTP server, but unless you also take care of the data port, you won't have a complete connection.
Children
No Data