Reputation: 25
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.
Upvotes: 2
Views: 3203
Reputation: 4609
In cloud console networks panel's "Protocol & Ports" field, you will need to add "icmp" to make it ping-able.
for example: tcp:80,443;udp:5000-6000;icmp
Upvotes: 2