Merge pull request #363 from currite/sticky-conn-img

wan-load-balancing: add wiki image for sticky connections
This commit is contained in:
Christian Poessinger 2020-11-05 13:15:26 +01:00 committed by GitHub
commit d67e66e2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -159,6 +159,12 @@ This works through automatically generated source NAT (SNAT) rules, these rules
Sticky Connections Sticky Connections
------------------ ------------------
Inbound connections to a WAN interface can be improperly handled when the reply is sent back to the client.
.. image:: /_static/images/sticky-connections.jpg
:width: 80%
:align: center
Upon reception of an incoming packet, when a response is sent, it might be desired to ensure that it leaves from the same interface as the inbound one. Upon reception of an incoming packet, when a response is sent, it might be desired to ensure that it leaves from the same interface as the inbound one.
This can be achieved by enabling sticky connections in the load balancing: This can be achieved by enabling sticky connections in the load balancing: