- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-10-2021 09:42 AM
Hello,
we have 2 ISPs . .
Static route with metric 10 for the 1st one and another static route with metric 20 for the second one .
We have 2 nat rules for LAN. 1st one is via ISP1 and 2nd is via ISP2.
So when we change the default route we need to reorder the NAT policies in order to have internet.
Is there a option to change default routes without changing the nat policies ?
05-11-2021 03:21 AM
if both ISPs have a different zone assigned to their interface, you should not need to change the NAT rules' order
if both need to have the same zone, make sure you set the destination interface properly in each NAT rule, that way NAT is applied not only by zone but also by interface the traffic is egressing out of
i.e.
rule1 from LAN to ISP1 dst-interface 1/1 | nat src-interface1/1DIPP
rule2 from LAN to ISP2 dst-interface 1/2 | nat src-interface1/2DIPP
05-11-2021 03:21 AM
if both ISPs have a different zone assigned to their interface, you should not need to change the NAT rules' order
if both need to have the same zone, make sure you set the destination interface properly in each NAT rule, that way NAT is applied not only by zone but also by interface the traffic is egressing out of
i.e.
rule1 from LAN to ISP1 dst-interface 1/1 | nat src-interface1/1DIPP
rule2 from LAN to ISP2 dst-interface 1/2 | nat src-interface1/2DIPP
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!