Hi,
yes, please see its manner in two scenarios for inbound traffic when a client wants to initiate ftp connection (passive/active) to a server from outside to inside:
- Standard FTP
1. if a access-list/conduit exists to allow ftp traffic from outbound to inbound (ftp server) and if outbound traffic explicitly allowed , there isn't any handeling because the data channel is open from server to client.
2. if a access-list/conduit exists to allow ftp traffic from outbound to inbound (ftp server) and if outbound traffic isn't explicitly allowed , then the PIX opens access to outbound temporary and it will closed after the ftp data is sent from server to client.
- Passive FTP
if a access-list/conduit exists allowing inbound FTP control connections to a Passive FTP server and the PIX opens a temporary inbound acl for the data channel initiated by the client.
in fact if ftp fixup is disabled then
- Inbound standard FTP will work properly if a access-list/conduit to the inside server exists.
- Inbound passive FTP will not work properly because the client should be initiate to server on a port that server specified for data channel.
Regards,
Mehrdad Arshad Rad