> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/introduction-to-inforiver/get-started/inforiver-writeback-matrix-prerequisites/whitelist-inforiver-ips.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inforiver.com/introduction-to-inforiver/get-started/inforiver-writeback-matrix-prerequisites/whitelist-inforiver-ips.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
