i have no servers with which to run any sort of apps or i'd be golden, damn and blast skype!
Main Topics
Browse All TopicsI am trying to restrict a networks access to using Skype. I know that skype uses 80/443 to initiate the connections between parties, and then assigns a random UDP port for the transfer of the data. I know that i could create firewall rules to detect skype traffic, but all i have to work with is a 3com managed switch, which can either allow or block ports.
Any suggestions? (other than putting a small server in with the switch, which at present isnt an option)
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Skype is designed to be difficult to block, you could use group policy to stop people running it.
From another EE posting: (http://www.experts-exchan
kanashii23:
Note this is cut from another thread in Experts Exchange.
So i dont intend to claim point for this.
farhankazi:
I would use Restriction Policies in Windows Server 2003 create 'Hash rule'.
For more info:
http://support.microsoft.c
http://www.windowsnetworki
SheharyaarSaahil:
How to block skype
http://blog.tmcnet.com/blo
spyder357:
Three ways you can go about doing this....
1) Is setting up a group policy to restrict the install of this software outright.
2)Setup a group policy to set permissions on the skype service. Set the permissions to only give the IT department the ability to run it. That way when they reboot their computers after getting the new policy the service will fail to start.
(This is my favorite...no one will be able to figure out why its not working :) )
a. First you must install skype on the computer that your creating the policy from (do it from your desktop).
b. Go under /Computer Config/Windwos Settings/Security Settings/System Services and you should see the Skype service, select it and place the "appropriate" permissions on it.
Any computer with skype installed will be affected, any computer without it will disregard the policy.
3. Block the skype ports on the firewall. This involves setting outbound ACL's on your Cisco...refer to Cisco's documentation for your IOS version on how to do this.
Do option 2...it will be funny I promise :)
Business Accounts
Answer for Membership
by: dibbzPosted on 2008-07-29 at 01:41:19ID: 22109611
The only way I found was to block all numeric addresses in squid or your choice of web filtering app.
0-9]+
Squid example;
# Your acl definitions
acl numeric_IPs urlpath_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[
acl connect method CONNECT
# Apply your acls
http access deny connect numerics_IPs all