Help with load balancing setup.
Posted: Sun May 09, 2010 10:55 pm
I have a RouterBoard RB450G, with connections from two ISPs, one is an ADSL connection which uses PPPoE and the other is a cable connection which uses DHCP.
I have already configured the interfaces, ADSL modem is connected to ether1-wan1 and uses pppoe-out1 as the reachable interface. Cable modem connects to ether2-wan2 which is also the reachable interface.
All that works ok, and I can get internet access successfully from one connection or the other.
However I've been trying to set up load balancing as per the tutorial in the MikroTik wiki (http://wiki.mikrotik.com/wiki/Per-Traff ... _Balancing). I've been messing around with it for weeks and am still unable to get it to work. As soon as I add the routing rules everything goes dead, no applications can access the internet at all. It's not a DNS issue.
Ideally what I'd like to do is this:
-server at 192.168.1.150 TCP ports 27080-27149 forwarded and going through cable (ether2-wan2), all other traffic through ADSL (pppoe-out1)
-all other computers TCP ports 80, 21, 22, 27014-27050 through cable, everything else through ADSL
-automatic failover in the event either connection goes down, all traffic pushed down the connection that is still up
How would I go about setting this up to work correctly and effectively? Any help greatly appreciated.
I have already configured the interfaces, ADSL modem is connected to ether1-wan1 and uses pppoe-out1 as the reachable interface. Cable modem connects to ether2-wan2 which is also the reachable interface.
All that works ok, and I can get internet access successfully from one connection or the other.
However I've been trying to set up load balancing as per the tutorial in the MikroTik wiki (http://wiki.mikrotik.com/wiki/Per-Traff ... _Balancing). I've been messing around with it for weeks and am still unable to get it to work. As soon as I add the routing rules everything goes dead, no applications can access the internet at all. It's not a DNS issue.
Ideally what I'd like to do is this:
-server at 192.168.1.150 TCP ports 27080-27149 forwarded and going through cable (ether2-wan2), all other traffic through ADSL (pppoe-out1)
-all other computers TCP ports 80, 21, 22, 27014-27050 through cable, everything else through ADSL
-automatic failover in the event either connection goes down, all traffic pushed down the connection that is still up
How would I go about setting this up to work correctly and effectively? Any help greatly appreciated.