Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Blocking Kazaa

Status
Not open for further replies.

robotdave

Technical User
Apr 1, 2003
14
GB
Hi

I'm still new to firewall and a lot of people on this site have been very good in helping me. So Thanks.

Anyway, how would I go about blocking ports for things like kazaa and blocking certian IP ranges from have and ftp etc.

Thank in advance for your help

RD!
 
Kazaa seems to use TCP/1214 more than others, so try this simple access-list as a first shot. This access-list assumes you want to allow everything else out (never a good idea, but it seems to be what most people on this board prefer). If you want to deny other stuff as well, be sure to put those deny statements in BEFORE the permit statement:

access-list outbound deny tcp any any eq 1214
access-list outbound permit ip any any
access-group outbound in interface inside
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top