was making a c# ftp interface when ran into problem of Enter passive mode and request times out, ftp server is using debian's linux, installed proftpd as ftp server, wondering why its not letting passive connections go through active works great but what if user is a behind a firewall so need passive.
/etc/module already lists ip_conntrack_ftp
Added below to proftpd.conf, still didnt work.
MasqueradeAddress ftp.mydomain.com # using a DNS name
MasqueradeAddress 123.45.67.89 # using an IP addressPassivePorts 60000 65535
Any idea what can i do to fix it, Also I am also not aware of any firewall running over ftp server any ideas how to be sure about that?