# What are the security Settings for sipgate IP & Port Ranges?

Currently sipgate services use the following address ranges:

{% tabs %}
{% tab title="sipgate.de" %}
**IPv4:**

| Type      | IP                               | Port          | Protocol |
| --------- | -------------------------------- | ------------- | -------- |
| Signaling | 217.10.79.9                      | 5060          | UDP      |
| RTP       | 212.9.44.0/24 und 217.10.77.0/24 | 15000 - 30000 | UDP      |

**IPv6:**

| Type         | IP                                                             | Port          | Protocol |
| ------------ | -------------------------------------------------------------- | ------------- | -------- |
| Signaling    | \[2001:ab7::1], \[2001:ab7::2], \[2001:ab7::3], \[2001:ab7::4] | 5060          | UDP      |
| RTP          | \[2001:ab7:2000:3::0/64]                                       | 15000 - 30000 | UDP      |
| {% endtab %} |                                                                |               |          |

{% tab title="sip.sipgate.de" %}
**IPv4 (Protocol: TCP, TLS):**

| Type      | IP                                                       | Port                        | Protocol      |
| --------- | -------------------------------------------------------- | --------------------------- | ------------- |
| Signaling | 212.9.44.242, 212.9.44.244, 217.10.77.242, 217.10.77.244 | 5060/TCP, 5061/TLS, 443/WSS | TCP, TLS, WSS |
| RTP       | 212.9.44.0/24 und 217.10.77.0/24                         | 15000 - 30000               | UDP           |

**IPv6:**

| Type         | IP                                                                 | Port                        | Protocol      |
| ------------ | ------------------------------------------------------------------ | --------------------------- | ------------- |
| Signaling    | \[2001:ab7::17], \[2001:ab7::18], \[2001:ab7::19], \[2001:ab7::1a] | 5060/TCP, 5061/TLS, 443/WSS | TCP, TLS, WSS |
| RTP          | \[2001:ab7:2000:3::0/64]                                           | 15000 - 30000               | UDP           |
| {% endtab %} |                                                                    |                             |               |

{% tab title="sipconnect.sipgate.de" %}
**IPv4 (Protocol: UDP):**

| Type      | IP                               | Port          | Protocol |
| --------- | -------------------------------- | ------------- | -------- |
| Signaling | 217.10.68.150                    | 5060          | UDP      |
| RTP       | 212.9.44.0/24 und 217.10.77.0/24 | 15000 - 30000 | UDP      |

**IPv6:**

| Type          | IP                                                                | Port          | Protocol |
| ------------- | ----------------------------------------------------------------- | ------------- | -------- |
| Signaling     | \[2001:ab7::9], \[2001:ab7::10], \[2001:ab7::11], \[2001:ab7::12] | 5060          | UDP      |
| RTP           | \[2001:ab7:2000:3::0/64]                                          | 15000 - 30000 | UDP      |
| {% endtab %}  |                                                                   |               |          |
| {% endtabs %} |                                                                   |               |          |

{% hint style="info" %}
**Note:** IP addresses and port ranges may change due to expansions of our platform.
{% endhint %}

The IP address ranges used by sipgate are:

{% tabs %}
{% tab title="IPv4" %}

* 217.10.64.0/20
* 217.116.112.0/20
* 212.9.32.0/19
  {% endtab %}

{% tab title="IPv6" %}

* 2001:ab0::/29
  {% endtab %}
  {% endtabs %}

The above ranges are rarely changed. However, due to the demands of a modern agile work environment, at times we may need to add or remove IP address ranges.

If you experience one-way audio this may be due to changes to the IP ranges used by sipgate. The IP addresses you need to update in your firewall settings should be available in your connection logs.

***

For security reasons we further recommend:

* securing any SSH access options to your telephone system.
* changing the default passwords for web access to your telephone system configuration interface.
* blocking calls to premium/special numbers and expensive international destinations that you would not normally call.

Please always stay informed about the security recommendations of your VoIP system's manufacturer and keep any operational systems up to date.


---

# 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://teamhelp.sipgate.co.uk/integrations-and-connections/using-sipgate-trunking/what-are-the-security-settings-for-sipgate-ip-port-ranges.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.
