I presently use:
access-list fromoutside permit tcp any host xxx.xxx.xxx.46 eq ftp
for allowing ftp clients into my ftp server. That is fine until I use SSL which wants to use port 1094 in addition to port 21.
The FTP session appears to hang from outside the PIX501, but inside obviously works fine.
How do I allow the additional port? Can I combine ports on a single line, or do I need to add a separate line allowing 1094?
Thanks,
Tim
access-list fromoutside permit tcp any host xxx.xxx.xxx.46 eq ftp
for allowing ftp clients into my ftp server. That is fine until I use SSL which wants to use port 1094 in addition to port 21.
The FTP session appears to hang from outside the PIX501, but inside obviously works fine.
How do I allow the additional port? Can I combine ports on a single line, or do I need to add a separate line allowing 1094?
Thanks,
Tim