summaryrefslogtreecommitdiff
path: root/docs/configuration/nat/nat44.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2024-05-28 12:24:30 +0200
committerrebortg <github@ghlr.de>2024-05-28 12:24:30 +0200
commit96039bd2f44018ae767930e252305bedece57156 (patch)
tree650373a9398085999f8bbb45b09b4896ca489f5f /docs/configuration/nat/nat44.rst
parent0a3febc9524e7f5d3df856bd9cf58aafb3500252 (diff)
parent2be191247b2f10f1bc3ae38f8bcb565ce0af0635 (diff)
downloadvyos-documentation-96039bd2f44018ae767930e252305bedece57156.tar.gz
vyos-documentation-96039bd2f44018ae767930e252305bedece57156.zip
Merge branch 'current' of github.com:vyos/vyos-documentation into current
Diffstat (limited to 'docs/configuration/nat/nat44.rst')
-rw-r--r--docs/configuration/nat/nat44.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/nat/nat44.rst b/docs/configuration/nat/nat44.rst
index 98b230a9..68854c16 100644
--- a/docs/configuration/nat/nat44.rst
+++ b/docs/configuration/nat/nat44.rst
@@ -668,10 +668,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.