Load Balancing / dual WAN

Hello,

I would like to get advice on Load Balancing solution.:
I have 2 ISP / WAN routers:
WAN1 Cablenet with its own modem/router: 192.168.1.0 (unlimited data package)
WAN2 4G Mobile internet with its own Huawei router: 192.168.100.1 (35GB / month package but downlink is faster than my WAN1)

So, question is, should use:

Bandwidth based load balancing: http://mum.mikrotik.com/presentations/US12/tomas.pdf
or
Per Connection Classifier load balancing: http://mum.mikrotik.com/presentations/US12/steve.pdf

Other question:

in case of WAN1 or WAN2 network issue, I still can ping the WAN1 and WAN2 gateways these are the two routers of the ISP.
How can I make sure if the ISP is down after my router, i will have switchover to the other WAN?

The site I need to install it is a building with 8 HD security cameras on the dedicated LAN with Mikrotik as main router..

Thank you for the advices

did I ask difficult?

First answer is - it is only you decision what to choose - bandwidth or PCC balancing %) From my point of view it is not good than one PC will go to internet occasionally via different channels at the same time - some protocols (like SIP) generate few connections at the same time and in the case of bandwidth balancing it may happens that some connections will go via WAN1, other - via WAN2.

http://wiki.mikrotik.com/wiki/Advanced_Routing_Failover_without_Scripting
or
http://wiki.mikrotik.com/wiki/Failover_Scripting

many thanks my friend for pointing me to the perfect direction. It was very useful.

Unhindered connectivity and fast access to Internet is the need of the hour for any organization that runs its business using Internet. Single ISP connection is quite risky as it leads to unbearable losses in case the network fails due to sudden disasters.
Here comes a new technology ‘Dual WAN’ that serves the purpose of maintaining network status always ‘up’ with two ISP connections (one as a backup), to function singular or together based on the mode of operation of the wan router and requirement of the organization. However it is better to read in Wikipedia regarding brief solution of Dual WAN.

I have two ISP and both provide static IP, like wan1 -182.74.0.0/30 and wan2 - 203.88.0.0/30, I have configured PCC load balancing in Mikrotik rb750r router and Lan IP configured -192.168.5.1/24

I have facing issue with some site session log out because public IP randomly changed, so some site session logout.

please suggest how can we configure? is it possible to distribute PUBLIC to wan IP

Hello,

I would like to get on Load Balancing solution.:
I have 2 ISP .
WAN1/ isp is using pppoe and WAN2/ isp is using static ip .
i would like to know how to load balancing in mikrotik route.

Thank..