Hi everyone
the following are access-list in pix firewall 501 and it is working OK
access-list 101 permit tcp any host xx.xx.xx.xx eq pop3
access-list 101 permit tcp any host xx.xx.xx.xx eq smtp
access-list 101 permit tcp any host xx.xx.xx.xx eq www
access-list 101 permit tcp any host xx.xx.xx.xx eq 443
access-group 101 in interface outside
now, I want to block ms messenger so that my staff can't use it what I did is I added the following
access-list 101 deny tcp any any eq 1863
access-group 101 in interface inside
after that no one has access to the internet when I remove the access-list that I added I get the internet
back
what's wrong in my configuration, any one can help
Thanks
the following are access-list in pix firewall 501 and it is working OK
access-list 101 permit tcp any host xx.xx.xx.xx eq pop3
access-list 101 permit tcp any host xx.xx.xx.xx eq smtp
access-list 101 permit tcp any host xx.xx.xx.xx eq www
access-list 101 permit tcp any host xx.xx.xx.xx eq 443
access-group 101 in interface outside
now, I want to block ms messenger so that my staff can't use it what I did is I added the following
access-list 101 deny tcp any any eq 1863
access-group 101 in interface inside
after that no one has access to the internet when I remove the access-list that I added I get the internet
back
what's wrong in my configuration, any one can help
Thanks