Dear Community,
I'm trying to configure VPNaaS between 2 sites, both sites have one openstack subnet with 2 networks.
left side.
subnet
172.0.0.0/16 - the scope for this is just local network, it doesn't have to be routed outside. this subnet is broke into /24 subnets and assigned to differnt nodes on the network, and they are reachable with explicit routes on the router. It's basically a kubernetes pod network, and the routes are managed by openstack-cloud-controller-manager.
right side
I need connectivity between the 2 sites on both layers 192.... and 172...
With this setup the vpn connection doesn't come up.
If I create the peer cidr with only one cidr `
192.168.0.0/24` and respectively `
192.168.1.0/24` the vpn connection becomes active and works as expected for the 192... netowrks. I tried adding manually the routes for the
172.0.0.0/16 on one side and
172.1.0.0/16 o the other side with to the same gateway `169.254.0.2` but it doesn't work.
I'm wondering how could I configure the VPN to have both networks routed 192... and 172...
Appreciating any input on the topic.
Cheers,
Robert