JasperPierce
IS-IT--Management
I've attempted to allow ftp access to the dmz only buy using the following access-list entries:
access-list 102 permit tcp any 10.1.1.0 0.0.0.255 eq ftp log
access-list 102 permit tcp any 10.1.1.0 0.0.0.255 range 9000 9010
then - noone can get to my ftp server from the outside...
so I tested the following:
access-list 102 permit tcp any any eq ftp log
access-list 102 permit tcp any any range 9000 9010
and of course it worked BUT i'm opening up my entire site on these ports.
Am i mistyping something? Please advise...
access-list 102 permit tcp any 10.1.1.0 0.0.0.255 eq ftp log
access-list 102 permit tcp any 10.1.1.0 0.0.0.255 range 9000 9010
then - noone can get to my ftp server from the outside...
so I tested the following:
access-list 102 permit tcp any any eq ftp log
access-list 102 permit tcp any any range 9000 9010
and of course it worked BUT i'm opening up my entire site on these ports.
Am i mistyping something? Please advise...