Questions tagged [google-cloud-vpn]
69 questions
1
vote
0 answers
Unable to use OpenVPN Access Server admin page on google cloud platform
I deployed the service called OpenVPN Access Server in my Google Cloud Instance and now it looks like this:
OpenVPN Access Server instance
When I try to open the url of the site address, says Your connection is not private ... It can not connect…

wildpopones
- 35
- 1
- 7
1
vote
1 answer
Compute Engine in VPC can't connect to Internet & Cloud Storage after establishing Cloud VPN
Assuming I have a custom VPC with IP ranges 10.148.0.0/20
This custom VPC has firewall rules to allow-internal so the service inside those IP ranges can communicate to each other.
After the system grows I need to connect to some on-premises network…

Chairul
- 147
- 1
- 13
1
vote
2 answers
How to access a network though peering in GCP-AWS vpn?
I have the following topology:
GCP with 2 vpcs: A and B. A is 10.0.0.0/16 and B is 10.1.0.0/16. A has peering with B, so A can access B but B can't access A.
AWS with a vpc C.
I want to make a VPN between GCP and AWS, so that from C I can access A…

Vivi
- 107
- 1
- 4
- 13
1
vote
1 answer
How do I connect a machine on the default network to a subnetwork that I have created in Google Cloud Compute?
I am trying to create a system of subnetwork within the default network in my GCP.
I have created a vpc network with subnet CIDR (10.142.x.x/28). This subnet's CIDR is within the range of the adresses for that region. i.e 10.142.0.2 to…

dusual
- 2,097
- 3
- 19
- 26
1
vote
1 answer
Google Cloud Storage - Editing VPN Tunnel on Hybrid Connectivity
On GCP Hybrid Connectivity I eventually have the need to edit the VPN tunnels specially regarding Advertised IP ranges and Local subnetworks. Is it possible to change the tunnel configuration when such a necessity arises? So far I haven't being able…

Murilo Bellatini
- 51
- 1
- 3
1
vote
1 answer
strongswan: 07[IKE] no IKE config found for , sending NO_PROPOSAL_CHOSEN
I have configured a VPN gateway and a tunnel, but its not coming up getting below error.
charon: 13[IKE] no IKE config found for 10.0.1.211...125.17.97.4, sending NO_PROPOSAL_CHOSEN

GihanS
- 445
- 2
- 5
- 15
1
vote
1 answer
Changing External IP's Geolocation of Google Compute Engine
I am creating my own VPN server. I want it to have an IP address of (say) Canada. I created an Compute Instance in the region of my choice and reserved a static IP in that region as well but when I check the external IP Geolocation it still says…

coder3101
- 3,920
- 3
- 24
- 28
1
vote
1 answer
Google Cloud VPN Tunnel: The request contains invalid arguments: "undefined". Error code: "undefined"
After creating a Google Cloud VPN Tunnel, I get the following cryptic error message:
The request contains invalid arguments: "undefined". Error code: "undefined"
Does anyone know what this error message can mean or how one would go about debugging…

speedplane
- 15,673
- 16
- 86
- 138
1
vote
0 answers
Google Compute instance is not receiving traffic from site to site vpn
I am trying to establish site to site vpn from Google cloud to my home. I am using Route based VPN option in Google cloud and I see that the connection is established from my home to Google cloud. When I ping my home network from Google compute…

NCY
- 11
- 1
1
vote
1 answer
Securing Firebase Hosting web site with a GCP VPN
I am working on a platform (www.dashboard.example.com) that has an admin site (www.admin.example.com). Each site is hosted on a different Google Firebase Hosting Project.
I want only certain people to be able to access the admin site. After some…

Artur Grigio
- 5,185
- 8
- 45
- 65
1
vote
2 answers
Can we change GCP Cloud VPN default parameters?
I am trying to set up a site-to-site IPSec tunnel with Google Cloud Platform.
The On-Prem data-centre engineers have asked if we can increase IKEv2 Phase 1 lifetime from 36,000 to 86,400 seconds.
However, it does not appear to be a setting that can…

hashb
- 113
- 7
1
vote
2 answers
How to configure "client-to-site" VPN on GCP using OpenVPN?
TLDR; I have a web app, let's call it Tools, that I want to make available online to my team but not the rest of the world.
The Tools App. The app is containerised and can be deployed to one of my Kubernetes clusters on GCP. I intend to run it on a…

langkilde
- 1,473
- 1
- 20
- 37
0
votes
0 answers
Troubleshoot packet loss over VPN connection to Google Cloud
Looking for any assistance with this. The person in our group who configured this left nearly a year ago and everything has been running fine until now.
Starting at the beginning of this week, we have been experiencing packet loss on our VPN…
0
votes
0 answers
Google cloud run egress traffic to cloud VPN
I'm tryinng to call an api that is only reachable through my VPN, i setup a VPC connector but i think my nat is redirecting it to the internet intead of the vpn, Is there any way to route the egress traffic from cloud run to my cloud VPN?
VPN…

NarAU
- 1
- 1
0
votes
0 answers
How to let GKE pods connect to local device
I am new to K8s and GKE. I have a VPC subnet 10.3.0.0/16, and I have VPN tunnel connect to local gateway, so if I create a Compute Engine on this VPC subnet, I can successfully ping to a local IP like 192.168.15.230.
But when I create a GKE cluster…