Firewall Ports for Teams

Mario Armstrong Jr 20 Reputation points
2025-11-05T17:44:22.9766667+00:00

I am trying to configure our Quicklink server (video conferencing calls server) and in order to do so I have to submit a request for firewall ports to be opened on our network. I have all the outbound ports opened according to this webpage:

https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/network-requirements

I wanted to know if there are any inbound firewall ports that teams needs to function properly. If so, what are they? What IP would that traffic come from?

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
0 comments No comments

Answer accepted by question author
VPHAN 42,490 Reputation points Independent Advisor
2025-11-05T19:07:15.6266667+00:00

Actually you don't need to open inbound firewall ports to the internet. All media and signaling traffic is initiated outbound from your clients/servers to Microsoft’s cloud, and the return traffic flows back through those same outbound connections. The only firewall rules you need are outbound UDP 3478–3481 and TCP 443/80 to Microsoft’s published IP ranges.

According to Microsoft’s network requirements documentation, you need to allow

  • Outbound UDP: 3478–3481 (used for STUN/TURN media traversal).
  • Outbound TCP: 443 (primary), 80 (fallback).

Destination IP ranges:

Media processors and TURN services: 20.202.0.0/16

Call automation/media: 52.112.0.0/14, 52.122.0.0/15, 2603:1063::/38

Teams services: *.teams.microsoft.com, *.skype.com, *.microsoft.com, *.office.com, etc.

Your firewall should allow outbound traffic to these IP ranges and FQDNs. The return traffic will automatically be permitted by the firewall’s stateful inspection.

If you find this information useful to some extent, please accept the answer so that your experience with the issue would help contribute to the whole community. Thank you :)

Vivian

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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