Hello, i am beginer and i am trying to get my RB3011 work with 2 wan and 2 lan (wan1 - lan1) and (wan2 - lan2) I have found many guides but problem is i got a same gateway from my ISP. I use same configuration like in this post:
http://forum.mikrotik.com/t/2-wan-2-lan/65713/1
BUT i dont have 2 different gateways. I hope picture i post below explain my situation.

My settings:
/ip firewall mangle
add action=mark-connection chain=prerouting disabled=no new-connection-mark=wan1 passthrough=yes src-address=10.0.0.0/24
add action=mark-routing chain=prerouting connection-mark=wan1 disabled=no new-routing-mark=wan1 passthrough=yes src-address=10.0.0.0/24
add action=mark-connection chain=prerouting disabled=no new-connection-mark=wan2 passthrough=yes src-address=10.0.1.0/24
add action=mark-routing chain=prerouting connection-mark=wan2 disabled=no new-routing-mark=wan2 passthrough=yes src-address=10.0.1.0/24
/ip firewall nat
add action=masquerade chain=srcnat disabled=no src-address=10.0.0.0/24
add action=masquerade chain=srcnat disabled=no src-address=10.0.1.0/24
And here i am lost i simply dont know how to do because my gateway is same and i only need assign different wan IP to each LAN
!!!
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=80.70.60.1 routing-mark=wan1 scope=30 target-scope=10
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=80.70.60.1 routing-mark=wan2 scope=30 target-scope=10
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=80.70.60.1 scope=30 target-scope=1
!!!
Thank you for any help!