|
FTP Access Through IPTABLES Firewall
I have port 21 allowed outgoing through my firewall. This allows me to establish a connection to the FTP server, and log in, but I cannot transfer files. This is due to the outside FTP server attempting to establish a new connection to my client. I don't think I want to just allow incoming port 20 access through my firewall to all of my clients on a general basis.
Most of my clients are Windows, and browsers, so I don't think I have a choice to select PASV mode.
What can I do to my IPTables firewall to allow connections?
|