# Whitelist Inforiver IPs

Inforiver's outbound IP address must be whitelisted in the customer's network or database firewalls to access Inforiver services.&#x20;

### 1. Whitelisting Inforiver for On-Prem Writeback

Inforiver writeback may be unable to connect to on-prem databases hosted in data centers or office networks. This happens because the network firewall between your database and Inforiver blocks the inbound communication initiated for writeback.&#x20;

For writeback to work with on-prem databases, the admin must whitelist the below 5 Inforiver outbound IPs in the network firewall.

{% hint style="info" %}

### Inforiver IP addresses to be whitelisted:

For [addons.inforiver.com](https://addons.inforiver.com):

* 20.80.81.140 - 20.80.81.143&#x20;
* 172.170.162.240

For [euw.addons.inforiver.com](https://euw.addons.inforiver.com):&#x20;

* 20.229.172.84 - 20.229.172.87
* 57.153.117.230
  {% endhint %}

### 2. Whitelisting for Azure SQL

Azure SQL destinations have firewall rules that block connections originating from non-whitelisted IPs.&#x20;

<figure><img src="/files/WQUYEuYuIIunFOmvsV1c" alt=""><figcaption><p>firewall blocking the inbound communication to Azure</p></figcaption></figure>

To connect to Azure SQL databases from Inforiver, you must create a firewall rule to open the firewall for a specific range of IP addresses. [Learn more about creating firewall rules.](https://learn.microsoft.com/en-us/azure/azure-sql/database/firewall-create-server-level-portal-quickstart?view=azuresql)

{% hint style="info" %}

### Inforiver IP addresses to be whitelisted:

For [addons.inforiver.com](https://addons.inforiver.com):

* 20.80.81.140 - 20.80.81.143&#x20;
* 172.170.162.240

For [euw.addons.inforiver.com](https://euw.addons.inforiver.com):&#x20;

* 20.229.172.84 - 20.229.172.87
* 57.153.117.230
  {% endhint %}

Follow the steps in the image below to whitelist the Inforiver outbound IP addresses.&#x20;

<figure><img src="/files/SUB1leK9OTw4T2GEkltv" alt=""><figcaption><p>Creating firewall rules</p></figcaption></figure>

The screengrab below shows the firewall rules configured for Inforiver.

<figure><img src="/files/AJgaWxDWg21Hw0OoPCjV" alt=""><figcaption><p>Firewall rules configured for Inforiver</p></figcaption></figure>


---

# 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.inforiver.com/introduction-to-inforiver/get-started/inforiver-writeback-matrix-prerequisites/whitelist-inforiver-ips.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.
