It is a bit difficult to provide a precise list of ports used by Infinity VIP. The ports required depend on what STUN and TURN service(s) are used as well as what, and how, third party device’s audio streams are connected to and from VIP. Below are some of the most common requirements for VIP. These are described as they would be entered in an AWS Security Group.
Typically we allow ALL TCP and ALL UDP ports to leave the subnet. Here are the incoming rules:
Add Rule:
Protocol = UDP
Type = Custom UDP
Port range = 7000-7031
Source = Custom 0.0.0.0/0
Description = Link audio ports
Add Rule
Type = HTTP (port 80)
Protocol = HTTP
Leave autofilled entries
Add Rule
Type = HTTPS (port 443)
Protocol = HTTPS
Leave autofilled entries
Add Rule
Type = Custom TCP
Protocol = TCP
Port Range 35797
Source = Custom 0.0.0.0/0
Using a License Server on the AWS subnet with the VIP instance this port does not have to be allowed from the outside, only within the subnet.
Description = License Server
Add Rule
Type = Custom UDP & Custom TCP
Protocol = UDP & TCP
Port Range 3478
Source = Custom 0.0.0.0/0
Description = WebRTC/STUN/TURN
Add Rules
Type = Custom UDP
Protocol = UDP
Ports: 20000-24000
Source = Custom 0.0.0.0/0
Description = WebRTC media ports