I am writing access lists and trying to allow all ftp traffic.
access-list 101 permit tcp any any eq 20
access-list 101 permit tcp any any eq 21
I thought these were the only ports I needed but, it doesn't work. When I try to ftp it opens the connection and allows me to log on, but when I request a directory listing the ftp session just hangs. Am I missing something in my access list to allow ftp connectivity?
Thanks,
Josh
access-list 101 permit tcp any any eq 20
access-list 101 permit tcp any any eq 21
I thought these were the only ports I needed but, it doesn't work. When I try to ftp it opens the connection and allows me to log on, but when I request a directory listing the ftp session just hangs. Am I missing something in my access list to allow ftp connectivity?
Thanks,
Josh