Hello,
Actual configuration :
The things I cannot figure out are the proper "rightsourceip" and the routing I should use to have access to the SQL instance through it.
I have extensively read the documentation but it's very, very obscure for no reason so any help is appreciated.
Thanks.
Hi @Greg-Somelife ,
Welcome to Google Cloud Community!
It's critical to include the SQL instance subnet in your VPN tunnel if you're using a static routing VPN. For dynamic routing VPNs, ensure you advertise the SQL instance subnet in your BGP configuration. This is essential for proper connectivity to your SQL instance.
Finding the SQL Instance Subnet:
To find the SQL instance subnet within your VPC network, follow these steps:
Also, ensure that the Export Custom Routes option is enabled on the VPC network peering configuration. To verify this:
I hope the above information is helpful.