Has anyone got a config for working access-lists for FTP and FTP data

I'm able to establish a connection for FTP, but can't get any data. The
client is using FTP-passive mode.

The FTP server at client end is configured only for outbound only

Upon doing logging found that 102 denies ftp packets above 1024

I've tried various changes to the config, but with no luck

101 is for Inbound
102 is for Outbound

access-list 101 permit tcp any eq ftp host x.x.x.x established
access-list 101 permit tcp any gt 1023 host x.x.x.x established

access-list 102 permit tcp host x.x.x.x any eq ftp
access-list 102 permit tcp host x.x.x.x any gt 1023

Thanks

Justin


___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to