Hi guys,
I have one RB CCR1036 with 2 WAN:
ether1 - WAN1 - 100MB (ISP1)
ether2 - WAN2 - 100MB (ISP2)
ether1 is the principal link - entire network uses this link to navigate.
ether2 is the backup link - we uses this link as backup and hotspot.
I setup my hotspot to uses WAN2 with a Mangle rule "Mark Routing" and works perfectly, but when I uses SpeedTest.Net to check my troughput of my link (WAN2), the download goes to the WAN2 but the upload goes to WAN1.
Anyone had this error?
Mangle::
add action=mark-routing chain=prerouting comment="Hotspot" connection-mark=no-mark dst-address-list=!HOTSPOT new-routing-mark=ISP2 passthrough=yes src-address-list=HOTSPOT
NAT::
add action=src-nat chain=srcnat out-interface="Ether01 - WAN1" to-addresses=1.2.3.4
add action=src-nat chain=srcnat out-interface="Ether02 - WAN2" to-addresses=4.5.6.7
ROUTE::
add distance=1 gateway=4.5.6.7 routing-mark=ISP2
add distance=1 gateway=1.2.3.4 routing-mark=ISP1
add check-gateway=ping comment="Default Route to ISP1" distance=1 gateway=1.2.3.4
add check-gateway=ping comment="Default Route to ISP2" distance=2 gateway=4.5.6.7
My purpoes is send the hotspot connections to the WAN2, I have sucessful with the donwload, but the upload continues go to the WAN1.
Can someone help me?