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

how to block ebuddy

winnthu
Level 1
Level 1

Hi,

I have pix with 7.2(1) running on it. I want to block ebuddy instant messaging. I can block msn and yahoo without issue. Is there any way to block ebuddy?

Thanks

1 Reply 1

regex domain1 "\.ebuddy\.com"

!

class-map type regex match-any domain-list

match regex domain1

!

class-map web

match port tcp eq www

!

policy-map type inspect http URL

parameters

match request header host regex class domain-list

drop-connection

!

policy-map global_policy

class web

inspect http URL

!

might do the trick for you.

Review Cisco Networking for a $25 gift card