I'm using Astaro 3.2 and I have a ftp server that I would like to run on a port other than 20:21. I have been reading some of the suggestions on the message board but none seem to work for me. I have even read the doc files made available by the folks at Astaro and still my results are the same.
I'm using BulletProof FTP Server as the host software.
Here's an example of what I attempted to do:
FTP Server Port: 1492
I created a service called BPFTP assigning the PROTOCOL: TCP, SOURCE port to 1024:65535 and the DESTINATION port to 1492. For PASV mode, I used the example given in the ASL docs. Created a service called PASV_MODE- assigned PROTOCOL:TCP, SOURCE port 1024:65535, and DESTINATION port 3000:4000.
Created a packet filter rule to allow ANY > BPFTP > [SERVER] > ALLOW.
Created a packet filter rule to allow ANY > PASV_MODE > [SERVER] > ALLOW
Created DNAT entry ANY > frw_ext_Interface > BPFTP > SRC:none > DST:[SERVER]
Created DNAT entry ANY > frw_ext_Interface > PASV_MODE > SRC:none > DST:[SERVER]
On my FTP server I setup option to accept PASV MODE on ports 3000:4000 and gave server new FTP PORT of 1492.
I can only assume that I don't have something configured correctly because I can log on the site but I get get a Directory Listing FAILED error. How can I get this working. It would also be help as I'm trying to set up a client who would like to perform the same task because his ISP blocks access on port 21. Thanks in advance for any help.
This thread was automatically locked due to age.