Skip to content

Commit

Permalink
Merge pull request #1442 from vyos/mergify/bp/sagitta/pr-1440
Browse files Browse the repository at this point in the history
Update nat44.rst - fix typo (backport #1440)
  • Loading branch information
c-po committed May 10, 2024
2 parents 0fef4f2 + 3c148d6 commit 3ed987e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configuration/nat/nat44.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3ed987e

Please sign in to comment.