cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
302
Views
0
Helpful
4
Replies

Block an IP on the net

adrian.h
Level 1
Level 1

I want to drop packets from a MyDoom infected IP on the net that is hammering our mail server. How can I go about doing this on a PIX w/ 6.1?

Thanks

4 Replies 4

tvanginneken
Level 4
Level 4

Hi,

since that IP on the Net is infected, I would not trust any kind of traffic coming from that IP. If you already have an access-list (ACL) on your outside interface, then add just this line (make sure you put this entry above the entry that allows the 'MyDoom' traffic to your mail server):

access-list deny ip any

Kind Regards,

Tom

patrick.cannon
Level 1
Level 1

null route the smtp.

I had this problem and a spare nic in the pix. I routed the subnets that I disliked there. Problem resolved. It isn't particularly elegant but it particularly worked...

ali-franks
Level 1
Level 1

As Tom mentioned, ACL's are one option , but the other is use:

shun x.x.x.x

HTH

Ali

Yeah, I should have noted its a 506 though :)

I will try this shun command. Thanks.