Hi Guys,
we have a Cluster running on R81.20 with JHF T65.
We want to separate WebEX from other traffic.
So I used the Updatable Object for allowing the Traffic to "WebEX Services".
In NAT-Rules I created a Source NAT:
internal Net --> WebEX Services NAT-IP 10.1.1.1 (hide) ---> original
Rule and NAT is working fine, BUT ....
I have configured PBR to work for Source IP.
BPR-Rule: If Source IP is 10.1.1.1 ---> Route Destination x.x.x.14
Default Route is x.x.x.254 (Loadbalancer)
So I expected, that the traffic, which has been source natted to 10.1.1.1 will use the
PBR Route for x.x.x.14 and NOT my default Route to the loadbalancer.
Unfortunately it still uses the default route!
Is the order for PBR..... first look up for PBR and than make Source NAT ???