How to block SKYPE when it's using port 80 & 443 in a network. ( better if I can do it by using ISA 2006 and without disabling web) I know if users can't install skype they wont be able to use it. So without that?
How to block SKYPE when it's using port 80 & 443 in a network. ( better if I can do it by using ISA 2006 and without disabling web) I know if users can't install skype they wont be able to use it. So without that?
A) Use blacklisting software or configure policies in AD to block the skype executable.
B) Use a firewall that can do the deep packet inspection and block the traffic.
C) Use your DNS server to intentionally poison requests to skype.com and their associated servers so you prevent skype from connecting.
D) Use software auditing programs and periodically get a report that will tell you who has skype installed and, through company policy, remind them that it's a firing offense if they repeatedly install software on company computers.
E) Remove privileges to users that enable software installation without administrative access.
A quick summary of things that have worked and that probably will work now. All of these will require that you have some form of proxy server, but will probably work with a transparent Squid proxy. They may work with ISA 2006, but I've never used it so I make no promises.
Approaches that will likely work now, but which may cause problems of various severity for other applications as well:
See http://wiki.squid-cache.org/ConfigExamples/Chat/Skype
You either need something that can do deep-packet inspection, and identify Skype traffic within the packet to use as "block" criteria, or you need to know what external host(s) to simply block access to. I'm not that familiar with the Skype architecture, I'm not sure if it has to go through a central server for any purpose. If it doesn't, then you can't do it the second way.
Since you're using MS ISA Server I'd recommend installing the firewall client on each machine (deploy via AD if possible). You can then block on a per-process basis.
Of course this will only block Windows clients though