I`m using standard ftpd from IRIX dist, altrough the active ftp seems working fine, the passive one blocs the traffic all the time.
here the piece of ipf.conf for ftp, the passive block is wrong:
here the piece of ipf.conf for ftp, the passive block is wrong:
Code: Select all
# active FTP
pass in quick proto tcp from any port > 1023 to 'my_server_ip_addr' port = 21 flags S keep state
pass out quick proto tcp from any port = 20 to any port > 1023 flags S keep state
# passive FTP
pass in quick proto tcp from any to 'my_server_ip_addr' port 15000 >< 20000 flags S keep state
pass out proto tcp all keep state