I have a Pix that is setup and working good in all aspects, but Ive run into a problem. Another company somewhere has a compromised server that is trying repeatedly to deliver a very large email through my pix to my email server. The other company is working on killing this but I thought I should be able to just block that IP in my firewall temporarily with the access-list to stop the bleeding while they figure out what to do. What I put in was:
access-list acl_outside deny ip 216.37.x.x 255.255.255.255 host 66.162.xx.xx
but this doesnt seem to be working. I also noticed that this deny showed up at the very bottom of my acl list in the router.
access-list acl_outside permit tcp any host 66.162.x.x eq access-list acl_outside permit tcp any host 66.162.x.x eq 443 (hitcnt=18805)
access-list acl_outside permit tcp any host 66.162.x.x eq smtp (hitcnt=20188)
access-list acl_outside permit tcp any host 66.162.x.x eq 143 (hitcnt=3091)
access-list acl_outside permit tcp any host 66.162.x.x eq pop3 (hitcnt=883)
access-list acl_outside permit tcp any host 66.162.x.x eq 4899 (hitcnt=88)
access-list acl_outside permit tcp any host 66.162.x.x eq 8989 (hitcnt=92634)
access-list acl_outside permit tcp any host 66.162.x.x eq 8989 (hitcnt=95)
access-list acl_outside deny tcp host 216.37.x.x host 66.162.x.x (hitcnt=0)
access-list acl_outside deny ip host 216.37.x.x host 66.162.x.x (hitcnt=0)
Even with this config in, the offending server is still making connections. What am I missing?
Thanks
access-list acl_outside deny ip 216.37.x.x 255.255.255.255 host 66.162.xx.xx
but this doesnt seem to be working. I also noticed that this deny showed up at the very bottom of my acl list in the router.
access-list acl_outside permit tcp any host 66.162.x.x eq access-list acl_outside permit tcp any host 66.162.x.x eq 443 (hitcnt=18805)
access-list acl_outside permit tcp any host 66.162.x.x eq smtp (hitcnt=20188)
access-list acl_outside permit tcp any host 66.162.x.x eq 143 (hitcnt=3091)
access-list acl_outside permit tcp any host 66.162.x.x eq pop3 (hitcnt=883)
access-list acl_outside permit tcp any host 66.162.x.x eq 4899 (hitcnt=88)
access-list acl_outside permit tcp any host 66.162.x.x eq 8989 (hitcnt=92634)
access-list acl_outside permit tcp any host 66.162.x.x eq 8989 (hitcnt=95)
access-list acl_outside deny tcp host 216.37.x.x host 66.162.x.x (hitcnt=0)
access-list acl_outside deny ip host 216.37.x.x host 66.162.x.x (hitcnt=0)
Even with this config in, the offending server is still making connections. What am I missing?
Thanks