Hi Experts
We current have a manual hide NAT in place for our internet traffic that translates our internal addresses to a publicly routable address on the external interface (call it eth1) of the firewall when accessing ALL Non-RFC addresses
We now have a requirement to set up NAT for Azure Microsoft peering that uses a different outgoing interface (eth2) on the same firewall that is on a different public subnet(Routing is already setup using BGP for MS prefixes to go out via eth2)
Since the destination is this case is dynamic Microsoft domains only, I was thinking along the lines of using Domain objects in order to avoid creating (and then manage) individual network objects that represent Microsoft IP prefixes.. However domain objects can only be used in access policy rules and not in NAT rules; therefore I am looking for best possible way to achieve this
(Additionally I would like to use a pool of translated addresses and not having to use just the interface address due to limittion of 65k sessions)
Deployment: VSX on R80.10
Desired rulebase
Rule | Original Source | Original Destination | Translated Source (Example only) | Trasnlated Destination |
---|
Internet-Access | Internal-Networks | Any | 1.1.1.1 (IP on eth1 subnet) | Original |
Azure-Access | Internal-Networks | <Microsoft Domains> | 2.2.2.1 - 2.2.2.10 (IP range on eth2 subnet) | Original |