diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-10 20:18:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 20:18:53 +0200 |
commit | 3ed987e0f107c7d17cdf8cb0efa6cfc8ece8bf41 (patch) | |
tree | 4965907e28f977fcfedaf4a48472e7f1d3d30d20 | |
parent | 0fef4f26f51d24dabf92a7123bc46f536f238910 (diff) | |
parent | 3c148d65ae24b70144b058ae5f636ce33ab06b8a (diff) | |
download | vyos-documentation-3ed987e0f107c7d17cdf8cb0efa6cfc8ece8bf41.tar.gz vyos-documentation-3ed987e0f107c7d17cdf8cb0efa6cfc8ece8bf41.zip |
Merge pull request #1442 from vyos/mergify/bp/sagitta/pr-1440
Update nat44.rst - fix typo (backport #1440)
-rw-r--r-- | docs/configuration/nat/nat44.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/nat/nat44.rst b/docs/configuration/nat/nat44.rst index 2ec0c9b8..e833ae5f 100644 --- a/docs/configuration/nat/nat44.rst +++ b/docs/configuration/nat/nat44.rst @@ -666,10 +666,10 @@ We will use source and destination address for hash generation. set nat destination rule 10 destination port 80 set nat destination rule 10 load-balance hash source-address set nat destination rule 10 load-balance hash destination-address - set nat destination rule 10 laod-balance backend 198.51.100.101 weight 30 - set nat destination rule 10 laod-balance backend 198.51.100.102 weight 20 - set nat destination rule 10 laod-balance backend 198.51.100.103 weight 15 - set nat destination rule 10 laod-balance backend 198.51.100.104 weight 35 + set nat destination rule 10 load-balance backend 198.51.100.101 weight 30 + set nat destination rule 10 load-balance backend 198.51.100.102 weight 20 + set nat destination rule 10 load-balance backend 198.51.100.103 weight 15 + set nat destination rule 10 load-balance backend 198.51.100.104 weight 35 Second scenario: apply source NAT for all outgoing connections from LAN 10.0.0.0/8, using 3 public addresses and equal distribution. |