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 server behind firewall

Using v4 and having a bit of trouble.  I can make an ftp server run on the standard port 21.  However, I cannot make my ftp server (behind astaro fw) accept connections on a high, non-standard port, say, port 10500.  I never even attempted to use the built in ftp service, as im sure its ip-conntrack is using port 21.  

Has anyone else done this?  No, the snat guidebook does not help me in this situation.

Thank you.


This thread was automatically locked due to age.
Parents
  • Define new service and network definition for your FTP server.

    MyFTPd TCP 1024:65535 10499:10500
    MyFTPdIP: 192.168.0.10 (or whatever it is).

    Make new NAT rule:

    Any -> External FW Interface -> MyFTPd -> MyFTPdIP

    Make new packet filter rule to :

    Any MyFTPd MyFTP-IP Allow

    Should be OK.  If you have problems you may have to define a PASV port range and allow that through too.  Try without PASV first though.
Reply
  • Define new service and network definition for your FTP server.

    MyFTPd TCP 1024:65535 10499:10500
    MyFTPdIP: 192.168.0.10 (or whatever it is).

    Make new NAT rule:

    Any -> External FW Interface -> MyFTPd -> MyFTPdIP

    Make new packet filter rule to :

    Any MyFTPd MyFTP-IP Allow

    Should be OK.  If you have problems you may have to define a PASV port range and allow that through too.  Try without PASV first though.
Children
No Data