I’m trying to catch and log the ICMP packets between 2 GCE instances. To do this I enabled logging for the default-allow-icmp
rule:
- Priority: 65534
- Direction: Ingress
- Action on match: Allow
- Source filters IP ranges: 0.0.0.0/0
- Protocols and ports: icmp
Even though the ping works, I can’t see any logs in the Hit count
section. I’ve also created a Connectivity Test and it says that the mentioned default-allow-icmp
rule is applied.
Any thoughts why there are no logs for this FW rule?