Getting "I Won't Open a Connection To" When Connecting to Ftp Server from Google Compute Engine

Google compute engine external ip

So it seems like , when you use "gcloud preview app deploy" command it deploys to google cloud compute engine where the app is runing on port 8080.

To have a static IP to you project here are the steps to take:

1) In your code , create an app.yaml file. Forward port 80 to port 8080 (where your app is listening)

    network:
forwarded_ports:
- 80:8080

2) go head and deploy you app

   gcloud preview app deploy

3) In your google console go to NETWORKING > FIREWALL RULES and add new firewall rule for tcp:80

4) Go onto EXTERNAL IP ADDRESSES and change your apps IP address to static.

You will see your site runing on the external ip adress.

Cannot access Google Cloud Compute Instance External IP

If you already verified that Google Firewall or your VM are not blocking packets, you must make sure that VNC service is configured to listen on the external IP address.

You can always use a utility like nmap outside Google project to reveal information on the port status.



Related Topics



Leave a reply



Submit