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

Blocking P2P / BitTorrent on RV220W

surveysds
Level 1
Level 1

Can anyone help me with the following:

Check to see the network traffic for a specific time frame i.e. for BitTorrent Traffic at around 10AM

 

Also how to block all P2P / BitTorrent traffic please?


Thanks

1 Reply 1

rus-admin
Level 1
Level 1

Use policy-map

 

class-map match-any CLASS_TORRENTS
 match protocol edonkey
 match protocol bittorrent
 match protocol kazaa2

 

 

policy-map RM_TORRENTS
 class CLASS_TORRENTS
  drop
 class class-default

Enable this policy on internet interface

 service-policy input RM_TORRENTS

 service-policy output RM_TORRENTS