---
title: "Network Access Control List (ACL) Configuration"
slug: "network-acl"
description: "For the successful integration of Dataddo with certain systems to both extract and insert data, make sure your destination accepts incoming connection."
updated: 2023-10-31T16:03:44Z
published: 2023-10-31T16:03:44Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dataddo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Network Access Control List (ACL) Configuration

To seamlessly integrate Dataddo with specific systems for both data extraction and insertion (e.g. [MySQL](/docs/mysql-destination){target="_blank"}, [Postgres](/docs/postgres){target="_blank"}, [Azure Blob Storage](/docs/azure-blob-storage){target="_blank"}, [SQL Server](/docs/universal-sql-server){target="_blank"}), it's essential to adjust your network configurations to **permit incoming connections**.

## Permitting Dataddo IP Addresses
For unhindered access to your systems using the Dataddo platform, please whitelist the following IP addresses:

```
52.17.68.150
52.30.37.137
52.214.115.147
54.77.45.35
52.210.57.95
18.200.46.19
```

Whitelisting these IP addresses ensures a smooth data exchange between your systems and Dataddo.

:::(Warning) (Using CIDR Notation)
If you are required to input the IP addresses in **CIDR notation**, append `/32` to the end of each address (e.g. 52.17.68.150/32).
:::
