Hi guys i wonder how i should set masquerade when i want to use 2 WAN connections (without load balancing).
Should it look like:
chain=srcnat action=masquerade out-interface=ether1-gateway log=no log-prefix=""
chain=srcnat action=masquerade out-interface=ether2- gateway 2 log=no log-prefix=""
or
chain=srcnat action=masquerade log=no log-prefix=""
?
Thank You