Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Compute Engine is not responding

My GCP server is down. It was working last day. I can see the server in VM Instances but can not connect using SSH. All the client websites are down.

Can any one help ?

like image 843
Intellex Avatar asked Jul 06 '26 06:07

Intellex


1 Answers

There is several reasons this could happen:

  • If your disk is full
  • sshd deamon isn't configured properly
  • If OS login is enabled on your instance
  • A firewall rule block port 20

Sometimes, you see some connection errors in the console, that worth to take a look.

EDIT:

I will need additional information if that still not working;

  1. Take a look to your serial console logs and tell me if you have any relevant logs that can help like a kernel panic, issue with networking, permission denied, etc

  2. Use Cloud Shell and try to connect to your VM instance with these commands:

    • gcloud compute firewall-rules create --network=default default-allow-ssh --allow tcp:22
    • gcloud compute ssh YOUR_INSTANCE_NAME --zone YOUR_ZONE -- -vvv

If you can't connect from cloud shell, try to ping your VM instance (internal IP & external IP)

  1. I highly recommend to delete your screenshots showing information about your VM instance (Firewall rules, Project name, nmap scans, etc).
like image 173
Bruno Avatar answered Jul 10 '26 00:07

Bruno



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!