Environment
- R82 Management High Availability (Management-HA)
- Two geographically separated offices: Office A and Office B
Topology

Issue description
Log forwarding works correctly when traffic stays local:
- GW-A → Mgmt-A: OK
- GW-B → Mgmt-B: OK
However, as soon as a gateway sends logs to the management server in the other site, an address spoofing error for FW_Log is triggered:
- GW-A → Mgmt-B: Spoofing error
- GW-B → Mgmt-A: Spoofing error
The root cause appears to be that each gateway uses the same source IP regardless of which log server it targets. When the log packet traverses the inter-site link and arrives at the remote gateway, the source IP belongs to the wrong network segment, causing the receiving gateway to flag it as spoofed.
What I have tried / investigated
$FWDIR/conf/masters — this file controls which log servers a gateway forwards to (the destination), but it does not provide a way to specify which source IP the gateway should use when initiating the log connection.
- We would prefer to avoid NAT if at all possible.
Question
Is there a supported method in R82 to control the source IP a gateway uses when sending logs to a specific log server?
For example, GW-A has multiple interfaces. When it sends logs to Mgmt-B across the WAN, is there a way to tell it to use a specific interface IP as the source — similar to how you can pin a source interface for other connections?
Any pointers to sk articles, CLI parameters, or configuration files would be greatly appreciated.