Below you will find all the information needed to set up your firewall to allow software updates for the CollabOS devices on your firewall secured network.
Firewall Rules:
Protocol |
Ports |
Destination/FQDN |
Usage of the endpoint |
Is it needed for device functionality |
TCP, HTTP |
443 |
updates.vc.logitech.com |
Device updates service domain |
Mandatory for. Zoom Rooms, Go To Meetings, RingCentral, Pexip, Tencent appliance mode devices to update to the latest release. Recommended but optional for Microsoft Teams Rooms on Android. |
TCP, HTTP |
443 |
releasenotes.vc.logitech.com |
Release note for device updates |
Recommended but optional |
TCP, HTTP |
443 |
svcs.vc.logitech.com |
Release note for device updates |
Recommended but optional |
TCP, HTTP |
80, 443 |
ping.vc.logitech.com |
Ping server |
Recommended but optional |
TCP, HTTP |
80, 443 |
time.android.com |
Default time server used |
Optional. Devices can be configured to use custom NTP servers |
MQTT |
8883 |
a3fejkt9utwjk2-ats.iot.us-west-2.amazonaws.com raiden.iot.us-west-2.vc.logitech.com |
Sync servers when |
Sync on CollabOS Devices
Click here for the firewall setup information for using Sync
With the CollabOS 1.7 release, Sync on CollabOS devices are proxy aware on PAC proxy configurations only. Additionally note that SOCKS proxy (which is different from HTTP proxy) is required for mqtt proxy to work.
Two URLs that need to be proxied with SOCKS proxy, Port 8883 needs to also be allowed along with port 443.
- Ports
- MQTT: 8883
- TCO, HTTPS: 443
- URL
- a3fejkt9utwjk2-ats.iot.us-west-2.amazonaws.com
- raiden.iot.us-west-2.vc.logitech.com
Refer to the example below for the PAC file entry.
if(localHostOrDomainIs(host,“a3fejkt9utwjk2-ats.iot.us-west-2.amazonaws.com”) || localHostOrDomainIs(“raiden.iot.us-west-2.vc.logitech.com”) {
return “SOCKS <PROXY SERVER HOST>:<PORT>“;
}