Community discussions

MikroTik App
 
bejcd
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 56
Joined: Thu Oct 27, 2005 7:26 pm

Load Balancing question ...

Thu Feb 26, 2009 11:34 pm

Hello,

Is it possible to use a Mikrotik router as a load balancer for a server cluster scenario ?

If I put on ether1 10.11.11.1/24 and 192.168.22.1/24 on ether2 I would like to connect 3 Web servers on ether2 (192.168.22.2,3 and 4) to do a simple load balancing scenario : every request to 10.11.11.1 port 80 will be translated randomly (or Round Robin) to all 3 web servers behind ?

Is this possible to be done with Mktk router ?

Thank you,
D.
 
bejcd
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 56
Joined: Thu Oct 27, 2005 7:26 pm

Re: Load Balancing question ...

Thu Feb 26, 2009 11:44 pm

One more question ?

If servers have IP's from different networks (web server1 has IP: 192.168.22.2/24, web server2: 192.168.23.2/24 and web server3: 192.168.24.2/24) is that load balancing scenario possible to be done in the same way (web request from ether1 to be redirected to all 3 servers connected to ether2) ?

Thank you again,
D.