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.
I am trying to permit some specific people have access to specific sites while other users of the network get full access to all other sites.I have this configuration but it is not working :ip access-list extended BLOCKpermit tcp host 192.168.2.108 ...
Yes i have 4 specific hosts that i want to be able to access only a specific site.so that means i should have something likeip access-list extended BLOCKpermit tcp host 192.168.2.108 host 62.173.38.89 eq wwwdeny tcp host 192.168.2.108 any eq wwwpermi...