Ok, so I have my ftp access-list as the following
access-list 101 permit tcp any any eq 21
access-list 101 permit tcp any any eq 20
access-list 101 permit tcp any any gt 1023
FTP works fine but, what kind of access list allows all ports over 1023 to be open. Is there a way around there an alternitive way to allow ftp to work but dissallowing all ports gt 1023 to be open? Because an access list with gt 1023 in it isn't much of a firewall.
Thanks much,
Josh
access-list 101 permit tcp any any eq 21
access-list 101 permit tcp any any eq 20
access-list 101 permit tcp any any gt 1023
FTP works fine but, what kind of access list allows all ports over 1023 to be open. Is there a way around there an alternitive way to allow ftp to work but dissallowing all ports gt 1023 to be open? Because an access list with gt 1023 in it isn't much of a firewall.
Thanks much,
Josh