I have one DSL connection of 2Mb and other is of 4MB.
I Want to utilize these connection to the maximum, how to load balance between these connections using 750GL. And would I be able to do networking between the hosts connected on local LAN with a hub? with https and every other kind of traffic?? The image of network layout is shown in the attachment.
Thnx.
The problem is the WAN connection are DSL routers with dynamic IPs and DNS servers, now when the route <add dst-address=0.0.0.0/0 gateway=10.111.0.1 routing-mark=to_ISP1 check-gateway=ping
will check the gateway, it will always be up even if the DSL is down [We have lot of break downs here ], so I think it will break connections and will not shift from one to other if one go down. How can I do a tracking to that dynamic IP, there is no option in the DSL router to my knowledge.
Any help will be appreciated.
If not, then please tell me where to learn about MikroTik products. I have done CCNA, so I know what a firewall is, but don’t know about MANGLE firewall
Load balancing with pcc is running fine with these settings …Manual PCC…. But also with these setting only one route is in active state not both. So no load balancing is performed.
But as you know they are DSL connections pppoe based so when the telphone line goes down they don’t work at all as they ping the default gateway, i.e. the ip of DSL modems. The above solution Advance routing failover without scripting is not working.
My dear the post says:
“Let’s suppose that we have two uplinks: GW1, GW2…” and then says
"
/ip route
add dst-address=Host1 gateway=GW1 scope=10 <<<<<<<<<<Where host1=46.228.47.115=yahoo.com is an external IP, NOT the GW1 or GW2>>
add dst-address=Host2 gateway=GW2 scope=10 <<<<<<<<<<host2=173.194.44.80=google.com>>
"
One thing more these routes are showing reachable, because the gateway is proper i.e. the DSL modem,
but the below routes are showing unreachable, in my understanding because when you put these routes without dst-address field the router adds by itself a dst-address=0.0.0.0/0. Means gateway to every route is either yahoo or google. So these routes become unreachable, and so un-active, or may be because yahoo and google won’t allow you to ping them after every 10 seconds.
"
/ip route
add distance=1 gateway=Host1 routing-mark=ISP1 check-gateway=ping
add distance=2 gateway=Host2 routing-mark=ISP1 check-gateway=ping
"
Can anyone tell one more thing please. Why route to ISP2 is not active? …But again this is not loadbalancing, if only one route is active. I followed the page MANUAL PCC.
Hi rextended and all.
please i want to find out if it posable for me to do load balancing and fail over with out using MASQUERADE
and if i can please can some one help
Thanks in advance