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

Feature request - FTP and ip_conntrack_ftp

It would be nice if we could edit the FTP port that Astaro uses for incoming FTP's. It comes standard at 21 but many of us use other ports. I think its ip_conntrack_ftp.

Dan


This thread was automatically locked due to age.
Parents
  • In version 4 you can manually specify the ports. 
    Have a look at /usr/local/fw/firewall_on.sh

    following lines are interesting

    $IN ip_conntrack_ftp 
    and
    $IN ip_nat_ftp

    you may test with 

    $IN ip_conntrack_ftp ports=new_port,new_port
    $IN ip_nat_ftp ports=new_port,new_port

    where new_port specifies the ports the modules should check for FTP connections. Needless to say that the standard ports should be included.

    after a reboot your new settings should be activated.
    Unfortunately this option is not longer available in version 5

    Greetings 
    cyclops
Reply
  • In version 4 you can manually specify the ports. 
    Have a look at /usr/local/fw/firewall_on.sh

    following lines are interesting

    $IN ip_conntrack_ftp 
    and
    $IN ip_nat_ftp

    you may test with 

    $IN ip_conntrack_ftp ports=new_port,new_port
    $IN ip_nat_ftp ports=new_port,new_port

    where new_port specifies the ports the modules should check for FTP connections. Needless to say that the standard ports should be included.

    after a reboot your new settings should be activated.
    Unfortunately this option is not longer available in version 5

    Greetings 
    cyclops
Children
No Data