cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
251
Views
0
Helpful
1
Replies

msn messenger block

seegomaa
Level 1
Level 1

dear,

i want to know how to block msn messenger application on pix firewall 520 ( V 6.2 )

at the same time i want to permit browsing to

www.msn.com $ www.hotmail.com

1 Reply 1

jmia
Level 7
Level 7

There's a wealth of this information on the Internet, just plug "firewall block msn messenger" into Google and you'll get tons of hits.

Some stuff I came up with is:

Blocking MSN Messenger is pretty easy, and if you look at my other blocks for this, you will notice that I do a port block and a IP range block. This isn't really needed, but since this can be done, I do. Here are the things you should block to kill MSN Messenger:

· TCP Port 1863

· IP Range 64.4.13.0/24

So on the PIX that would equate to:

> access-list outbound deny tcp any any eq 1863

> access-list outbound deny ip any 64.4.13.0 255.255.255.0

> access-list outbound permit ip any any

> access-group outbound in interface inside

Jay