Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I want to restrict outgoing smtp traffic to our mail server only.Mail server: 192.168.1.13Router: Cisco 857WI have implemented the following access-list but other pc's can still telnet to mail servers via port 25. Where have i gone wrong? RouterID...
Everybody is in this discussion is partially correct. The final access-list which works isaccess-list 100 permit tcp host 192.168.1.13 any eq smtpaccess-list 100 deny tcp any any eq smtpaccess-list 100 permit ip any anythen on the BVI1 interfaceip ac...
Alain,I have created the ACL as per your instruction. I have then applied the ACL to the BVI1 interface as follows.RouterID(config)#interface BVI1RouterID(config-if)#ip access-group 100 in The instance i apply this acl, I lose connection to internet ...
Julio,I get the following if i do a show access-list 100. Im not sure what you mean by "how many hits..." Extended IP access list 100 10 permit tcp host 192.168.1.13 any eq smtp 20 deny tcp 192.168.1.0 0.0.0.255 any eq smtp log 30 permit ip ...