Load balancing is a key component of highly-available infrastructures commonly used to improve the performance and reliability of web sites, applications, databases and other services by distributing the workload across multiple servers.
Load balancers choose which server to forward a request to based on a combination of two factors. They will first ensure that any server they can choose is actually responding.
Some applications require that a user continues to connect to the same backend server. A Source algorithm creates an affinity based on client IP information.
Guidelines for configure on Mikrotik
Load Balancing
- Load balance 2 link (PPPOE & Static Connection)
1. Configure PPPOE (itcompany@digi , 123456)
2. Configure Static (111.92.242.50/30)
+ Configure Load Balance
- Add Nat
- Add Mangle
- Add Route
-
-Load Sharing (Lan1 to Wan1, Lan2 to Wan2)
1. Configure WAN and LAN
2. Configure NAT
3.Configure Mangle
4. Configure Route
- Configure NAT
-
-Configure Mangle
- Configure Route
DDNS on Mikrotik
END
Thank