connecting two ovpn server having same private network
Posted: Mon Jan 29, 2024 2:11 pm
I have multiple AWS accounts and they all are using default VPC so all have default subnets like below
172.31.16.0/20
172.31.0.0/20
172.31.32.0/20
172.31.16.0/20
172.31.0.0/20
172.31.32.0/20
Now from my workstation I want to connect all of them via openvpn and also want to access the instances behind those vpcs subnets but since all are using same network I have to connect to one ovpn server at a time.
Is there anyway I can manage or improve via opvonserver/client config without touching the servers on aws?
server
172.31.16.0/20
172.31.0.0/20
172.31.32.0/20
client
172.31.16.0/20
172.31.0.0/20
172.31.32.0/20
Now from my workstation I want to connect all of them via openvpn and also want to access the instances behind those vpcs subnets but since all are using same network I have to connect to one ovpn server at a time.
Is there anyway I can manage or improve via opvonserver/client config without touching the servers on aws?