Hi,
We have a couple of checkpoint fwls (R81.10) active-standby mode.
I am trying to apply a NAT rule but it is bit difficult for me to test prior to applying it.
There is a existing NAT rule as below as an example:
Rule 1: Org Source: 10.160.0.0/12, 10.0.0.0/8 Org Destination: 8.8.8.0/24 Original Service: Any
Translated source: 125.125.125.1 Translated destination: original translated service: original
My question is when we create another NO-NAT rule below Rule 1 as below, would this be picked up by Rule 2 instead of Rule 1 ?
Rule 2: Org source: 10.160.0.0/23, 10.0.0.0/8 Org Destination: 8.8.8.8 Original service: HTTP
Translated Source: original Translated Destination: original Translated service: HTTP
I have some users who need to access 8.8.8.8 in HTTP (tcp 80) over a GRE tunnel without being NAT'd by checkpoint.
If the Rule 2 is not picked, what is the criteria that checkpoint use to select the right NAT rules?
In this case, Original Sources can't be more specific because two different type of users are connected to the same network. But I can make Destination address more specific (/32 address) and specific service (tcp 80).
Thanks for your help in advance.