View Full Version : Ftp
Has anyone successfully gotten FTP to work. If so, what configuration did you use. Did you use a third party server like filezilla?
sky-knight
10-16-2008, 12:58 PM
What an FTP server? Yes...
You simply need an FTP service that allows you to define your pasv port range. Then forward TCP 21, and TCP whatever your range is.
yeah, I have been doing that without success. I have port 20-21 forwarded to my computer. I also have 2100-2120 (pasv range in filezilla) forwarded to computer as well. I am not even seeing the hits in the event logs of the firewall. I will keep messing with it and see what happens.
sky-knight
10-16-2008, 02:34 PM
*pet peeve*
You don't forward port 20... ever...
howto
10-29-2008, 09:53 AM
if I don't set pasv range in filezilla, filezilla can't list remote ftp's file, and told me error message, but in tcpdump, I can see
111.111.111.111:ftp -> 10.10.10.10:xxxx
10.10.10.10:xxxx -> 111.111.111.111:ftp
this seams the connect is build , but had some issue
when I use iptables directly, haven't this problem
It means Untangle's iptable rules had this issue
sky-knight
10-29-2008, 10:45 AM
The connection information you've posted is simply the control session. There is no data session being built, that is why you can't get file lists.
http://forums.untangle.com/showthread.php?t=4542