setting up open vpn in server/client mode

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
sar009
OpenVpn Newbie
Posts: 1
Joined: Sun Oct 22, 2017 8:17 am

setting up open vpn in server/client mode

Post by sar009 » Sun Oct 22, 2017 8:40 am

I have multiple AWS VPC all with there own non-overlapping CIDR blocks. I wanted to connect to any machine in any of the VPC through OpenVPN. So in a particular VPC(let's call it common VPC) I installed OpenVPN and I was successfully able to connect to any machine in the common VPC. Now next task is to connect a machine in another VPC. For which I followed https://aws.amazon.com/articles/connect ... ances-ssl/. above tutorial creates another server in remote machine as well as in common VPC machine listening on a different port for each configuration. Is there a way wherein I can avoid creation of a server in common VPC machine and use the original one instead.

Post Reply