Good day everyone
I hope this post finds everyone well.
I need some assistance with a routing problem I am experiencing while setting up an IPsec vpn.
Let me first mention that we did try to make use of GCP cloud vpn, however the client's devices did not support some of the algorithms required by GCP so we were forced to move this to a linux instance.
We created a linux instance, using strongswan and got the vpn up and running.
Usually we then add routes to the routing table to force the endpoints to be routed via the vpn gateway that was created, however, in this case it turns out that the client is making use of internal ip range 10.132.0.0/24 which is also an ip range for VPC. This results in us not being able to add the routes via the console.
We attempted to add static routes on Linux level, directly on the server, but this is also proving a challenge as it is not allowing me to add the gateway server as the next hop.
Is there anyone that can possibly provide me with some advice on how to get this routing resolved as the ipsec connection is required for a DR site we need to setup.
Any help would be greatly appreciated.