I have a serius problem with load balancer.
I follow the instructions of the link: http://wiki.mikrotik.com/wiki/Load_Balancing_Persistent_Spanish
Furthermore I have running a script to analyze the gateways state.
I need that the clients hang on the lan don´t change the ip address.
The clients have a lot of problem because they have interruptions in some services.
The following documentation provides explanation for the configuration scenario, when users are divided to different address-list and corresponding gateway. Sessions should not be intrerrupted, if you have followed syntax line by line.
The clients works fine throught the same ip address, but if a wan port is down, the clients that are working throught this wan port don´t work fine.
In resume, the load balance doesn´t work fine.
The following configuration example provides scenario for load balancing (not failover).
If you wish to use the following configuration for failover, most likely you will need to create scripts, that check state of the gateway and disable policy-routing, when one of the gateway is not responding.
sergejs said: If you wish to use the following configuration for failover, most likely you will need to create scripts, that check state of the gateway and disable policy-routing, when one of the gateway is not responding.
I searched in the whole forum and I still didn’t find anyone who created or ran such a script! would u please Sergejs post the script to work with the load balacning example on wiki…