Hello everyone,
I have two instances in two regions that I want to connect on a private network.
I have created the private network on the two regions and also created a different subnet on each region.
GRA3 192.168.0.0/24
UK1 192.168.1.0/24
Could someone help me to connect the two subnets in Horizon or via api so that an instance A on the GRA3 subnet can communicate with an instance B on the UK1 subnet ?
Thanks.
Public Cloud - How to connect 2 private subnets in different regions
Related questions
- Can i use my own public cloud vm with floating ip as internet gatewaway for my private network?
10237
26.01.2026 08:13
- IPv6 subnet/extra IPv6 IPs on cloud instances/VPS
10151
31.01.2018 07:31
- Problem with Windows Server 2019 activation
9633
30.12.2020 04:04
- Is the Plesk License included?
9267
02.01.2018 11:56
- Ubuntu 20.04 image in OVH has been marked as DEPECRATED
8130
04.12.2020 23:28
- Automatic Block storage backup - how?
7471
06.05.2020 17:31
- Private Network shared between two or more Public Cloud projects
6926
11.03.2021 13:19
- Setup clickhouse with s3 high performance storage class (express onezone)
6667
16.10.2025 13:28
- Orders for Public Cloud project get cancelled
6069
02.07.2025 16:06
- Error has occurred creating your Public Cloud project
6024
08.10.2021 08:52
Hello I have the exact same issue.
In addition to the other things that @AbdelS has tested, I have gone a little further and seeing that the web does not allow assigning the same vlan to a network in different regions, I have searched the documentation and ended up trying a couple of openstack guides...
Ending with the private interface of each server configured with the same vlan Id:
* UK1 - ens7.23 -> 10.23.0.1/16
* GRA11 - ens7.23 -> 10.23.2.1/16
One of the things that I have noticed is that all the networks created with the web interface or with openstack by default come out as 'SHARED: FALSE', also if I try to manually create a shared network or a shared subnet I get this error:
`·Error while executing command: ForbiddenException: 403, (rule:create_network and rule:create_network:shared) is disallowed by policy·`
Any help or suggestion will be welcome by both of us...
Thank you very much for your help and your time, regards