Hi I have got this script from the Internet for load balancing. I am a novice to mikrotik and i can not work out what is wrong.
Could some one take a look and poing out what is wrong.
Thank you.
Ps - I am testing with only 1 DSL Line.
SCRIPT
/ip firewall nat
add action=masquerade chain=srcnat comment=DSL-1 disabled=no out-interface=\
pppoe-out1-DSL-1
add action=masquerade chain=srcnat comment=DSL-2 disabled=no out-interface=\
pppoe-out2-DSL-2
/ip firewall mangle
add action=mark-routing chain=output comment=DSL1 connection-mark=internet1_conn disabled=no \
new-routing-mark=to_internet1 passthrough=yes
add action=mark-routing chain=output comment=DSL2 connection-mark=internet2_conn disabled=no \
new-routing-mark=to_internet2 passthrough=yes
add action=mark-connection chain=input disabled=no in-interface=bridge1-LAN new-connection-mark=\
internet1_conn passthrough=yes
add action=mark-connection chain=input disabled=no in-interface=bridge1-LAN new-connection-mark=\
internet2_conn passthrough=yes
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=pppoe-out2-DSL-2,pppoe-out1-DSL-1 scope=30 target-scope=10
pic hosting
picture sharing