my enc domain rule is
source 87.x.x.x /255 talking to a public ip (third party) host /32
Nat rule is bi directional nat
outbound - 172.x.x..x/32 - public ip nat source original - dest nat to 87.x.x.x.x/32
inbound - public ip (third party) dest 87.x.x.x/32 dest - denat to 172.x.x.x./32
Natting works ok
my issue is that as our enc domain acl does not contain the real ip i have to add a acl to he gateway which is
source - 172.x.x.x/32 to public ip (third party) host /32
So when i initiate the traffic from my sourc ip, it uses the acl rule and not the rule on the enc domain
We have to target a public ip on their side.
Rgds,