Community discussions

MikroTik App
 
User avatar
ViREnG
Member Candidate
Member Candidate
Topic Author
Posts: 229
Joined: Tue Aug 11, 2009 4:01 pm
Location: Boryspil

Load balance one WAN from two interface on same subnet

Sat Sep 14, 2013 11:09 am

hello friends

I try to route my internet wan to my another router with two SXT link (bridged) but I don't know how next router routes .
I don't find a good reference.

My idea is I Split routes to two and send to next router for example two /24 subnet send from ether1 and one /24 subnet send from ether2 .
so this is my Idea if have a better idea , Please help me ;)
if is possible show configs I do from First router and Next router (problem on load-balancing)

Diagram :
LoadBalance_Mikrotik.gif
Thanks
You do not have the required permissions to view the files attached to this post.
 
User avatar
asaleh75
Trainer
Trainer
Posts: 193
Joined: Thu Nov 17, 2011 2:51 pm
Location: Dhaka, Bangladesh
Contact:

Re: Load balance one WAN from two interface on same subnet

Sat Sep 14, 2013 7:04 pm

Hi, for router at internet side use following routes
/ip route add check-gateway=ping distance=1 dst-address=47.242.30.0/24 gateway=192.168.2.2,192.168.1.2
/ip route add check-gateway=ping distance=1 dst-address=47.242.47.0/24 gateway=192.168.2.2,192.168.1.2
/ip route add check-gateway=ping distance=1 dst-address=47.242.67.0/24 gateway=192.168.2.2,192.168.1.2
For router at client side use following routes
/ip route add check-gateway=ping distance=1 gateway=192.168.1.1,192.168.2.1
 
User avatar
ViREnG
Member Candidate
Member Candidate
Topic Author
Posts: 229
Joined: Tue Aug 11, 2009 4:01 pm
Location: Boryspil

Re: Load balance one WAN from two interface on same subnet

Sun Sep 15, 2013 9:08 am

Thanks asaleh
with this configuration traffic will division on two link ?
 
User avatar
asaleh75
Trainer
Trainer
Posts: 193
Joined: Thu Nov 17, 2011 2:51 pm
Location: Dhaka, Bangladesh
Contact:

Re: Load balance one WAN from two interface on same subnet

Sun Sep 15, 2013 9:55 am

You are welcome.

Who is online

Users browsing this forum: adrianmartin16, Amazon [Bot], rogerioqueiroz, russman and 66 guests