When you use Data Transmission Service (DTS) to migrate, synchronize, or track changes in data, DTS must connect to your source and destination databases. If your database has a firewall or IP whitelist enabled, add the DTS server IP address ranges to your database's security settings so that DTS can establish connections.
Do you need to do this? It depends on how your database connects to DTS:
No action required (in most cases): If your database is an Alibaba Cloud managed instance (such as ApsaraDB RDS, PolarDB, or MongoDB) with the Access Method set to Alibaba Cloud Instance, DTS automatically adds the required IP ranges to your database's IP whitelist. The same applies to single-node self-managed databases on ECS—DTS automatically configures the security group.
Manual configuration required: If your database connects via Public IP Address, Express Connect, VPN Gateway, or Smart Access Gateway, or Cloud Enterprise Network (CEN), add the DTS server IP address ranges manually.
Usage notes
Use this page's IP list, not the console pop-up: The IP address ranges shown in the authorization pop-up during task configuration may be outdated. Use the ranges in the Appendix: DTS server IP address ranges table instead.
Keep the IP list current: DTS server IP address ranges may change. Update your whitelist when you first set up DTS, after receiving a notification about DTS whitelist expansion, and periodically thereafter.
Cloud Enterprise Network (CEN): Update the access to cloud services configuration in your CEN instance.
Express Connect, VPN Gateway, or Smart Access Gateway: Update the Local CIDR Block in your IPsec-VPN connection.
On-premises database: Update your database's security settings directly.
Add all required IP ranges: Add every IP address range for the region where your DTS task runs. DTS service nodes may switch during disaster recovery—an incomplete IP list can cause task interruptions after a switch.
Cluster databases: If your database uses cluster deployment (such as Kafka, Redis, or Doris), add the DTS IP whitelist to the security settings of every server in the cluster.
DTS-managed whitelists: Do not use whitelists automatically created by DTS (names typically contain
dtsorDTS) for non-DTS purposes. DTS may modify these whitelists at any time, which can interrupt your other business.Security risks: Adding DTS public IP address ranges introduces security exposure. Mitigate it by using strong database account passwords, limiting open ports to only what each CIDR block requires, requiring authentication for internal API communications, and regularly auditing and removing unnecessary CIDR blocks. Alternatively, use private network connections such as Express Connect, VPN Gateway, or Smart Access Gateway.
After your task ends: Remove the DTS IP address ranges from your database's security settings once the DTS task is released.
100.104.0.0/16 routing notice: The 100.104.0.0/16 CIDR block is an Alibaba Cloud service CIDR block and the default communication range between DTS and your database. Do not route this subnet from your VPC to other destinations—such as a VPN, Express Connect circuit, VPC peering connection, CEN, or custom tunnel. Doing so breaks the DTS-to-database connection and disrupts data sync, migration, and change tracking tasks.
Step 1: Determine whether manual configuration is required
Use the table below to find your connection type and decide what action to take.
| Connection type | Scenarios | Manual configuration required? | Notes |
|---|---|---|---|
| Alibaba Cloud Instance | Alibaba Cloud databases: ApsaraDB RDS, PolarDB, MongoDB. | No (except in special cases) | DTS automatically adds its IP ranges to your database's IP whitelist. Exceptions: MaxCompute and OceanBase require manual configuration. Cross-border or cross-region migration tasks also require additional steps. See below. |
| Self-managed Database on ECS | A database deployed on an Alibaba Cloud ECS instance. | No (except for clusters) | DTS automatically creates a security group named SG-DTS-GROUP-xxxx and applies it to your ECS instance. Exception: For cluster databases (such as Kafka, Redis, or Doris) deployed across multiple ECS instances, DTS only configures the security group for the first node. Add the remaining ECS instances to the SG-DTS-GROUP-xxxx security group manually. |
| Public IP Address | On-premises databases, databases hosted by another cloud provider, or any database exposed via a public IP address. | Yes | Manually add the DTS server IP address ranges for the relevant region to your database's security settings. |
| Express Connect, VPN Gateway, or Smart Access Gateway | On-premises databases connected via Express Connect circuit or VPN. | Yes | Manually add the DTS private IP address ranges to your IPsec connection's local CIDR block. |
| Cloud Enterprise Network (CEN) | On-premises databases connected via Cloud Enterprise Network (CEN). | Yes | Configure the DTS private IP address ranges as cloud services in your CEN instance. |
| Database Gateway | Databases connected through Database Gateway (DG). | Yes (gateway IPs only) | Add the IP addresses of all Gateway node ID entries from your Database Gateway (DG) to your database's security settings. You do not need to add DTS service IP address ranges. |
Special cases for Alibaba Cloud Instance:
MaxCompute: Configure the IP whitelist to allow all Alibaba Cloud services to access MaxCompute.
OceanBase: Configure the IP whitelist group using the Express Connect, VPN Gateway, or Smart Access Gateway values from the appendix. See Configure IP whitelist groups.
Cross-border or cross-region migration tasks: Enable a public endpoint on the source database and add the Public IP Address ranges for the region where the destination database resides.
Step 2: Identify which region's IP ranges to add
The region whose DTS IP ranges you need depends on your task type and which database you're configuring.
| Task type | Database to configure | DTS IP ranges needed for |
|---|---|---|
| Data synchronization | Source database | Regions of both the source and destination databases |
| Data synchronization | Destination database | Region of the destination database |
| Data migration | Source database | Region of the destination database |
| Data migration | Destination database | Region of the destination database |
| Change tracking | Source database | Region of the source database |
| Data validation (standalone task) | Source database | Region of the destination database |
| Data validation (standalone task) | Destination database | Region of the destination database |
| Data preparation | Source database | Region of the destination database |
| Data preparation | Destination database | Region of the destination database |
Example: To migrate a self-managed MySQL database to an RDS MySQL instance using Public IP Address, add the DTS server public IP address ranges for the region where the destination RDS MySQL instance resides to the source MySQL database.
Step 3: Add the IP addresses
Automatic configuration (Alibaba Cloud Instance / Self-managed Database on ECS)
DTS handles IP whitelist or security group configuration automatically when you click Test Connectivity and Proceed in the console.
Alibaba Cloud Instance: DTS creates a named whitelist on the database instance. The whitelist name depends on the database type:
These whitelists are for DTS connectivity only. Using them for other purposes may cause unexpected interruptions.
Connection type Database instance Whitelist or security group name Alibaba Cloud Instance ApsaraDB RDS for MySQL, ApsaraDB RDS for PostgreSQL, ApsaraDB RDS for MariaDB, ApsaraDB RDS for SQL Server rdsdtsPolarDB for MySQL, PolarDB for PostgreSQL, PolarDB for PostgreSQL (Compatible with Oracle) dtspolardbAnalyticDB for MySQL 3.0 dts_adb_v3AnalyticDB for PostgreSQL dtsApsaraDB for MongoDB ddsdtsApsaraDB for Tair (Compatible with Redis) dts_groupPolarDB-X 1.0 drdsdtsPolarDB-X 2.0 polardb_x_dtsAlibaba Cloud Message Queue for Apache Kafka dts_kafkaAlibaba Cloud Elasticsearch dts_groupLindorm, a cloud-native, multi-model database ali_dts_groupApsaraDB for ClickHouse dts_clickhouseApsaraDB for SelectDB dts_selectdbSelf-managed Database on ECS ECS instance SG-DTS-GROUP-****Self-managed Database on ECS: DTS creates a security group named
SG-DTS-GROUP-xxxxand applies it to your ECS instance. For cluster databases (such as Kafka, Redis, or Doris) spanning multiple ECS instances, DTS only configures the security group for the first node. Manually add the remaining instances to theSG-DTS-GROUP-xxxxsecurity group.
Public IP address
Add the DTS server IP address ranges for both the source and destination database regions to your database instance's security settings.
From the Appendix: DTS server IP address ranges table, find the public IP address ranges for the region identified in Step 2.
Add the retrieved IP address ranges to your database server's firewall or your cloud provider's security group policy. Open only the database service port (for example, port 3306 for MySQL, or port 5432 for PostgreSQL).
Security recommendations:
Open only the necessary database ports for DTS IP ranges. Do not open
0.0.0.0/0.Use a dedicated database account with least-privilege access and a strong password for DTS.
Enable and enforce SSL encryption for database connections.
Express Connect circuit / VPN Gateway / Smart Access Gateway / Cloud Enterprise Network (CEN)
These connection types use Alibaba Cloud internal CIDR blocks (subnets of 100.64.0.0/10) for DTS-to-database communication.
From the Appendix: DTS server IP address ranges table, find the Express Connect, VPN Gateway, or Smart Access Gateway IP address ranges for the region identified in Step 2.
Configure your routing and firewall:
Cloud Enterprise Network (CEN): In your CEN instance, add the retrieved DTS private IP address ranges as cloud services.
Express Connect, VPN Gateway, or Smart Access Gateway: Add the retrieved DTS private IP address ranges to the Local CIDR Block in your IPsec connection.
On-premises database: On your on-premises firewall, add a rule to allow traffic from the DTS private IP address ranges to your database.
After adding IP addresses, check your database's configuration to make sure no settings block DTS access. Common parameters that can restrict access:
MySQL: bind-addressPostgreSQL: listen_addressesMongoDB: bindIpKafka:listenersandadvertised.listeners
Redis: bindWhat's next
For security, remove the DTS IP address ranges from your database's IP whitelist or security group after your DTS task is released. Delete whitelists automatically created by DTS (such as rdsdts) or security groups (such as SG-DTS-GROUP-xxxx) directly.
FAQ
Which port should I open for DTS server IP addresses?
Open the port your database uses to accept connections. MySQL uses port 3306 by default; PostgreSQL uses port 5432.
Why does the public IP address connection type require adding IP addresses for both source and destination regions?
This applies only to data synchronization tasks. Synchronization requires worker nodes on both the source and destination sides to perform bidirectional heartbeats and data comparisons—ensuring data consistency and link stability. Other task types (migration, change tracking) follow a single-region rule.
What should I do with these IP whitelists after my DTS task ends?
Remove the corresponding DTS IP address ranges from your database's IP whitelist or security group. Delete whitelists automatically created by DTS (such as rdsdts) or security groups (such as SG-DTS-GROUP-xxxx) directly.
Appendix: DTS server IP address ranges
For Cloud Enterprise Network (CEN) and Express Connect, VPN Gateway, or Smart Access Gateway connections, DTS uses Alibaba Cloud internal CIDR blocks (subnets of 100.64.0.0/10).If you do not update your database's IP whitelist when DTS adds new servers, DTS may fail to connect.
The Chinese mainland
China (Hangzhou)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-hangzhou | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.52.0/24,100.104.61.128/26,100.104.244.64/26,100.104.216.192/26,100.104.85.0/26,100.104.221.128/26,100.104.2.0/26,100.104.251.192/26,100.104.159.64/26,100.104.216.128/26,100.104.148.192/26,100.104.239.64/26,100.104.114.0/26,100.104.0.192/26,100.104.201.192/26,100.104.228.0/26,100.104.41.0/26,100.104.203.128/26,100.104.145.128/26,100.104.105.64/26,100.104.91.0/26,100.104.134.128/26,100.104.96.128/26,100.104.74.128/26,100.104.225.128/26,100.104.198.0/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,112.124.239.0/26 |
China (Shanghai)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-shanghai | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.205.0/24,100.104.226.128/26,100.104.149.64/26,100.104.241.128/26,100.104.177.128/26,100.104.203.192/26,100.104.113.0/26,100.104.187.0/26,100.104.17.0/26,100.104.33.192/26,100.104.3.192/26,100.104.107.0/26,100.104.29.192/26,100.104.187.192/26,100.104.177.64/26,100.104.93.128/26,100.104.174.64/26,100.104.160.0/26,100.104.147.128/26,100.104.247.192/26,100.104.225.192/26,100.104.158.128/26,100.104.35.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,59.82.32.64/26,117.185.224.192/26,59.82.32.192/26,106.11.224.64/26,112.65.93.64/26,59.82.32.128/26,106.11.224.192/26,59.82.32.0/26,117.185.224.64/26,47.103.166.192/26,8.128.64.64/26,47.101.109.64/26,47.101.109.192/26,8.128.66.128/26,8.128.64.128/26,117.185.224.0/26,47.103.170.0/26,106.11.224.0/26,8.128.64.0/26,8.128.64.192/26,8.128.66.192/26,101.91.141.64/26,101.91.141.128/26,47.101.109.0/26,106.11.224.128/26,112.65.93.0/26,8.128.66.64/26,47.103.166.128/26,112.65.93.128/26,101.91.141.0/26,47.101.109.128/26,47.103.166.64/26,140.206.221.64/26,8.128.66.0/26,117.185.224.128/26,101.91.139.192/26,101.133.205.192/26 |
China (Qingdao)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-qingdao | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.72.0/24,100.104.35.192/26,100.104.12.0/26,100.104.111.0/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.78.128/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 203.119.185.0/24,140.205.47.0/24,110.76.8.64/26,203.119.146.128/26,203.209.225.192/26,140.205.41.192/26,110.75.157.192/26,203.119.147.0/24,110.75.186.0/26,203.209.247.192/26,203.119.240.0/26,203.119.182.192/26,110.75.134.192/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,203.119.184.0/24,110.75.130.192/26,203.119.191.64/26,140.205.41.64/26,110.75.190.0/26,8.149.144.0/24,140.205.197.0/26,203.209.247.128/26,203.119.187.0/24,110.75.235.0/24,110.75.186.64/26,118.190.207.25,110.76.9.0/24,106.11.76.64/26,203.119.146.192/26,115.28.200.55,110.75.230.0/24,203.119.188.0/24,140.205.196.0/24,59.82.47.0/26,47.102.181.128/26,203.119.149.0/24,59.82.46.128/26,203.119.191.128/26,110.76.0.0/24,106.11.185.0/24,106.11.76.0/26,115.28.216.250,203.119.151.0/24,47.102.234.0/26,203.119.190.0/24,47.102.234.64/26,59.82.46.192/26,110.75.130.128/26,110.75.134.128/26,203.119.150.0/24,110.76.8.0/26,120.27.53.203,110.75.190.64/26,110.75.143.0/26,110.76.2.0/24,8.139.112.64/26,106.11.40.64/26,8.139.112.128/26,203.119.189.0/24,118.190.207.194,8.139.99.192/26,203.119.186.0/24,8.139.112.0/26,106.11.184.0/24,120.27.72.0/24,203.119.183.0/24,106.11.73.128/26,203.119.191.0/26,110.76.11.0/24,59.82.46.64/26,47.102.181.192/26,39.98.96.0/24,203.119.148.0/24,110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.75.235.128/26,110.75.230.64/26,110.76.9.128/26,140.205.47.128/26,110.76.9.64/26,140.205.196.128/26,110.76.2.64/26,110.76.11.64/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.76.9.192/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,110.76.0.0/26,110.76.0.64/26,110.75.235.64/26,140.205.196.64/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,140.205.196.192/26,110.75.235.192/26,110.76.2.0/26,110.76.2.192/26,120.27.72.192/26,120.27.72.128/26,120.27.72.0/26,120.27.72.64/26 |
China (Beijing)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-beijing | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.11.64/26,100.104.128.192/26,100.104.143.0/26,100.104.183.0/24,100.104.200.64/26,100.104.201.0/26,100.104.213.64/26,100.104.227.192/26,100.104.232.128/26,100.104.236.128/26,100.104.247.64/26,100.104.84.128/26,100.104.237.64/26,100.104.6.0/26,100.104.9.128/26,100.104.230.64/26,100.104.157.64/26,100.104.104.64/26,100.104.218.64/26,100.104.59.0/26,100.104.93.64/26,100.104.79.0/26,100.104.235.128/26,100.104.17.128/26,100.104.141.64/26,100.104.251.0/26,100.104.200.128/26,100.104.9.0/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,39.156.175.0/26,112.126.111.128/26,39.107.7.64/26,39.107.7.0/26,182.92.137.64/26,49.7.153.192/26,49.7.152.192/26,182.92.137.128/26,49.7.152.0/26,112.126.112.0/26,39.107.223.192/26,49.7.152.64/26,114.250.62.192/26,111.206.225.128/26,114.250.54.64/26,49.7.152.128/26,112.126.112.64/26,49.7.153.128/26,111.13.119.192/26,111.206.225.64/26,39.107.223.128/26,114.250.54.0/26,114.250.62.128/26,182.92.17.192/26,114.250.62.0/26,111.13.22.64/26,111.13.246.192/26,49.7.153.0/26,182.92.32.192/26,39.156.175.128/26,182.92.137.0/26,49.7.153.64/26,39.107.223.0/26,39.156.175.64/26,182.92.17.128/26,101.200.20.0/26,182.92.137.192/26,112.126.111.192/26,39.156.175.192/26,114.250.62.64/26,111.13.119.128/26,39.107.223.64/26,182.92.32.128/26,101.200.116.192/26,47.95.35.136,39.102.181.128/26,8.131.132.0/26 |
China (Zhangjiakou)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-zhangjiakou | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.144.128/26,100.104.175.0/24,100.104.180.192/26,100.104.249.0/26,100.104.32.64/26,100.104.52.0/26,100.104.84.128/26,100.104.133.128/26,100.104.211.192/26,100.104.196.192/26,100.104.13.128/26,100.104.75.64/26,100.104.174.192/26,100.104.195.64/26,100.104.106.128/26,100.104.76.64/26,100.104.18.128/26,100.104.237.128/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,39.101.252.128/26 |
China (Hohhot)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-huhehaote | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.72.0/24,100.104.145.64/26,100.104.132.64/26,100.104.177.192/26,100.104.12.0/26,100.104.37.128/26,100.104.218.128/26,100.104.250.0/26,100.104.122.128/26,100.104.158.192/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 39.102.199.64/26,39.104.72.87,39.104.78.173,39.104.62.152,39.99.77.64/26,39.102.199.128/26,39.104.199.192/26,39.104.79.122,39.102.224.0/26,39.99.77.0/26,39.104.220.0/24,39.104.86.0,39.102.199.192/26,39.99.77.128/26 |
China (Ulanqab)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-wulanchabu | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.182.128/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.78.128/26,100.104.205.192/26,100.104.152.128/26,100.104.199.192/26,100.104.120.0/26,100.104.37.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 140.205.47.0/24,8.130.69.168,110.76.8.64/26,203.209.225.192/26,140.205.41.192/26,39.101.5.0/26,110.75.157.192/26,110.75.186.0/26,203.209.247.192/26,110.75.134.192/26,8.130.69.173,39.101.0.192/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,140.205.41.64/26,110.75.190.0/26,8.149.144.0/24,140.205.197.0/26,203.209.247.128/26,110.75.235.0/24,110.75.186.64/26,110.76.9.0/24,106.11.76.64/26,110.75.230.0/24,59.82.126.0/24,8.130.121.252,39.101.7.0/24,140.205.196.0/24,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/24,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,121.89.103.128/26,110.75.143.0/26,110.76.2.0/24,8.139.112.64/26,8.139.112.128/26,8.139.99.192/26,121.89.103.192/26,8.139.112.0/26,39.101.0.64/26,39.101.0.128/26,121.89.103.64/26,106.11.73.128/26,121.89.104.0/26,110.76.11.0/24,59.82.46.64/26,47.102.181.192/26,8.130.48.34,8.130.122.110,110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.75.235.128/26,110.75.230.64/26,110.76.9.128/26,140.205.47.128/26,110.76.9.64/26,140.205.196.128/26,110.76.2.64/26,110.76.11.64/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.76.9.192/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,110.76.0.0/26,110.76.0.64/26,110.75.235.64/26,140.205.196.64/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,140.205.196.192/26,110.75.235.192/26,110.76.2.0/26,110.76.2.192/26 |
China (Shenzhen)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-shenzhen | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.75.64/26,100.104.235.192/26,100.104.205.0/24,100.104.41.64/26,100.104.171.128/26,100.104.161.192/26,100.104.172.192/26,100.104.168.0/26,100.104.160.128/26,100.104.179.128/26,100.104.98.192/26,100.104.168.128/26,100.104.247.64/26,100.104.17.64/26,100.104.87.0/26,100.104.105.128/26,100.104.114.192/26,100.104.213.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,120.24.136.0/26,119.23.166.64/26,8.129.151.192/26,47.121.45.0/26,47.112.83.192/26,47.106.63.192/26,47.112.84.64/26,8.129.151.0/26,47.112.84.0/26,47.106.63.0/26,8.129.151.128/26,47.106.63.64/26,47.112.84.128/26,47.120.229.128/26,8.129.151.64/26,47.106.63.128/26,47.113.76.192/26 |
China (Heyuan)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-heyuan | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.147.192/26,100.104.76.192/26,100.104.246.192/26,100.104.106.192/26,100.104.210.128/26,100.104.48.128/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,47.113.157.64/26,47.113.157.192/26,47.113.157.128/26,47.113.158.0/26 |
China (Guangzhou)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-guangzhou | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.132.64/26,100.104.240.128/26,100.104.122.128/26,100.104.233.0/26,100.104.166.64/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.11.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,8.134.0.64/26,8.134.0.128/26,8.134.0.192/26,8.134.5.0/26,8.134.79.141,8.134.79.143 |
China Central 1 (Wuhan)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-wuhan-lr | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.182.128/26,100.104.127.0/26,100.104.48.128/26,100.104.69.0/26,100.104.87.192/26,100.104.145.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,8.148.11.160,8.148.12.15,8.148.11.99,8.148.10.43,8.148.10.61 |
China (Chengdu)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-chengdu | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.76.192/26,100.104.145.64/26,100.104.235.192/26,100.104.127.0/26,100.104.166.64/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.149.128/26,100.104.177.0/26,100.104.120.192/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,47.108.45.192/26,8.137.26.64/26,47.108.47.0/26,8.137.29.0/26,47.108.47.64/26,8.137.26.128/26,47.108.45.128/26,8.137.26.192/26,47.109.5.0/26,8.128.98.128/26,8.128.97.192/26,8.128.97.128/26,8.128.97.64/26,47.108.32.128/26,8.128.98.64/26,47.108.32.0/26,8.128.98.192/26,8.128.98.0/26,47.108.32.192/26,8.128.97.0/26,47.108.33.0/26 |
Other regions
China (Hong Kong)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| cn-hongkong | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.233.0/24,100.104.177.192/26,100.104.158.192/26,100.104.180.192/26,100.104.120.0/26,100.104.2.64/26,100.104.242.64/26,100.104.187.64/26,100.104.169.0/26,100.104.37.0/26,100.104.6.128/26,100.104.142.192/26,100.104.144.128/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 140.205.47.0/24,110.76.8.64/26,47.240.180.192/26,203.209.225.192/26,140.205.41.192/26,110.75.157.192/26,110.75.186.0/26,203.209.247.192/26,110.75.134.192/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,47.240.211.0/26,110.75.130.192/26,140.205.41.64/26,110.75.190.0/26,8.149.144.0/24,47.90.37.175,140.205.197.0/26,203.209.247.128/26,110.75.235.0/24,110.75.186.64/26,110.76.9.0/24,106.11.76.64/26,110.75.230.0/24,47.240.210.192/26,140.205.196.0/24,59.82.47.0/26,47.243.0.32/28,47.102.181.128/26,59.82.46.128/26,110.76.0.0/24,106.11.76.0/26,47.89.39.119,47.102.234.0/26,47.90.38.29,47.102.234.64/26,59.82.46.192/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,110.76.2.0/24,8.139.112.64/26,8.139.112.128/26,47.240.195.0/26,8.139.99.192/26,8.139.112.0/26,47.240.195.128/26,106.11.73.128/26,110.76.11.0/24,59.82.46.64/26,47.102.181.192/26,47.90.24.64/26,47.240.195.64/26,47.240.210.64/26,47.240.210.128/26,110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.75.235.128/26,110.75.230.64/26,110.76.9.128/26,140.205.47.128/26,110.76.9.64/26,140.205.196.128/26,110.76.2.64/26,110.76.11.64/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.76.9.192/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,110.76.0.0/26,110.76.0.64/26,110.75.235.64/26,140.205.196.64/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,140.205.196.192/26,110.75.235.192/26,110.76.2.0/26,110.76.2.192/26 |
Singapore
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| ap-southeast-1 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.188.0/24,100.104.207.128/26,100.104.12.0/26,100.104.179.64/26,100.104.41.64/26,100.104.59.64/26,100.104.91.64/26,100.104.111.64/26,100.104.44.0/26,100.104.238.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 161.117.146.192/26,161.117.164.64/26,161.117.164.0/26,161.117.172.0/28,161.117.146.128/26,47.102.181.128/26,47.102.181.192/26,47.102.234.64/26,47.102.234.0/26,8.139.112.64/26,8.139.112.0/26,8.139.112.128/26,8.139.99.192/26,47.89.72.128/26,47.89.73.128/26,47.89.73.192/26,47.89.75.192/26,47.89.88.64/26,47.89.90.64/26,47.246.74.192/26,47.246.107.0/26,47.89.88.0/26,47.89.90.0/26,47.246.108.64/26,47.246.164.64/26,47.89.88.128/26,47.246.73.64/26,47.246.74.0/26,47.246.175.192/26,110.76.0.128/26,47.88.233.192/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,47.88.233.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,47.74.206.0/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,47.88.233.0/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,47.74.206.192/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,140.205.196.64/26,47.74.206.128/26,140.205.47.192/26,110.75.230.128/26,47.74.206.64/26,110.76.0.192/26,106.11.73.128/26,47.88.233.64/26,140.205.196.192/26,110.75.235.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26 |
Malaysia (Kuala Lumpur)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| ap-southeast-3 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.5.0/24,100.104.36.0/26,100.104.234.192/26,100.104.76.192/26,100.104.69.0/26,100.104.87.192/26,100.104.158.192/26,100.104.250.0/26,100.104.62.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 47.250.30.0/24,47.250.34.128/28,47.250.29.0/24,47.87.205.0/26,47.250.30.128/26,47.250.30.0/26,47.250.30.64/26,47.250.29.64/26,47.87.205.192/26,47.87.205.128/26,47.250.30.192/26,47.250.29.192/26,47.250.29.0/26,47.87.205.64/26,47.250.29.128/26,47.87.206.192/26,47.87.206.64/26,47.87.206.128/26,47.87.206.0/26 |
Indonesia (Jakarta)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| ap-southeast-5 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.175.0/24,100.104.35.192/26,100.104.235.192/26,100.104.12.0/26,100.104.111.0/26,100.104.158.192/26,100.104.37.128/26,100.104.218.128/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 8.215.147.0/28,147.139.132.101,149.129.230.192/26,147.139.156.64/26,147.139.165.206,147.139.133.46,147.139.179.168,147.139.156.0/26,147.139.156.128/26 |
Philippines (Manila)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| ap-southeast-6 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.153.64/26,100.104.76.192/26,100.104.246.192/26,100.104.158.192/26,100.104.37.128/26,100.104.218.128/26,100.104.250.0/26,100.104.199.192/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 8.212.137.0/26,8.212.136.192/26,8.212.136.128/26,8.212.136.64/26 |
Thailand (Bangkok)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| ap-southeast-7 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.150.192/26,100.104.75.64/26,100.104.132.64/26,100.104.177.192/26,100.104.12.0/26,100.104.180.192/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 8.213.163.0/26,8.213.162.64/26,8.213.162.128/26,8.213.162.192/26,47.81.23.64/26,47.81.23.128/25 |
Japan (Tokyo)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| ap-northeast-1 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.112.0/24,100.104.117.192/26,100.104.12.0/26,100.104.166.64/26,100.104.179.64/26,100.104.108.128/26,100.104.100.128/26,100.104.136.192/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 47.91.0.128/26,47.245.51.0/24,47.245.18.192/26,47.245.18.128/26,47.91.0.192/26,8.209.192.160/28,47.245.51.64/26,47.245.51.0/26,47.87.192.64/26,47.245.51.192/26,47.87.192.192/26,47.245.51.128/26,47.87.192.0/26,47.87.192.128/26 |
US (Silicon Valley)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| us-west-1 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.175.0/24,100.104.48.128/26,100.104.166.64/26,100.104.108.128/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.242.64/26,100.104.57.192/26,100.104.11.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 140.205.47.0/24,110.76.8.64/26,203.209.225.192/26,140.205.41.192/26,110.75.157.192/26,110.75.186.0/26,203.209.247.192/26,47.88.98.0/24,110.75.134.192/26,203.119.159.192/26,47.88.15.174,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,47.252.71.192/26,140.205.41.64/26,110.75.190.0/26,8.149.144.0/24,140.205.197.0/26,203.209.247.128/26,110.75.235.0/24,47.252.90.64/26,110.75.186.64/26,110.76.9.0/24,106.11.76.64/26,47.88.6.196,110.75.230.0/24,140.205.196.0/24,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/24,106.11.76.0/26,47.88.10.217,47.102.234.0/26,47.252.71.128/26,47.102.234.64/26,59.82.46.192/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,110.76.2.0/24,47.88.1.17,8.139.112.64/26,8.139.112.128/26,47.252.90.0/26,8.139.99.192/26,47.251.136.112/28,8.139.112.0/26,106.11.73.128/26,110.76.11.0/24,59.82.46.64/26,47.102.181.192/26,47.88.98.128/26,47.88.98.192/26,47.88.98.64/26,47.88.98.0/26,47.251.17.180 |
US (Virginia)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| us-east-1 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.233.0/24,100.104.240.128/26,100.104.132.64/26,100.104.177.192/26,100.104.12.0/26,100.104.111.0/26,100.104.122.128/26,100.104.87.192/26,100.104.179.64/26,100.104.41.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,47.252.91.128/26,47.88.98.128/26,47.250.29.192/26,47.252.71.192/26,47.252.90.0/26,47.252.91.192/26,47.250.29.64/26,47.88.98.192/26,47.252.90.64/26,47.252.71.128/26,47.88.98.64/26,47.250.29.0/26,47.250.29.128/26,47.252.91.0/26,47.88.98.0/26,47.252.91.64/26,47.253.64.0/28,47.87.206.192/26,47.87.206.64/26,47.87.206.128/26,47.87.206.0/26,47.90.220.124 |
Germany (Frankfurt)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| eu-central-1 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.5.0/24,100.104.193.128/26,100.104.161.64/26,100.104.89.128/26,100.104.177.0/26,100.104.224.0/26,100.104.92.128/26,100.104.62.64/26,100.104.216.192/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 8.209.86.0/26,47.254.165.128/26,47.245.155.0/28,47.254.165.64/26,47.254.165.192/26,47.254.180.0/24,110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.75.134.192/26,110.76.9.64/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,8.139.99.192/26,140.205.196.64/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,47.87.212.0/26,47.87.212.64/26,47.87.212.128/26,47.87.212.192/26 |
UK (London)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| eu-west-1 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.133.64/26,100.104.207.128/26,100.104.87.192/26,100.104.145.64/26,100.104.235.192/26,100.104.75.64/26,100.104.132.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 8.208.72.0/24,8.208.73.0/24,8.208.75.64/28,47.88.98.0/24,47.88.98.128/26,47.88.98.192/26,47.88.98.64/26,47.88.98.0/26,8.208.73.64/26,8.208.72.64/26,8.208.72.0/26,8.208.72.128/26,8.208.73.0/26,8.208.73.128/26,8.208.72.192/26,8.208.73.192/26,47.87.236.128/26,47.87.236.0/26,47.87.236.64/26,47.87.236.192/26 |
UAE (Dubai)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| me-east-1 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.205.0/24,100.104.161.0/26,100.104.53.0/26,100.104.111.128/26,100.104.248.128/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 8.209.86.0/26,47.254.165.128/26,47.254.165.64/26,47.254.165.192/26,47.87.212.0/26,47.87.212.64/26,47.87.212.128/26,47.87.212.192/26 |
South Korea (Seoul)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| ap-northeast-2 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.119.128/26,100.104.153.64/26,100.104.76.192/26,100.104.246.192/26,100.104.106.192/26,100.104.210.128/26,100.104.62.64/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 149.129.14.128/26,149.129.13.64/26,149.129.14.192/26,149.129.13.0/26 |
SAU (Riyadh - Partner Region)
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| me-central-1 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.106.192/26,100.104.145.64/26,100.104.210.128/26,100.104.48.128/26,100.104.69.0/26,100.104.76.192/26,100.104.87.192/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 8.213.0.192/26,8.213.5.0/26,8.213.16.59,8.213.16.111,8.213.16.123,8.213.16.17,8.213.16.91,8.213.5.64/26,8.213.6.0/24,8.213.0.128/26,8.213.6.64/26,8.213.6.192/26,8.213.6.0/26,8.213.6.128/26 |
Mexico
| Region ID | Database connection type | IP address ranges |
|---|---|---|
| na-south-1 | Express Connect, VPN Gateway, or Smart Access Gateway | 100.104.35.192/26 |
| Cloud Enterprise Network (CEN) | (same as above) | |
| Public IP Address | 47.246.169.0/26,47.87.0.64/26,47.89.89.64/26,47.246.171.0/26,47.87.196.128/26,47.246.170.128/26,47.246.168.64/26,47.89.75.0/26,47.87.1.0/26,47.89.89.192/26,47.87.196.0/26,47.246.170.64/26,47.89.74.192/26,47.235.1.64/26,47.89.75.64/26,47.87.196.64/26,47.87.196.192/26,47.87.0.192/26,47.246.170.192/26,47.246.169.128/26,47.246.168.0/26,47.89.89.128/26,47.235.1.128/26,47.89.74.128/26,47.246.168.192/26,47.246.169.192/26,47.87.0.128/26,47.235.0.192/26,47.246.171.64/26,47.246.164.192/26,47.246.169.64/26,47.235.1.192/26 |
Related APIs
| API | Description |
|---|---|
| Query DTS server IP addresses | Query the IP addresses of DTS servers. |