From MikroTik Wiki
Introduction
This example is improved
(different) version of round-robin load balancing example. It adds
persistent user sessions, i.e. a particular user would use the same
source IP address for all outgoing connections. Consider the following
network layout:
Quick Start for Impatient
Configuration export from the gateway router:
/ ip address
add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 interface=Local...