How to detect or prevent torrent traffic in Azure Networks?

YB 30 Reputation points
2023-08-22T06:46:36.05+00:00

I have a VM in Azure with the RRAS feature, which works as a VPN server. How i can detect or prevent torrent traffic in the network where located my VPN clients?

Is there any Microsoft Azure solution for this?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,775 questions
0 comments No comments
{count} votes

Accepted answer
  1. msrini-MSFT 9,291 Reputation points Microsoft Employee
    2023-08-22T06:59:13.34+00:00

    Hi,

    There are no such feature or product in Azure to block torrent traffic. But most torrent traffic uses TCP and UDP ports in the range of 6881-6889 and sometimes higher. Blocking these ports can significantly reduce the torrent traffic.

    So you can use the NSG to block traffic that is sent in over these ports.

    Regards,

    Karthik Srinivas


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.