04-10-2002 08:11 AM - edited 03-08-2019 10:17 PM
Hi.
I need to block Yahoo IM.
I was going to do this in the form of acl's on my PIX.
What ip's or ports do I need to block?
Thanks.
04-10-2002 08:42 AM
This seems to work for us:
access-list acl_in deny ip any host 216.136.225.238
access-list acl_in permit ip any any
access-group acl_in in interface inside
216.136.225.238 is msg1.edit.vip.sc5.yahoo.com. I believe that's all you need to block, but could be wrong.
04-11-2002 01:39 AM
i had tried to much , they change servers also ports
04-11-2002 02:57 AM
i also tried to block using port number.... something like this
access-list block-msg deny tcp any any eq 5050
access-list block-msg permit ip any any
access-group block-msg in interface inside
But still i was able to connect ....and using "show conn" i found it is using port number 23 (telnet).
TCP out 216.136.233.134:23 in 192.168.129.28:1364 idle 0:03:37 Bytes 1814 flags UIO
One of the method to block messenger is to know the IP Address of all the yahoo messenger servers and then block all tcp connections to that IP from your LAN.
Is there any other method to block the yahoo messenger ???
04-17-2002 08:51 PM
Check out this thread on the same subject:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide