I‘m trying to connect to services hosted on Google Cloud, e.g. gcr.io (which is very important to me as my Docker images are hosted over there) via a GCE instance. Using an external static IP address this is not possible. However, using a "normal" external IP address, everything works perfectly fine.
I configured my own VCP network with a subnet (I used the standard/ recommended CIDR configuration by GCP).
Does anyone know how to fix this?