diff options
Diffstat (limited to 'docs/configuration/loadbalancing/index.rst')
-rw-r--r-- | docs/configuration/loadbalancing/index.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/configuration/loadbalancing/index.rst b/docs/configuration/loadbalancing/index.rst index 3ae85708..18f01347 100644 --- a/docs/configuration/loadbalancing/index.rst +++ b/docs/configuration/loadbalancing/index.rst @@ -1,4 +1,4 @@ -:lastproofread: 2021-07-28 +:lastproofread: 2023-01-27 .. _load-balancing: @@ -13,7 +13,7 @@ the routing table and balances traffic across the configured interfaces, determined by interface health and weight. -In a minimal, configuration the following must be provided: +In a minimal configuration, the following must be provided: * an interface with a nexthop * one rule with a LAN (inbound-interface) and the WAN (interface). @@ -28,6 +28,12 @@ Let's assume we have two DHCP WAN interfaces and one LAN (eth2): set load-balancing wan rule 1 interface eth0 set load-balancing wan rule 1 interface eth1 +.. note:: + + WAN Load Balacing should not be used when dynamic routing protocol is + used/needed. This feature creates customized routing tables and firewall + rules, that makes it incompatible to use with routing protocols. + Balancing Rules --------------- |