Hi all on a 1720 with ios 12.2(8)T10 i have some access list and with these i deny the traffic from all the tcp ports except from the well known (80, 23, etc). Now I have to allow the traffic from some specific public ip on some specific ports to a specific host of my network.
First question: Is right the access list that you find down in this document?
Second question: I have to allow the same for these ip 80.207.109.105 -
80.207.109.110 - 80.207.109.119 - 80.207.109.121 - 80.207.109.122 -
80.207.109.123 - 80.207.109.124, is there a method for don't rewrite the lines that the traffic for one of the public ip? (i'm thinkng at the subnet but i do not know how)
Excuse me for my english and many thanks to all Gian Paolo
access-list 102 permit tcp any any eq www access-list 102 permit tcp any any eq telnet access-list 102 permit tcp any any eq ftp access-list 102 permit tcp any any eq pop3 access-list 102 permit tcp any any eq smtp access-list 102 permit tcp any any eq 443 access-list 102 permit udp any any eq 443 access-list 102 permit udp any any eq 23 access-list 102 permit udp any any eq 21 access-list 102 permit udp any any eq domain access-list 102 permit udp any any eq 110 access-list 102 permit udp any any eq 25 access-list 102 permit tcp any any eq domain access-list 102 permit tcp host 10.10.10.101 host 80.207.109.110 eq 80 access-list 102 permit tcp host 10.10.10.101 host 80.207.109.110 eq 389 access-list 102 permit tcp host 10.10.10.101 host 80.207.109.110 eq 443 access-list 102 permit tcp host 10.10.10.101 host 80.207.109.110 eq 2560 access-list 102 permit tcp host 10.10.10.101 host 80.207.109.110 range 7001
7002 access-list 102 permit tcp host 10.10.10.101 host 80.207.109.110 range 8080
8084 access-list 102 permit tcp host 10.10.10.101 host 80.207.109.110 range 8090
8091 access-list 102 deny ip any any