I use the Google compute engine service and have configured a static IP for the instance.
The firewall uses the defaults open tcp:1-65535, udp:1-65535.
But use localhost can't ping to instance.
It's like a Google compute engine firewall setting issue, but I don't know how to change the settings.
ping
from your local computer to access the server? Are you able to connect to other services (say, a TCP service)? – Taj Mortongcutil --project=myproject addfirewall icmpfirewall --allowed=icmp # allow ICMP traffic
on your instance. – Taj Morton