Questions tagged [google-cloud-vpn]

69 questions
10
votes
2 answers

Google Kubernetes Engine & VPN

I am using Google Kubernetes Engine to deploy some applications that need to connect to a DB on premises. In order to do that, I have configured a VPN tunnel and created a VPC. Then, I created a GKE cluster (1 node) that is using that VPC and I can…
4
votes
1 answer

What is the GCP equivalent of AWS Client VPN Endpoint

We are moving from AWS to the GCP. I used Client VPN Endpoint in AWS to get into the VPC network in the AWS. What is the alternative in GCP which I can quickly setup and get my laptop into the VPC network? If there is no exact alternative, what's…
4
votes
1 answer

Hide GKE cluster pods IP address behind single IP address in site to site VPN use case using GCP Cloud VPN

Currently, I am developing nodejs application deployed to the GKE cluster in google cloud platform. This application will need to call 3rd Party API which is only accessible through VPN so that I have to establish a site to site VPN to the 3rd Party…
ramaadhitia
  • 303
  • 1
  • 12
3
votes
0 answers

GCP "gateway_ip and peer_ip may not be identical" but I can't select the peer IP -- it's always paired & identical to the gateway one

I've been trying to create a VPN tunnel to connect to the memorystore instance of redis inside GCP from my local machine. Upon getting to the stage where a VPN tunnel is created -- I can't proceed due to the error in the title. The issue is I can't…
SebastianG
  • 8,563
  • 8
  • 47
  • 111
3
votes
2 answers

How can I connect remote computers to my VPC?

I have an application that runs through GCP's Compute Engine on group instances. I have multiple computers on different private networks around the country and I need them to connect to my application through the VPC. They can already communicate…
2
votes
1 answer

Accessing a private GKE cluster via Cloud VPN

We have setup a GKE cluster using Terraform with private and shared networking: Network configuration: resource "google_compute_subnetwork" "int_kube02" { name = "int-kube02" region = var.region project =…
2
votes
2 answers

GCP Classic VPN requires project's default network tier to be "Premium"?

I am trying to setup a site-2-site VPN between my on-prem setup and a GCP VPC using Route-based Classic VPN option. Now whatever inputs I try give in this setup, I am consistently facing this error about default network tier of the project being…
2
votes
1 answer

Connecting an AWS EC2 to a Google Cloud SQL instance locally using VPN Gateway

I have an AWS account with an EC2 in it that I am trying to connect to a Cloud SQL Server (MySQL 5.6) inside of Google Cloud Platform. I have successfully set up a VPN between AWS and GCP and can echo a message over nc between an ec2 on AWS and a vm…
2
votes
0 answers

VPN tunnel not working between AWS and GCP

I have established VPN tunnel between AWS and GCP and tunnels(2 tunnels) as up and running. But I am unable to ping aws vm from gcp VM. I can verify that my aws routes are correctly broadcasted to GCP side by looking and routes inside route table…
1
vote
2 answers

GCP Multiple VPC networks in same region but different zone need to connect on-premise network

We have multiple VPC networks with respect to the env type, like dev/sit/e2e/pre-prod/prod etc to isolate the workload. Each VPC network having multiple subnets. The core applications are built using the GCP services like GCE, GKE, Cloud Storage,…
1
vote
1 answer

Using OpenVPN or Cloud VPN to connect to AlloyDB Instance

TLTR; - Want to connect to google Alloydb using OpenVPN A little bit more detailed: I'm trying to connect from my local to Alloydb so that we are able to perform some queries on AlloyDB but it's only reachable in a privat IP. I have it working using…
1
vote
0 answers

Is Google Cloud VPN only compatible with Compute Engine instances?

Use case: I am managing both GCP infrastructure and local infrastructure and am looking for a way for an app on Google App Engine to send data to/from a MySQL database on the local infrastructure, which is behind a VPN. I've set up and tested a…
1
vote
2 answers

with gcp vpn, can resources be accessed using interal ip addresses?

On connecting my on-prem network with GCP VPC using GCP VPN. From the on-prem network can i access the resources in GCP VPC using the internal ip address of resources. If the answer is yes, does this apply to all VPN's in general. I have searched…
samshers
  • 1
  • 6
  • 37
  • 84
1
vote
3 answers

How do I simulate a VPN connection to Google Cloud?

So I have GCP set up and Kubernetes, I have a web app (Apache OFBiz) running on pods in the GKE cluster. We have a domain that points itself to the web app, so essentially it's accessible from anywhere on the internet. Our issue is since this is a…
1
vote
1 answer

How can i make VPN Tunnel Between GCP Cloud VPN and my PC?

I'm connected to a corporate network. I want to establish a VPN Tunnel Between my PC and GCP Cloud VPN. Can someone guide me related to this that what type of VPN should I use? I mean should I use HA VPN or Static VPN or Dynamic VPN and how? or an…
Hassan
  • 101
  • 1
  • 1
  • 6
1
2 3 4 5