Title: Cannot use FTP Post by: florfilla19 on Thursday 12 February 2009, 01:38:29 am Hi,
I have a little problem since my installation of Endian Firewall. Cannot connect to any FTP I have allready allowed port 21 Anyone can help me ? Title: Re: Cannot use FTP Post by: npeterson on Saturday 14 February 2009, 04:43:37 am You need to set your ftp program to use the proxy server port 8080.
If your ftp program cant do that you will need to add the following iptables to your rc.firewall.local iptables -A FORWARD -p tcp --dport ftp -i br0 -j ACCEPT iptables -A FORWARD -p tcp --dport ftp-data -i br0 -j ACCEPT iptables -A FORWARD -p tcp --sport 1024:65535 --dport 1024:65535 -i br0 -j ACCEPT |