GuidesData Sync

Data Sync Network Configuration

This article outlines the configuration scheme for network connections among data sources in data synchronization jobs.

Connection Solutions

Tacnode provides two networking solutions for connecting to the data sources of synchronization jobs:

  • Directly connect to the public network: This is the quickest and simplest method for accessing the data source. Ensure the data source is secure when establishing this direct connection. To allow Tacnode to retrieve data from your source and deliver it to your destination, whitelist the following IPs in the firewall based on the Tacnode deployment region:
Cloud VendorRegionPublic IP
AWSaws-oregon54.188.106.226
  • Tunnel Connection (VPC Network): For network connectivity to user data sources within a VPC network, Data Synchronization offers a Private Link and Socks5 proxy forwarding. Set up the Socks5 proxy, CLB/NLB, and endpoint services to enable the connection.

Steps to Configure Tunnel Connections in AWS

To set up a tunnel in the AWS VPC network, follow these steps:

  • Step 1: Set up ECS and Socks5 proxy.
  • Step 2: Obtain the CLB load balancing product and configure the listening port with the backend server.
  • Step 3: Establish a terminal node service.
  • Step 4: Set up an IP whitelist for the data source.
  • Step 5: Set up the tunnel.
  • Step 6. Authorize the endpoint service.
  • Step 7. Set up data import job through tunnel.

On this page