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

ASA 5510 How to block Torrents

Hi Allm

Thanks in Advance,

i want to Block torrents service in my Firewall , and give access to one of my pc , is it possible to do in the IOS 8.2

1 Reply 1

Hi Aman,

Please find the code, I am not sure but this may help up to some extent.

object-group service Blocked-UDP-Ports udp

description All ports blocked for Bit Torrent UDP DHT (all ephemeral ports except VPN encapsulation)

port-object range 10001 65535

port-object range 1024 1193

port-object range 1195 9999

object-group service BitTorrent-Tracker tcp

description TCP Ports used by Bit Torrent for tracker communication

port-object eq 2710

port-object range 6881 6999

access-list inside_access_in extended permit udp (source u need to allow)any object-group Blocked-UDP-Ports

access-list inside_access_in extended permit tcp (source u need to allow) any object-group BitTorrent-Tracker

access-list inside_access_in extended deny udp any any object-group Blocked-UDP-Ports log warnings inactive

access-list inside_access_in extended deny tcp any any object-group BitTorrent-Tracker log warnings inactive

Regards
Thanveer
"Everybody is genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is a stupid."

Review Cisco Networking for a $25 gift card