I want to block all incoming traffic except SMTP using ACL on my cisco 3640 router.Router is being used as NAT device.My mail server is in my private LAN and statically NATed with the serial interface IP.
As far as outgoing traffic is concerned i just want browsing to occur.
Taking all this into consideration, i made this ACL and applied to my serial interface for inbound traffic.No other ACL was applied to any other interface.
Permit tcp any any established( Thinking it'll allow the reply tcp packets)
permit TCP any any eq 25
permit tcp any any eq 53
permit udp any any eq 53.
deny ip any any
But that really didn't work as it blocked my browsing.
Can someone suggest what is wrong in this ACL