...
First, let’s see how the camera is communicating with VMS. Please note, {base-endpoint} is the default endpoint of your Cloud VMS deployment.
When the camera is added, it connects to the provisioning server:
camera.vxg.io
port: 443protocol: TCP
The camera sends the API request by HTTPS to the endpoint:
https://api.uplink.{base-endpoint}/api/ws-endpoint
port: 443
protocol: TCPThe camera gets the domain name of the container, for example:
84b795deaeddb6924600.uplink.{base-endpoint}
port: 443
protocol: TCPThe camera connects for video transfer to
deefec8c90c7fb84ec01.uplink.{base-endpoint}
port: 443protocol: WS/TCP
Also, when the camera is added, it connects to the provisioning server:
camera.vxg.io
port: 443protocol:TCP
So to white-list the camera traffic, please create the following exceptions in your firewall:
...