# Network / Firewall Settings

When an [Immediation Pre-flight Checks](/support-materials/immediation-pre-flight-checks.md)test is run and some of the networks tests come back fail / red the problem is often due to local client or client network firewall rules which are blocking the required protocols, IP addresses and ports to provide seamless access.

This document outlines the required firewall changes. These changes typically need to be performed by the IT Network Security team, or similar, within your organisation.

## Justification for Change Request

Immediation is an Online Dispute Resolution platform used by various organisations throughout the various states and territories of Australia and Globally. The Immediation platform comprises video conferencing, and in order to function, requires certain network ports and protocols to be correctly configured.

The core video serving technology is supported by the Twilio infrastructure. Twilio is a trusted global communication and media service provider. It is Twilio's trusted documentation that is the key source of information relating to ports, protocols and remote IP addresses, which are required to be whitelisted.

## Required Configuration

Source of information: <https://www.twilio.com/docs/video/ip-addresses>

The key changes are listing hosts, ports and IP ranges for the following services:

* [Signaling Communications](#signaling-communications-changes)
* [Media Servers](#media-servers)
* [Additional Connectivity Requirements](#additional-connectivity-requirements)

### Signaling Communication Changes

Source of information: <https://www.twilio.com/docs/video/ip-addresses#signaling-communication>

The key access changes required for Australian users are:

* Global Low Latency (default)
  * Host name: global.vss.twilio.com
  * Port and protocol: 443 WSS
* Australia
  * Host name: au1.vss.twilio.com
  * Port and protocol: 443 WSS
* Details for other countries can be found here: <https://www.twilio.com/docs/video/ip-addresses>

### Media Server Changes

Source of information: <https://www.twilio.com/docs/video/ip-addresses#media-servers>

The key access changes required for Australian users is:

* Australia
  * IPv4 Address Ranges:
    * 13.210.2.128 - 13.210.2.159
    * 54.252.254.64 - 54.252.254.127
    * 3.25.42.128 - 3.25.42.255

Ports used: 10,000 - 60,000 UDP/SRTP/SRTCP *and* TLS/443 or UDP/3478

### Additional Connectivity Requirement Changes

Source of information: <https://www.twilio.com/docs/video/ip-addresses#additional-connectivity-requirements>

The access change required for all regions is:

* Global
  * Host name: sdkgw\.us1.twilio.com
  * Port and protocol: 443 WSS

## Test and Confirm Changes

Following successfully applying the above access changes to your network / firewall you can confirm they have had the desired effect by visiting: <https://networktest.twilio.com/> and running the 2-minute tests. At the end of the test all results should be green and marked as "pass". Please inform your users that the changes have been made to allow Immediation platform the required access.

If they are not please revisit the source of information: <https://www.twilio.com/docs/video/ip-addresses> and confirm the IP addresses with the changes you have made and then retry.&#x20;

## Questions & Contact

For any questions, feedback, or extra support, please do not hesitate to contact us. <support@immediation.com>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.immediation.com/support-materials/network-firewall-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
