Reason for this error is due to gateway couldn't determine the correct NAT translation for the first packet, it is often due to NAT port exhaustion, misconfigured Hide NAT rules, or hidden protocol issues (like GRE/SIP).
Check logs for "NAT port is not enough": Confirms port exhaustion.
Verify NAT Rules: Ensure the manual or automatic NAT rule is active, correct, and matches the packet source/destination.
Check for Hide NAT Limits: Review if many devices are sharing one IP. You may need to add more IPs to the NAT pool.
Debug Traffic: Run fw ctl zdebug + drop | grep xlate or fw ctl zdebug -m fw + drop xlate to see exact failure reason.