Questions tagged [google-cloud-vpn]

69 questions
0
votes
1 answer

How to make Python packages in a Artifact Registry available to Vertex AI Custom Jobs?

I started working with Vertex AI and tried to create a custom job. The requirements.txt file contains: --extra-index-url https://europe-west4-python.pkg.dev/.../europe-west4-python/simple my_package1==1.2.3 my_package2=4.5.6 In the build log I get…
0
votes
1 answer

Restrict IP-range in GKE cluster when using VPN?

We're integrating with a new partner that requires us to use VPN when communicating with them (over HTTPS). We're running all of our services in a (non-private) Google Kubernetes Engine (GKE) cluster and it's only a single pod that needs to…
Johan
  • 37,479
  • 32
  • 149
  • 237
0
votes
1 answer

Connect a GCP Cloud Function with an instance in a VPN

I have made a Static VPN connection between an instance on GCP and an instance on AWS. I can ping from the machine on GCP (10.132.0.2) to the AWS machine (10.16.191.45) and vice versa. Now I need connect from a Google Cloud Function to the AWS…
0
votes
2 answers

installing java on compute engine instance without external ip address

I am having some issues while trying to install java : "sudo apt install default-jre" on a VM instance : I realized that my VM has no external ip address as my company wont allow it. I can ping the localhost on the VM but not www.google.com fro…
0
votes
1 answer

Authenticatication issue while setting up a tunnel between GCP VPN and Cisco ASA

I am trying to setup a VPN tunnel with a client who is using the Cisco ASA router based on IKEv2 configuration, with the IPSEC Tunnel mode as 'Policy Based'. I checked the logs of the GCP VPN tunnel and I have issue with verifying the identity of…
Cloude
  • 113
  • 7
0
votes
1 answer

GCP Adding Private Service Connection IP range to master authorized network throws error

I followed this this GCP guide to be able to reach a Kubernetes Cluster private endpoint with Cloud Build jobs. I have set up everything (using Terraform). The final step in the guide is adding the (cloud build) private pool network range to the…
0
votes
1 answer

Migrating cloud VMs while maintaining internal IPs

I'm working on a migration plan in GCP where we have some VMs in a project that has its own VPC. We are setting up a Shared VPC and want to move the VMs to the new VPC. However, the system owners want to maintain the existing IPs (i.e. the VPCs…
0
votes
1 answer

Connect Google VPC to database hosted on Scaleway using Scaleway RPN

I have on my hand : an Airflow instance created using Google Composer in a VPC a postgres database on Scaleway protected by Nebula Mesh with a configurated RPN My goal is to connect Airflow with the postgres Database. My first thought was to…
0
votes
2 answers

DNS forwarding is not working in VPC which have peered from another vpc which hold all networking to access resource on VPN

I have scenario, where I will access VM on VPN, for that I have setup like two VPC which is peered and in which one host VPC A is corporate one which is using for connection to VPN. Now, when I spin up instance in VPC B, it is not able to perform…
0
votes
1 answer

GCP Add VPN Tunnels from one Peer VPN Gateway to another Peer VPN Gateway appears impossible; only the source VPN Gateway is available in Peer list

Within one project, I created two VPC networks, one in region us-central1 and one in region us-east1. Each has subnet 10.0.x.0/24. I know I could use VPC peering to connect these two subnets, however my goal is to verify I can setup a HA VPN…
LBogard
  • 1
  • 2
0
votes
0 answers

Alias subnetworks with Google Cloud IPSec VPN

My company's infrastructure is hosted on Google Cloud. We'd like to connect a network of one our clients with site-to-site (IPSec) VPN. I've setup one on Google Cloud but we have a problem. Our subnetwork (10.10.0.0/16) is overlapping with their…
0
votes
1 answer

Set source IP with Cloud NAT then route traffic over Cloud VPN?

Is it possible to set the source IP on packets originating from a Kubernetes Cluster using Cloud NAT and THEN route the traffic over a Cloud VPN? The issue I'm running into when routing traffic from the Kubernetes cluster over Cloud VPN is the…
0
votes
0 answers

Process data from on-premise SQL Server with cloud functions?

My client has his data stored on SQL Server hosted on an on-premise network. I established a VPN connection from Google to the network, but I don't know how to follow from here. My final goal is to process his data using cloud functions. Any…
0
votes
2 answers

How to connect to Google cloud VPC from on-premise machine

I have a VPC called 'subnet-1' where I have 3 VM Instances and 1 SQL Instance (Postgresql to be precise). All of them with no Public IP, just Private IP. They are in a kubernetes cluster. The requirement I have is to be able to connect to the VPC…
0
votes
2 answers

How to specify node IP for a running gke cluster

I have a running (production) GKE cluster that stays on the default VPC (10.158.0.0/20 for us). Inside the cluster, to avoid IP clash on some VPNs we choose to use the 192.168.0.0/20 and 192.168.16.0/20 for the internal pod and services. This is…