I have a 1700 router in the office that is allowing certain ports open: e.g. smtp (25) DNS (53), etc.
I am trying to deny access to these port using the access-list but tests indicate that the ports (25, 53, etc.) are still open. Below is part of my config.
Please help how to block the ports!!!!
ip access-list extended outside
permit icmp any any echo
permit icmp any any echo-reply
permit icmp any any time-exceeded
permit tcp any host xx.xx.xx.xx eq 3389
permit tcp any host xx.xx.xx.xx eq ftp
deny tcp any smtp host xx.xx.xx.xx
deny tcp any 53 host xx.xx.xx.xx
I am trying to deny access to these port using the access-list but tests indicate that the ports (25, 53, etc.) are still open. Below is part of my config.
Please help how to block the ports!!!!
ip access-list extended outside
permit icmp any any echo
permit icmp any any echo-reply
permit icmp any any time-exceeded
permit tcp any host xx.xx.xx.xx eq 3389
permit tcp any host xx.xx.xx.xx eq ftp
deny tcp any smtp host xx.xx.xx.xx
deny tcp any 53 host xx.xx.xx.xx