Thanks for the feedback. We want to avoid saturating the WAN circuits. The design aims to break out guest and certain trusted partners, like O365, traffic locally.
The challenge arises when both types of traffic leave the local site: their source IPs appear the same. When partners whitelist these IPs, not only the trusted traffic is allowed, but guest traffic is inadvertently included as well.
Currently, 1-to-1 NAT is possible, but our goal is Many-to-1 NAT. This would allow us to assign a separate public source IP to guest traffic, ensuring proper segregation and correct whitelisting.