All Questions
Tagged with static-ip-address google-compute-engine
10 questions
0
votes
1
answer
63
views
After Start Compute VM Instance in GCP my VM external IP and SSH doesn't accessible
In Google Cloud Platform ( gcp ) I have some Compute VM where host my website. I need to stop some VM temporary. After passed some hour, I need to start VM again. My Compute VM has been started but My ...
0
votes
2
answers
592
views
Reference ephemeral external IP address in startup script for compute engine
Is there a special variable that references the assigned ephemeral external IP address so I can define it in the startup script?
-1
votes
1
answer
157
views
Why does Google Cloud Compute Engine IP differ from the static one I have reserved?
I have set a static IP address for my Google Cloud Compute Engine. When I go to the network details of the engine, it tells it is 34.88.xx.xx
However - when I now run a test python script in the cloud ...
0
votes
0
answers
168
views
How to add a Google static IP address to Linux and make it work with docker
I've purchased a static IP address from Google Cloud. The problem is, I don't know how to properly add it to netplan. I've tried multiple different things, but none seem to work. Well, I am able to ...
1
vote
1
answer
635
views
how to attach a static IP address programmatically (Python) in Google Cloud Platform
I am trying to programatically(Python) create a virtual machine with a static IP address that I have.
My code is based on https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/compute/...
0
votes
2
answers
94
views
Europe-West2 VPS have US IP
I am using Google Compute Engine and setup instance in the Europe-West2 region but I just noticed that the IP my machine gets is of US and it has lead to some issues.
I really need to have a static ...
3
votes
1
answer
4k
views
How to setup a STATIC IP ADDRESS while using Google App Engine
I have an application running on Google Cloud's App Engine(flexible environment).
An external API that deals with finances requires us to have a static external IP address so that we may interact. I ...
0
votes
1
answer
162
views
GCE managed group (autoscaling) - Proxy/Load Balancer for both HTTP(S) and TCP requests
I have an autoscaling istance group, i need to setup a Proxy/Load balancer that take request and send it to the istance group.
I thinked to use a Load balancer, but I need to grab both HTTP(S) and ...
2
votes
1
answer
1k
views
Django can't assign to ip address on google compute engine
I might be asking a dumb question but I have been stuck on this for a quite some time now. I am running a Linux VM instance on google compute engine and installed Django in it. I have reserved a ...
1
vote
0
answers
524
views
google compute engine with static ip address
I've just changed my compute engine instance to have a static ip.
before changing it I could perform the following command and in cases of erros see the problem: http://<static_ip_address>:<...