FTP Server behind UT (Passive Mode)
Hi all
I hope this post helps someone as ive read a few posts here on problems with running FTP servers behind Untangle.
To outline the problem i had, in passive mode ftp clients failed to get directory listings but connected ok
After reading a few posts (and google) i found because i had a default action of block on the firewall, dynamic FTP TCP connections inbound and outbound were being blocked.
To resolve this problem:
- Set my filezilla server passive port range to 50000 51000
- Created a outbound firewall rule to allow TCP 50000-51000 from my ftp server to external
- Created a inbound rule to allow inbound TCP 50000-51000 to my ftp server
- Created a port forward from external IP to ftp server TCP 50000-51000
FTP clients can now get FTP directory listings no problem
Passive FTP blocked from external sources
I am having the same problem with passive FTP being blocked from external sources. Internally (direct access) I can access the FTP server fine so I know it is not an FTP server issue. We are running MS IIS as the FTP server and have to have it set as passive on port 21. It use to work but I think the Untangle update a couple months ago broke it and it was not needed/reported until now.
I have tried turning off all the rack components - no good.
I have tried various port forwarding combinations - no good.
I have even restricted IIS to use a specific passive port range and forwarded that to the server - no good.
Tried disabling FTP processing - no good.
Tried disabling the windows firewall - no good.
Tried jcoffin's suggested setting - no good.
There is nothing else between our untangle box and the T1 router. Something has to be going on inside of Untangle that is not allowing the traffic.
Anyone else have any better ideas?