Hello,
I am currently setting up an HA firewall cluster in the GCP. Now the idea was to use an internal passthrough network load balancer with an L3_DEFAULT forwarding rule for failover, as we want ICMP traffic to go through the firewall. Basically, we would like to use an L3_DEFAULT internal forwarding rule in the second step of the setup described at https://docs.fortinet.com/document/fortigate-public-cloud/7.4.0/gcp-administration-guide/194181/creating-the-internal-lb-and-custom-route.
Now https://cloud.google.com/load-balancing/docs/internal/ilb-next-hop-overview states that a “load balancer whose forwarding rule uses the L3_DEFAULT protocol cannot be the next hop for a static route”. However, we would like to peer the VPC which the internal interface of our firewall is in with another VPC. Is there some workaround to make this work with an internal LB supporting all L3 protocols and not only TCP and UDP?
Thanks a lot in advance.