diff --git a/content/Arduino Cloud/Arduino IoT Cloud/Configure-your-network-for-Arduino-Cloud.md b/content/Arduino Cloud/Arduino IoT Cloud/Configure-your-network-for-Arduino-Cloud.md index c1f4945e..799965cc 100644 --- a/content/Arduino Cloud/Arduino IoT Cloud/Configure-your-network-for-Arduino-Cloud.md +++ b/content/Arduino Cloud/Arduino IoT Cloud/Configure-your-network-for-Arduino-Cloud.md @@ -17,11 +17,20 @@ The Arduino Cloud uses the following domains and ports, which need to be whiteli | Domain | Port | | ------------------------- | ---- | | `mqtts-up.iot.arduino.cc` | 8884 | -| `mqtts-sa.iot.arduino.cc` | 8883 | +| `mqtts-sa.iot.arduino.cc` | 8885 | | `wss.iot.arduino.cc` | 8443 | You will also need to allow NTP access on port 123 UDP for `time.arduino.cc`. +### Over-the-Air updates + +Some networks may require additional configuration to enable Over-the-Air (OTA) updates. In these cases, these endpoints should be whitelisted: + +| Domain | Port | +| ------------------------- | ---- | +| `boards-int.arduino.cc` | 443 | +| `boards-v2.arduino.cc` | 443 | + --- ## Using Arduino Cloud on school networks