I am trying to setup an instance (landingpage2) to use custom internal ip, after instance is up, I could not ssh to public IP, I even can't ping it.
If I don't use custom internal IP for the instance, everything is working fine.
Did I miss anything?
fwissue@gcp2017-181116:~$ gcloud compute routes list | grep dmz1
default-route-4d479ca761d23b53 dmz1 10.8.0.0/24 1000
default-route-552ffd32014e8b04 dmz1 0.0.0.0/0 default-internet-gateway 1000
fwissue@gcp2017-181116:~$ gcloud compute instances list
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
landingpage2 us-east1-b n1-standard-1 10.8.0.2 35.190.156.124 RUNNING
fwissue@gcp2017-181116:~$ ping 35.190.156.124
PING 35.190.156.124 (35.190.156.124): 56 data bytes
--- 35.190.156.124 ping statistics ---
21 packets transmitted, 0 packets received, 100% packet loss