Hi,
I was trying to make an ACL where I only want to permit FTP trafic and deny all other traffic.
Problem is - using active of passive FTP - the FTP server only uses port 21 for connection but when I try the list commando, I see he's using other ports (>1024) and not port 20 for FTP data.
ACL I made:
access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.2 eq 20
access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.2 eq 21
Hope someone can help me with this one ...

Greetz

Miek