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/24is connected to the global router. The IP address192.168.0.2is assigned to a dedicated server, and the IP address192.168.0.1is assigned as a gateway to the global router; - in account 2, a private subnet
172.16.0.0/24is connected to the global router. The IP address172.16.0.2is assigned to a cloud server, and the IP address172.16.0.1is 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.2through gateway192.168.0.1; - on the cloud server — to the dedicated server
192.168.0.2through gateway172.16.0.1.
- on the dedicated server — to the cloud server

Connect private networks of accounts
-
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 Products → Global Router. If there is no global router in the account, or if you want to use a new one, create a global router.
-
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 Products → Global 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.
-
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 Products → Global Router → global router page → copy the ID below the router name.
-
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.
-
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.