newbie need help

hello.
i’m realy new with this mather, but i badly need help.

i have 2 ISP
1 : a LAN isp with real IP - like 80.80.10.10 ( for instance )
2 : a ADSL modem - like 192.168.1.1

i have a number of 10 pcs on lan.
so 5 must receive net from 1st provider, other must receive net from 2nd provider.
all of them must have a static ips ( like 192.168.31.2 , 192.168.31.3 , and so on … )

please help me wit this issue.

here what i do until now

  • i run setup
    and set

ether1 - 192.168.1.2/24 with gateway 192.168.1.1
( ether2 i’m still not using because i fail even with DSL > :frowning: > )
ether3 - 192.168.31.1/24

after setup i enter trought Winbox
and add a Simple Queue like:

Queue1
Target address : 0.0.0.0/0
dst. address : 192.168.31.2/32
interface : all

then in Firewall i setupa Source NAT like :

( general tab )
src. address : 192.168.31.2/32
out interface : ether1
( Action tab )
Action : nat
to src address : 192.168.1.2 - 192.168.1.2

but on PC 192.168.31.2 still hasn’t a i-net :frowning:

what i miss, please help me :confused:

Change your src-nat rule in NAT to masquerade as the action.

nope :confused: still do not work :confused:

You need to configure proper ‘ip route’ rules, in the following case ‘policy-routing’ required to route one group trough one gateway and another group trough another gateway.
Configuration example,
http://wiki.mikrotik.com/wiki/Load_Balancing_over_Multiple_Gateways

but i still can not run even 1 ISP :frowning:

Add default gateway, use the following example,
http://www.mikrotik.com/testdocs/ros/2.9/guide/basic_content.php#12.1.8