Skip to main content

Connect private networks of accounts via a global router

If your infrastructure is located in different accounts, you can connect the private networks of these accounts. A global router is used for this connection.

How it works

To connect private networks, each account must have a global router. The private subnets that need to be accessed from another account are connected to the global routers. After the connection, the subnets on the routers will be in the same address space, so their addressing must not overlap: the IP addresses of each subnet must not match the IP addresses of other subnets.

We connect global routers and their routing tables upon request. Once connected, you can route traffic between all subnets that are connected to the combined routers.

Connection example

You need to connect private networks in two accounts:

  • in account 1, a private subnet 192.168.0.0/24 is connected to the global router. The IP address 192.168.0.2 is assigned to a dedicated server, and the IP address 192.168.0.1 is assigned as a gateway to the global router;
  • in account 2, a private subnet 172.16.0.0/24 is connected to the global router. The IP address 172.16.0.2 is assigned to a cloud server, and the IP address 172.16.0.1 is assigned as a gateway to the global router;
  • global routers in the accounts are connected.

For servers to be able to exchange traffic, you need to:

  • connect the global routers;

  • configure routes:

    • on the dedicated server — to the cloud server 172.16.0.2 through gateway 192.168.0.1;
    • on the cloud server — to the dedicated server 192.168.0.2 through gateway 172.16.0.1.

Пример объединения серверов in разных аккаунтах

Connect private networks of accounts

  1. Make sure that each of the accounts whose private networks you want to connect has a global router. You can view the list of routers in the Control Panel: in the top menu, click ProductsGlobal Router. If there is no global router in the account, or if you want to use a new one, create a global router.

  2. Make sure that the private subnets you need to access from another account are connected to the global routers. You can view the list of subnets in the Control Panel: in the top menu, click ProductsGlobal Router → router page → Networks tab. If necessary, connect networks and subnets to the global routers.

    Subnets on the connected routers must not overlap: the IP addresses of each subnet must not match the IP addresses of other subnets.

  3. From each of the accounts, create a support ticket. In the ticket, specify:

    • account numbers whose private networks need to be connected. You can view the account number in the Control Panel in the top-right corner;
    • IDs of the global routers that will be used for connection. You can copy the router ID in the Control Panel: in the top menu click ProductsGlobal Router → global router page → copy the ID below the router name.
  4. Wait for a response in the ticket confirming that the global routers are connected. In the Control Panel in the Global Router section, the connected global router will have the Other account.

  5. To set up connectivity between devices located in the private subnets of the connected routers, configure static routes on the devices. You do not need to configure routes on the global routers.