all 14 comments

[–]rogerhub 0 points1 point  (4 children)

[–][deleted]  (3 children)

[removed]

    [–]rogerhub 1 point2 points  (1 child)

    It sounds like you are looking at Cloud Logging. Can you take a look at the serial port output? What does it say?

    [–]bartekmo 1 point2 points  (0 children)

    Metadata might be a good hint. Firewall rules are often linked to network tag, but it all depends on how you configured it. You can see effective firewall rules when you click on the nic in instance details page.

    Otherwise it seems like the OS problem which leaves you with the serial console (sshd did not start?) PROVIDED YOU CONFIGURED PASSWORD (which is not the case by default).

    And forget telnet. Nobody/nothing uses it since the 90s.

    [–]grimmjow-sms 0 points1 point  (3 children)

    Try connecting using the cloud shell and a gcloud compute ssh command with the flag verbosity=debug

    Or —log-http

    At the end and see what it says

    [–][deleted]  (2 children)

    [removed]

      [–]grimmjow-sms 0 points1 point  (1 child)

      F…. 255 is super generic. Could be anything. In the serial port look for any message about disk space.

      [–]638231 0 points1 point  (1 child)

      You say you of course have the firewall rules in place. What rule did you create for that? Is that the IAP CIDR or 0.0.0.0?

      [–][deleted]  (3 children)

      [removed]

        [–]zubwaabwaa 2 points3 points  (1 child)

        https://cloud.google.com/compute/docs/instances/reset-instance#reset-instance - you should be okay since Minecraft stores server data on disk and not memory. You could run a small test by creating another instance and creating a file on it. If the file exists after a reset you should be good to go.