I want to create a load balancing application (including backup if one of both connection is down).
I follow the how to http://wiki.mikrotik.com/wiki/Improved_ ... e_Gateways,
but when I try to follow this step I've problems
Because I'm using PPPoE Client (from a Adsl connection) and the IP address always change. What must I put there?"NAT
/ ip firewall nat
add chain=srcnat connection-mark=odd action=src-nat to-addresses=10.111.0.2 \
to-ports=0-65535 comment="" disabled=no
add chain=srcnat connection-mark=even action=src-nat to-addresses=10.112.0.2 \
to-ports=0-65535 comment="" disabled=no "
Thank you
Best regards